# Glarity Plan FAQs

## **Englsih**

**Q: What are the differences between the Glarity Plan and the chatgpt/openai key model?**

**A:** The Glarity Plan offers greater stability and speed compared to the chatgpt/openai key model. It also supports longer text and video summarization, and is capable of handling multiple summarization tasks simultaneously. In the future, the Glarity Plan will include additional exclusive features.

**Q: Why does the token consumption exceed the word count of the text?**

**A:** The token consumption comprises two components: the queries made to the AI and the content returned by the AI. This includes not only the text but also some portions of instructional content. Therefore, it consumes more tokens than what is calculated based solely on the text.

## 日本語

**質問：Glarity Planとchatgpt/openai keyモデルにはどのような違いがありますか？**&#x20;

回答：Glarity Planは、より安定しており、より高速です。さらに、より長いテキストやビデオの要約をサポートしており、複数の要約タスクを同時に処理できます。 今後、Glarity Planにはさらに専用の機能が追加される予定です。

**質問：トークンの消費量が記事の文字数よりも多いのはなぜですか？**&#x20;

回答：それはトークンの消費がAIにクエリを送信する部分とAIから返ってくる内容を含むからです。テキスト以外にも、いくつかの指示が含まれています。そのため、テキストの文字数よりも多くのトークンが消費されるのです。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.glarity.app/getting-started/user-guide/glarity-plan-faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
