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_endpointのみを含む軽量な非チャット発見用サマリーlemondata.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 |