Returns a list of available models supported by the Venice.ai API for both text and image inference.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter models by type. Use "all" to get all model types.
embedding
, image
, text
, tts
, upscale
, inpaint
"text"
OK
The response is of type object
.
Returns a list of available models supported by the Venice.ai API for both text and image inference.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter models by type. Use "all" to get all model types.
embedding
, image
, text
, tts
, upscale
, inpaint
"text"
OK
The response is of type object
.