/api/v1/models
Models
List Models
Returns a list of available models supported by the Venice.ai API across text, image, audio, video, and related inference types.
GET
/api/v1/models
Documentation Index
Fetch the complete documentation index at: https://veniceai-docs-gpt-image-2-quality-parameter.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quality-Tier Pricing
For image models that accept the optionalquality parameter (currently gpt-image-2 and gpt-image-2-edit), the response exposes a per-quality price matrix under model_spec.pricing.quality. Each top-level key is a resolution tier (1K, 2K, 4K) and each nested key is a quality level (low, medium, high) carrying its own usd and diem price:
pricing.resolutions is the legacy per-image schedule kept for backward compatibility. pricing.quality is the per-(resolution, quality) matrix that applies whenever the quality parameter is supported. Both fields are kept in the response so clients can detect quality support and surface the matrix in their own UIs.
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:
asr, embedding, image, music, text, tts, upscale, inpaint, video Example:
"text"