Skip to main content

パスパラメータ

string
必須
取得するモデルの ID(例: gpt-5.4, claude-sonnet-4-6)。

レスポンス

string
モデル識別子。 lifecyclecommercialbadges も含まれ、非推奨/退役状態、ユーザー課金ポリシー、表示バッジを示します。
string
常に model
integer
作成タイムスタンプ。
string
モデルプロバイダー。
object
TokenLab 固有の公開メタデータです。詳細ルートでは、categorypricing_unitcapability_flagssupported_operationspricing_provenancerequest_format_summary、完全な request_format_details、そして非チャット推奨スナップショット用のシーン別 agent_preferences を含めることができます。

非チャット推奨メタデータ

非チャットモデルの場合、詳細ルートは tokenlab.agent_preferences.<scene> も返します。 確認できる項目:
  • preferred_rank
  • success_rate_24h
  • sample_count_24h
  • status
  • updated_at
公開レスポンスは basis.source で推薦根拠を要約し、ルーティング識別子は公開しません。

公開詳細メタデータ

GET /v1/models と比べると、詳細ルートではさらに次を返せます:
  • tokenlab.capability_flags
  • tokenlab.supported_operations
  • tokenlab.pricing_provenance
  • tokenlab.request_format_summary
  • tokenlab.request_format_details

エラーハンドリング

モデルが存在しない場合は、404 エラーが返されます:

モデル削除

DELETE /v1/models/{model} はサポートされません。TokenLab のモデルは共有の公開カタログであり、ユーザー所有のファインチューニング済みモデルではありません。