1vy — One Key, Every Model · AI API Gateway

Access 100+ AI models with a single API key. OpenAI GPT-4o, GPT-5, Anthropic Claude (Opus 4.7, Sonnet 4.6, Haiku 4.5), Google Gemini 3 / 2.5, DeepSeek V3, Alibaba Qwen, Meta Llama, xAI Grok, and more — all through one OpenAI-compatible endpoint. Pay per token, no subscriptions, flat 15% markup over upstream list prices, $1 free credit on signup.

Why developers choose 1vy

Featured models

See the full model catalog for prices on all 100+ supported models including Llama 4, Grok 4, Mistral Large, Cohere Command R+, and many more.

Quick start

Sign up at 1vy.ai/register for $1 free credit. Generate an API key in your dashboard, then call any supported model with the OpenAI SDK:

from openai import OpenAI
client = OpenAI(base_url="https://api.1vy.ai/v1", api_key="sk-1vy-...")
resp = client.chat.completions.create(
    model="claude-opus-4-7",
    messages=[{"role": "user", "content": "Hello"}],
)

Common questions

Is 1vy compatible with my existing OpenAI code?

Yes. 1vy exposes a fully OpenAI-compatible /v1/chat/completions endpoint. Use the official OpenAI SDK in any language — Python, Node.js, Go, Java, Rust, Ruby, PHP — and only change the base_url and API key. Your prompts, function definitions, streaming code, and response handling all work unchanged.

How is 1vy different from OpenRouter?

Both 1vy and OpenRouter aggregate AI models behind one OpenAI-compatible API. 1vy applies a transparent flat 15% markup over upstream list prices, prioritizes first-party access to major providers, and offers $1 free starter credit. See the full side-by-side comparison.

Which models does 1vy support?

OpenAI (GPT-4o, GPT-5, o1, o3, o4-mini), Anthropic Claude (Opus 4.7/4.6, Sonnet 4.6, Haiku 4.5), Google Gemini (3 Pro/Flash, 2.5 Pro/Flash), DeepSeek (V3, R1), Alibaba Qwen (Max, Plus, Turbo, 3-Max), Moonshot Kimi (K2, K2.5), xAI Grok, Meta Llama, Mistral, and more. Full list at /models.

Get started