Skip to main content
Get started with Eden AI’s OpenAI-compatible LLM endpoint in minutes.

Prerequisites

  1. API Token - Get your token from the Eden AI dashboard
  2. 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 format provider/model:
  • openai/gpt-4
  • anthropic/claude-sonnet-4-5
  • google/gemini-2.5-flash
  • mistral/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