/api/v1/models/traits
Models
Traits
Returns a list of model traits and the associated model.
GET
/api/v1/models/traits
Postman-Collection
Weitere Beispiele finden Sie in dieser Postman-Collection.Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Abfrageparameter
Filter models by type.
Verfügbare Optionen:
asr, embedding, image, music, text, tts, upscale, inpaint, video Beispiel:
"text"
Antwort
OK
List of available models
Beispiel:
{
"default": "zai-org-glm-5-1",
"fastest": "kimi-k2-6"
}Verfügbare Optionen:
list Type of models returned.
Verfügbare Optionen:
asr, embedding, image, music, text, tts, upscale, inpaint, video Beispiel:
"text"