Response
Always
list.Array of model objects.Each model contains:
id(string): Model identifierobject(string):modelcreated(integer): Creation timestampowned_by(string): Model providerlemondata.category(string): Public model categorylemondata.public_contract_summary(object ornull): Public non-chat contract summarylemondata.agent_preferences(object): Non-chat recommendation snapshot keyed by scene
Query Parameters
Optional public category filter. Supports
chat, image, video, audio, tts, stt, music, 3d, embedding, rerank, and translation.Optional non-chat recommendation scene. Supports
image, video, music, 3d, tts, stt, embedding, rerank, and translation.When
recommended_for is present, /v1/models sorts non-chat models by the latest cached 24-hour success-rate snapshot. Models with status = "insufficient_samples" remain visible but sort after scored models.Filtering by Provider
Model Categories
| Provider | Example Models |
|---|---|
openai | gpt-5.4, gpt-5.4-mini, gpt-5-mini, gpt-4o, dall-e-3 |
anthropic | claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5 |
google | gemini-3-pro-preview, gemini-3-flash-preview, gemini-2.5-pro |
deepseek | deepseek-r1, deepseek-v3-2 |
xai | grok-4.1 |
moonshot | kimi-k2.5 |
minimax | minimax-m2.1 |
meta | llama-3.3-70b, llama-3.1-405b |
Agent Recommendation Example
Response