Справочник APIМодели
Получить модели для embeddings
Ответ
application/json
application/json
curl -X GET "https://example.com/embeddings/models"{ "data": [ { "id": "string", "name": "string", "alias_target": { "slug": "string", "name": "string" }, "icon_url": "../dictionary", "icon_id": "string", "custom_icon_url": "../dictionary", "context_length": 0, "supported_parameters": [ "string" ], "default_parameters": {}, "pricing": {} } ]}