跳转到主要内容
GET
/
v1
/
models
Native OpenAI Format
curl --request GET \
  --url https://utoken-test.uuzu.com/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "object": "<string>",
      "created": 123,
      "owned_by": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.utoken.wgame-hk.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx

请求头

x-api-key
string

Anthropic API Key (for Claude format)

anthropic-version
string

Anthropic API Version

示例:

"2023-06-01"

x-goog-api-key
string

Google API Key (for Gemini format)

查询参数

key
string

Google API Key (for Gemini format)

响应

Success - Model List Retrieved

object
string
示例:

"list"

data
object[]