Overview
Flow Builder uses a Bring Your Own Key (BYOK) model. You provide your own LLM API key, and the platform routes all AI calls through your account. This gives you control over costs, rate limits, and model access.Supported Providers
| Provider | Key Format | Models |
|---|---|---|
| OpenAI | sk-... | GPT-4o, GPT-4o-mini, GPT-4, etc. |
| Anthropic | sk-ant-... | Claude Sonnet, Claude Haiku, etc. |
| OpenRouter | sk-or-... | 100+ models from multiple providers |
Adding Your Key
Model Recommendations
- Voice flows (latency matters):
gpt-4o-miniorclaude-haiku - Complex reasoning:
gpt-4oorclaude-sonnet - Multi-provider access: Use OpenRouter for a single key across all providers
Troubleshooting
| Issue | Solution |
|---|---|
| ”No API key configured” | Open Settings and verify your key is saved |
| 401 Unauthorized | Check that your key is valid and hasn’t expired |
| Model not available | Ensure your API plan includes the selected model |
| Rate limit errors | Check your provider’s usage dashboard |
Your API key is never shared with other users or flows. Each flow stores its own key independently.
Related Pages
Testing
Test your flow with your key
Engine & Streaming
How models are resolved
Voice Connection
Deploy to voice
