For the complete documentation index, see llms.txt. This page is also available as Markdown.

How does usage work?

It's important to note that credits are only consumed when the Agents you've created are used:

  • End users who interact with your Agents never consume credits;

  • You won't consume credits when testing Agents created by others.

-> This system lets you manage and optimize resource usage based on how your own creations are actually used.

How are credits consumed?

Credits are consumed in several situations:

  • 1 credit for each Agent created;

  • 1 credit for each new chat session started with one of your Agents;

  • 1 credit for each AI-generated message from your Agents;

  • 1 credit for each document page imported into your Agent from the Import / Export section.

If you use your own API key, you won't consume credits for messages or pages — only for creating Agents and when a user opens a session with your Agent.

Expert Group

If you use the Expert Group, you will consume:

  • 1 credit for creating your group;

  • 1 credit for opening a session with the expert group;

  • 1 additional credit for each expert Agent you start a conversation with;

  • 1 additional credit each time the group needs to decide which Agent to route the user's message to.

Deep Thinking

If you use Deep Thinking in your Agents, you'll consume 3 credits for each AI-generated message.

Now that you understand how usage works, let's see how to monitor it effectively.

Last updated