September 15th, 2025
API
App

We’ve rolled out pricing drops across the Venice API’s specialized chat models (input/output):
Venice Small (qwen3-4b) → $0.05 / $0.15 (was $0.15 / $0.60)
Venice Uncensored (venice-uncensored) → $0.20 / $0.90 (was $0.50 / $2.00
Venice Large (qwen3-235b 2507 thinking and instruct) → $0.90 / $4.50 (was $1.50 / $6.00)
Build more, pay less. See the full pricing page: https://docs.venice.ai/overview/pricing
We have updated Qwen Image and fit a Lightning LoRA to it. Few changes:
Generations should run in about 1/2 the time as plain QI
As per recommendation from LoRA authors, we have pinned the CFG and Steps in the backend to 1 and 8 respectively.
Fixed pinch to zoom when the photo viewer is open.
Made additional improvements to LaTeX rendering used for mathematical equations.
Fixed copy action not properly including in-painted / edited images.
Changed default for new API keys to “inference only” keys vs. “admin” keys.
Migrated to Qwen Edit as the default image editing / in-painting model.
Updated to latest version of Wallet Connect to improve wallet linking user experience.
Updated execution timer to reflect all images when generating multiple variants.
Improved rendering when printing text chats.
Improved auto model routing to direct anime related prompt to anime optimized models.
Updated social feed rendering to improve rendering of non-square aspect ratio photos.
Added a Download item to post share menus so users can save post images.
Added a “My Posts” tab to the social feed navigation.
Added an optional strict boolean on tool parameters to enable stricter parameter validation for tool calls.
Added model deprecation headers (x-venice-model-deprecation-warning and x-venice-model-deprecation-date) to API endpoints.
Added photoUrl parameter to character data returned from the API.
Added an API route to get details on a specific character. API docs have been updated.
Added support for multiple image generations via the API in a single request via the variants parameter.