Skip to content

Commit c0da3fb

Browse files
committed
fix(library): scope BYOK FAQ to providers in the actual BYOK contract
1 parent 62e30ea commit c0da3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/content/library/byok-multi-model-ai-agent-builder

apps/sim/content/library/byok-multi-model-ai-agent-builder/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ canonical: https://www.sim.ai/library/byok-multi-model-ai-agent-builder
1313
draft: false
1414
faq:
1515
- q: "Which providers are BYOK-eligible?"
16-
a: "Sim accepts your own keys for the major providers including OpenAI, Anthropic, Google, xAI, Groq, Cerebras, DeepSeek, Mistral, Azure, AWS Bedrock, Vertex AI, and OpenRouter. You enter each key per provider, and Sim routes calls for that provider's models directly through your account. Eligibility tracks the provider's own API access, so any model you can reach with your key works in Sim."
16+
a: "Sim accepts your own keys for major LLM providers including OpenAI, Anthropic, Google, xAI, and Mistral, along with providers like Together AI, Fireworks, and Baseten. You enter each key per provider, and Sim routes calls for that provider's models directly through your account. Sim supports more providers for hosted execution than for BYOK key entry, so the BYOK list is the set whose keys you can save and use directly."
1717
- q: "Can I mix hosted, BYOK, and local keys within one agent?"
1818
a: "Yes. A single agent can call a hosted model in one step, a BYOK model in another, and a local model through Ollama or vLLM in a third. Each block chooses its own model and execution mode, so you assign the cheapest or most private option to each task without splitting your agent across tools."
1919
- q: "How is billing separated per mode?"

0 commit comments

Comments
 (0)