Documentation Index
Fetch the complete documentation index at: https://docs.tokenlab.sh/llms.txt
Use this file to discover all available pages before exploring further.
回應
一律為
list。模型物件的陣列。每個模型包含:
id(string):模型識別碼object(string):modelcreated(integer):建立時間戳owned_by(string):模型提供者lemondata.category(string):公開模型分類lemondata.pricing_unit(string ornull):可用時的公開定價單位lemondata.capability_flags(object ornull):公開能力摘要lemondata.supported_operations(array ornull):模型公開支援的非聊天操作lemondata.pricing_provenance(object ornull):公開定價來源中繼資料lemondata.public_contract_summary(object ornull):輕量級非聊天發現摘要,只包含public_operations與request_endpointlemondata.agent_preferences(object):僅在存在recommended_for時回傳
GET /v1/models 以發現為主。像 capability_flags、pricing_provenance 與完整的 public_contract 這類僅詳情可見的中繼資料都在 GET /v1/models/{model} 中。查詢參數
選填的公開分類篩選。支援
chat、image、video、audio、tts、stt、music、3d、embedding、rerank 和 translation。選填的非聊天推薦場景。支援
image、video、music、3d、tts、stt、embedding、rerank 和 translation。選填的供應商篩選,例如
openai、anthropic、google 或 deepseek。選填的模型標籤篩選,例如
chat、image、video、embedding 或 translation。當
recommended_for 存在時,/v1/models 會依據最近快取的 24 小時成功率快照對非聊天模型排序。status = "insufficient_samples" 的模型仍會顯示,但會排在已評分的模型之後。依提供者篩選
模型類別
| 提供者 | 範例模型 |
|---|---|
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 |