Zorveus LogoZorveusDOCS

Inference Overview

Overview of OpenAI-compatible inference capabilities supported on api.zorveus.com/v1.

Zorveus routes AI inference requests through a high-performance proxy on https://api.zorveus.com/v1. It supports the OpenAI SDK specification across text generation, reasoning, multimodal inputs, structured responses, embeddings, and real-time audio.

Inference Key TesterInteractive
Paste your Zorveus key to dynamically update all code snippets below.

Supported Inference Modalities


SDK Configuration

Point any official OpenAI client to https://api.zorveus.com/v1:

from openai import OpenAI

client = OpenAI(
    base_url="https://api.zorveus.com/v1",
    api_key="zrv_your_inference_key",
)
Was this page helpful?
Edit this page on GitHub

On this page