メインコンテンツへスキップ
GET
/
workspaces
/
current
/
models
/
model-types
/
text-embedding
{
  "data": [
    {
      "provider": "<string>",
      "label": {},
      "icon_small": {},
      "icon_large": {},
      "status": "<string>",
      "models": [
        {
          "model": "<string>",
          "label": {},
          "model_type": "<string>",
          "features": [
            "<any>"
          ],
          "fetch_from": "<string>",
          "model_properties": {
            "context_size": 123
          },
          "deprecated": true,
          "status": "<string>",
          "load_balancing_enabled": true
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

APIキー認証。すべてのAPIリクエストにおいて、Authorization HTTPヘッダーにAPIキーを含めてください。形式:Bearer {API_KEY}。APIキーの漏洩を防ぐため、APIキーはクライアント側で共有または保存せず、サーバー側で保存することを強くお勧めします。

Response

200 - application/json

プロバイダー別にグループ化された利用可能な埋め込みモデルのリスト。

data
object[]