Venice AI
Venice AI exposes an OpenAI-compatible model API. Fased registers it as thevenice provider, discovers the Venice model list when the API is reachable,
and lets each Agent choose Venice for primary, fallback, or task model roles.
- Provider:
venice - Auth:
VENICE_API_KEY - API: OpenAI-compatible
- Base URL:
https://api.venice.ai/api/v1 - Default model ref:
venice/zai-org-glm-5-1
Quick Start
- Create an API key at venice.ai.
- Open Agents, select the Agent, then use Agent > Models > Venice AI.
- Paste the API key and choose that Agent’s model roles.
Model Selection
Use Agent > Models as the source of truth for the current Venice catalog. The runtime starts with Fased’s checked-in model metadata, then can refresh from the Venice API when credentials and network access are available. Common refs in the current Fased catalog include:| Ref | Use |
|---|---|
venice/zai-org-glm-5-1 | Default Venice model ref |
venice/qwen3-coder-480b-a35b-instruct-turbo | Coding-heavy tasks |
venice/qwen3-vl-235b-a22b | Vision-capable route |
venice/deepseek-v4-pro | Reasoning route |
venice/kimi-k2-6 | Kimi route |
venice/claude-opus-4-7 | Claude route through Venice |
venice/openai-gpt-55 | OpenAI route through Venice |
venice/gemini-3-1-pro-preview | Gemini route through Venice |
venice/grok-4-20 | Grok route through Venice |
venice/openai-gpt-oss-120b | Open-weight route |
Privacy And Routing
Venice publishes model-specific privacy and routing modes. Treat Agent > Models and Venice’s own account/model documentation as the authority for the current mode, pricing, availability, and provider route. Fased records the model ref you select and sends requests to the configured Venice API endpoint; it does not change Venice’s upstream policy.Config Example
Notes
- Inference requires a valid
VENICE_API_KEY. - If the Gateway runs under systemd or launchd, make sure
VENICE_API_KEYis available to that process or stored through the Fased auth/config flow. - Some models may be renamed, added, removed, or temporarily unavailable by the provider. Use Agent > Models to check the currently reachable catalog.
- Check Venice pricing, API docs, and status for provider-side details.