Two Endpoints, Full Coverage
Eden AI V3 organizes all AI capabilities under two main endpoints:| Endpoint | Purpose | Model Format |
|---|---|---|
POST /v3/llm/chat/completions | LLMs (chat, text generation, vision, tool calling) | provider/model |
POST /v3/universal-ai | Expert models (OCR, text analysis, image, translation, audio) | feature/subfeature/provider[/model] |
Base URL
Authentication
All requests require a Bearer token in theAuthorization header:
Key Benefits
Single Integration
Connect once to Eden AI and access every supported AI provider. No need to manage separate SDKs or API keys for each provider.
Unified Billing
One invoice for all your AI usage. Every API response includes a
cost field in USD so you always know exactly what you spent.OpenAI-Compatible Format
The LLM endpoint follows the OpenAI chat completions format. Use any OpenAI-compatible SDK or tool and just change the base URL.
Multi-Provider Support
Switch between providers by changing a single string in your request. No code changes needed.
Persistent File Storage
Upload files once and reference them by UUID across multiple requests and features.
Built-in API Discovery
Explore available models, features, and input schemas programmatically through the listing endpoints.
Pay-Per-Use Pricing
Eden AI uses a pay-per-use model. You only pay for the API calls you make. Every response includes acost field showing the exact charge in USD:
Quick Example
If you were a user before January 2026, you still have access to the previous version at old-app.edenai.run. The old version will continue to be supported until the end of 2026. Documentation for the previous version is available at old-docs.edenai.co.