Prerequisites
- API Token - Get your token from the Eden AI dashboard
- Credits - Ensure your account has sufficient credits (or use a sandbox token to test for free)
Make Your First Call
Eden AI provides access to 300+ LLM models through a single OpenAI-compatible endpoint.Response
Using OpenAI SDK
You can use the official OpenAI SDK with Eden AI:Python
Model Format
Use the formatprovider/model:
openai/gpt-4anthropic/claude-sonnet-4-5google/gemini-2.5-flashmistral/mistral-large
List all available models
Discover all 315+ LLM models available through Eden AI.
Next Steps
Streaming
Enable real-time streaming responses
File Attachments
Send images and documents to LLMs
Smart Routing
Automatic model selection and fallbacks
Chat Completions
Full reference for the chat completions endpoint