GET
/
models
/
traits
curl --request GET \
  --url https://api.venice.ai/api/v1/models/traits
{
  "data": {
    "default": "llama-3.3-70b",
    "fastest": "llama-3.2-3b-akash"
  },
  "object": "list",
  "type": "text"
}

Postman Collection

For additional examples, please see this Postman Collection.


Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
default:text

Filter models by type.

Available options:
embedding,
image,
text,
tts,
upscale
Example:

"text"

Response

200
application/json

OK

The response is of type object.