Zum Hauptinhalt springen
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-Collection

Weitere Beispiele finden Sie in dieser Postman-Collection.

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

type
enum<string>
Standard:text

Filter models by type.

Verfügbare Optionen:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
Beispiel:

"text"

Antwort

OK

data
object
erforderlich

List of available models

Beispiel:
{
"default": "zai-org-glm-5-1",
"fastest": "kimi-k2-6"
}
object
enum<string>
erforderlich
Verfügbare Optionen:
list
type
erforderlich

Type of models returned.

Verfügbare Optionen:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
Beispiel:

"text"