/v3/llm/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.
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.