Models
List Models
Returns a list of available models supported by the Venice.ai API for both text and image inference.
GET
/api/v1/models
Postman Collection
For additional examples, please see this Postman Collection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter models by type. Use "all" to get all model types.
Available options:
embedding
, image
, text
, tts
, upscale
, inpaint
Example:
"text"
Response
200
application/json
OK
The response is of type object
.
/api/v1/models