-
Notifications
You must be signed in to change notification settings - Fork 2
docs(models): clarify byok and subscriptions #638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,6 +12,8 @@ Tembo Max gives you access to all coding agents and models through a single subs | |||||
|
|
||||||
| Available on all plans, including the free tier. [Read more about Tembo Max](https://tembo.io/max). | ||||||
|
|
||||||
| BYOK is also available on all plans from **Settings -> Models -> API Keys**. Paid Tembo plans can connect supported agent subscriptions, including Codex, from **Settings -> Connected accounts -> LLM subscriptions**. | ||||||
|
|
||||||
| ## Setup | ||||||
|
|
||||||
| 1. Get your API key from **Settings > API Keys** in the [dashboard](https://app.tembo.io) | ||||||
|
|
@@ -92,7 +94,7 @@ All models are tested across real-world coding work before being made available. | |||||
| | Kimi K2 | `bedrock-kimi-k2-thinking` | `proxy.tembo.io/anthropic` | | ||||||
| | Grok | `grok` | Cursor API | | ||||||
|
|
||||||
| Anthropic and Google models require no additional API keys. OpenAI models require your own OpenAI API key alongside your Tembo key. | ||||||
| Tembo-managed Anthropic and Google models require no additional provider keys. Some OpenAI models require BYOK with your own OpenAI API key, and paid Tembo plans can use supported agent subscriptions such as Codex where available. | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## Pricing | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,16 +3,21 @@ title: "Models" | |||||
| description: "Supported models, providers, and BYOK options." | ||||||
| --- | ||||||
|
|
||||||
| Tembo supports multiple model providers across coding agents. You can use Tembo-hosted models with [Max](/features/max), or connect your own keys with BYOK (Bring Your Own Key). | ||||||
| Tembo supports multiple model providers across coding agents. You can use Tembo-hosted models with [Max](/features/max), connect your own keys with BYOK (Bring Your Own Key), or connect supported agent subscriptions on paid Tembo plans. | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## BYOK (Bring Your Own Key) | ||||||
|
|
||||||
| BYOK lets your workspace call models with your own provider credentials instead of Tembo-managed credentials. | ||||||
|
|
||||||
| - BYOK is available on all plans, including Free. | ||||||
| - Add keys in **Settings -> Models -> API Keys**. | ||||||
| - You can connect OpenAI, Anthropic, Cursor, Amp, and AWS Bedrock credentials. | ||||||
| - Tembo still handles orchestration, session context, sandbox execution, and PR automation. | ||||||
|
|
||||||
| ## Agent subscriptions | ||||||
|
|
||||||
| Paid Tembo plans can connect supported agent subscriptions, including Codex, from **Settings -> Connected accounts -> LLM subscriptions**. This is separate from BYOK: BYOK uses provider API keys, while an agent subscription uses the user's subscription account for that agent. | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ### Switch a model between BYOK and Tembo Managed Inference | ||||||
|
|
||||||
| Workspace admins can change the inference provider for individual models from **Settings -> Models**. | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,7 @@ Tembo uses subscription plans with credits so you can match usage to your team's | |||||
|
|
||||||
| Paid plans include overage billing so your work can continue after you use your monthly plan credits. You can set a maximum overage limit to control spend. On Free, sessions pause when credits are exhausted until an upgrade or an additional credit purchase. | ||||||
|
|
||||||
| BYOK (Bring Your Own Key) is available only on the Enterprise plan. | ||||||
| BYOK (Bring Your Own Key) is available on all plans, including Free. Paid plans can also connect supported agent subscriptions, including Codex. | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## How credits work | ||||||
|
|
||||||
|
|
@@ -102,6 +102,6 @@ If you need custom pricing, reach out to [support@tembo.io](mailto:support@tembo | |||||
|
|
||||||
| - Custom credit allocations | ||||||
| - Volume pricing | ||||||
| - BYOK (Bring Your Own Key) | ||||||
| - Custom BYOK provider requirements | ||||||
| - Dedicated support | ||||||
| - Flexible billing options | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.