/v3/models endpoint to retrieve all LLM models available through Eden AI, along with their capabilities: PDF support, reasoning, web search, and tool calling.
Endpoint
Example
Response
id is used directly as the model parameter in your requests.
Model aliases
Some models are available under a stable alias — a version-agnostic name that always points to the current release — alongside dated snapshot IDs:- Stable alias:
deepseek/deepseek-chat,deepseek/deepseek-reasoner - Dated snapshot:
anthropic/claude-opus-4-5-20251101
model parameter.
The catalog lists both forms when a provider exposes them, so you may see a stable alias (e.g. anthropic/claude-opus-4-5) and one or more dated snapshots (e.g. anthropic/claude-opus-4-5-20251101) side by side. Use the stable alias to always get the latest version, or a dated snapshot to pin to a specific release.
Capabilities
Thecapabilities object describes what each model supports:
| Field | Description |
|---|---|
pdf | Model can process PDF files as input |
reasoning | Model supports extended thinking / reasoning mode |
web_search | Model can perform live web searches |
tool_calling | Model supports function/tool calling |
Looking for OCR, image, or audio models? See List Expert Models for the full catalog of expert model features.