Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://utoken.yoostudio.ai/v1beta/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "name": "<string>", "version": "<string>", "displayName": "<string>", "description": "<string>", "inputTokenLimit": 123, "outputTokenLimit": 123, "supportedGenerationMethods": [ "<string>" ] } ] }
以 Gemini API 格式返回可用模型列表
Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx
Success - Model List Retrieved
Show child attributes
Was this page helpful?