Skip to content

Making requests

Open Vertex Router exposes the OpenAI API surface at https://api.openvertexrouter.com/v1, so any OpenAI-compatible client works against it unmodified. POST /v1/chat/completions is the primary endpoint, including streaming responses and tool calls.

Requests you already send to OpenAI are valid Open Vertex Router requests: same fields, same response shape, same error envelope.

TODO: List supported endpoints and parameters, and note the compatibility gaps.