跳转到主要内容
GET
/
models
/
traits
/api/v1/models/traits
curl --request GET \
  --url https://api.venice.ai/api/v1/models/traits \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "default": "zai-org-glm-5-1",
    "fastest": "kimi-k2-6"
  },
  "object": "list",
  "type": "text"
}

Postman 集合

如需更多示例,请参阅此 Postman 集合

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

type
enum<string>
默认值:text

Filter models by type.

可用选项:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
示例:

"text"

响应

OK

data
object
必填

List of available models

示例:
{
"default": "zai-org-glm-5-1",
"fastest": "kimi-k2-6"
}
object
enum<string>
必填
可用选项:
list
type
必填

Type of models returned.

可用选项:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
示例:

"text"