api_key parameter.
Supported Providers
Dedalus supports API keys from the following providers:OpenAI
OPENAI_API_KEYAnthropic
ANTHROPIC_API_KEYGoogle Gemini
GOOGLE_API_KEYFireworks AI
FIREWORKS_API_KEYxAI
XAI_API_KEYPerplexity
PERPLEXITY_API_KEYDeepSeek
DEEPSEEK_API_KEYGroq
GROQ_API_KEYCohere
COHERE_API_KEYTogether AI
TOGETHERAPI_KEYCerebras
CEREBRAS_API_KEYMistral
MISTRAL_API_KEYUsage
Pass your API key directly during client initialization:When using BYOK, you can access any model from the supported providers using their respective API keys. The client will automatically route requests to the appropriate provider based on the model specified.
HTTP API Authentication
When making direct HTTP requests to the Dedalus API, authenticate using either:Authorization: Bearer <your_api_key>headerx-api-key: <your_api_key>header