Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@ Setup steps:

After you have the above set up completed, AnotherAI is ready to use!

- If you have agents already created, check out how to [migrate them to AnotherAI](/agents/migrating).
- If you have agents already created, check out how to [migrate them to AnotherAI](/use-cases/fundamentals/migrating).

- If you don't have any agents built yet, check out [building a new agent](/agents/building) to learn about building a new AnotherAI-compatible agent.
- If you don't have any agents built yet, check out [building a new agent](/use-cases/fundamentals/building) to learn about building a new AnotherAI-compatible agent.
4 changes: 2 additions & 2 deletions docs/content/docs/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ We monitor provider pricing in real-time and automatically match their per-token
<Accordion title="Can I use my existing provider credits with AnotherAI?">
Yes, you can connect your own API keys from OpenAI, Anthropic, Google, and other providers to use your existing credits while still benefiting from AnotherAI's tools and infrastructure.

When using your own API keys, AnotherAI doesn't charge for inference tokens - you pay your provider directly. We only charge for [built-in tools](/agents/tools) that your agents use (like web search, browser, etc.).
When using your own API keys, AnotherAI doesn't charge for inference tokens - you pay your provider directly.
</Accordion>

<Accordion title="How is usage tracked and billed?">
You're only charged for tokens actually consumed by your agents and any tools they use. We provide detailed [usage analytics](/observability/costs) so you can see exactly what you're paying for. Billing is monthly with no minimums.
You're only charged for tokens actually consumed by your agents and any tools they use. We provide detailed [usage analytics](/features/cost) so you can see exactly what you're paying for. Billing is monthly with no minimums.
</Accordion>

<Accordion title="What happens if my usage is very high or very low?">
Expand Down