메인 콘텐츠로 건너뛰기
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"