Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
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.pricing_unit(string ornull): Public pricing unit when availablelemondata.capability_flags(object ornull): Public capability summarylemondata.supported_operations(array ornull): Public non-chat operations for the modellemondata.pricing_provenance(object ornull): Public pricing source metadatalemondata.public_contract_summary(object ornull): Lightweight non-chat discovery summary with onlypublic_operationsandrequest_endpointlemondata.agent_preferences(object): Only returned whenrecommended_foris present
GET /v1/models is optimized for discovery. Detail-only metadata such as capability_flags, pricing_provenance, and the full public_contract live on GET /v1/models/{model}.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.Optional provider filter such as
openai, anthropic, google, or deepseek.Optional model tag filter such as
chat, image, video, embedding, or 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