Vecto Router
OpenAI-compatible API · Direct FastAPI gateway

One gateway for every AI model

Issue and manage API keys, control model access, monitor usage, and connect your favorite development tools from one streamlined console.

Connect any existing project in a few lines
Base URL: https://api.vectorouter.com/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.vectorouter.com/v1",
    api_key="vtr_your_token_here"
)

response = client.chat.completions.create(
    model="gpt-5.6-sol", # or "claude-opus-4.6"
    messages=[{"role": "user", "content": "Hello!"}]
)

Built for modern AI products and engineering teams

Low-latency model access with practical controls, usage visibility, and audit logs.

OpenAI-compatible by design

Use the familiar /v1/chat/completions and /v1/models endpoints with existing OpenAI SDKs and tooling.

Direct, high-performance gateway

Requests go straight to the FastAPI gateway for low overhead, streaming responses, and reliable concurrency.

Leading models in one place

Access flagship models such as Claude Opus 4.6 and GPT 5.6 SOL through stable IDs and compatible aliases.

Fine-grained key controls

Set expiration dates, limit model access, keep secrets masked, and revoke credentials immediately.

Usage and audit visibility

Track input and output tokens, latency, success rates, and request trends from a single dashboard.

Quick client setup

Follow practical setup guides for Cursor, NextChat, Cherry Studio, and other OpenAI-compatible clients.

Vecto Router