venice-models

Installation
SKILL.md

Venice Models

Three read-only endpoints for model discovery — all GET:

Endpoint Returns
/models Full model catalog with model_spec (capabilities, constraints, pricing).
/models/traits Trait → model ID mapping (e.g. "default", "fastest", "default_reasoning", "highest_quality").
/models/compatibility_mapping Legacy / OpenAI / third-party model ID → Venice model ID aliases.

All three take an optional ?type= filter: text, image, video, music, tts, asr, embedding, upscale, inpaint, all, code.

All three are authenticated (Bearer API key or x402 SIWE) like every other /api/v1 route.

Use when

  • You need to pick a model at runtime based on capabilities (vision, reasoning, function calling, E2EE, X search, multi-image, …).
  • You need to validate a request against a model's constraints (prompt length, aspect ratio, resolution, steps).
  • You need the current price per million tokens / per image / per second / per 1k chars to build a cost estimate.
Related skills

More from veniceai/skills

Installs
31
Repository
veniceai/skills
GitHub Stars
71
First Seen
Apr 23, 2026