T test-reseller.qcode.cc
// PRODUCTION ENDPOINT

One key. Three frontier APIs.

Pay-as-you-go gateway. No SMS verification. Instant API key. Drop-in compatible with Claude Code, Codex CLI, Gemini CLI, and major SDKs.

ENDPOINT STATUS:ONLINE
HOST:test-reseller.qcode.cc
PROTO:https / 1.1 + 2
SSE:supported
// FEATURES

_

Pay-as-you-go

No subscription, no minimums. Top up any amount, use what you need.

🔑

Instant key

Get your API key right after payment. No KYC, no waiting, no SMS.

🛰

One key, three APIs

Anthropic Messages, OpenAI Responses, Google Gemini — single key, smart routing.

📊

Live usage stats

Check spend and quota any time on /stats with your own key.

Drop-in compatible

Works with Claude Code, Codex CLI, Gemini CLI, LangChain, OpenAI/Anthropic SDKs.

Streaming + tools

Full SSE streaming and tool-use support — same wire format as upstream.

// ENDPOINTS

Production endpoints

Compatible with the official wire formats — point your existing SDK at the URL below and use your key.

Claude · Anthropic Messages API
POSThttps://test-reseller.qcode.cc/api/v1/messages
Header: x-api-key: cr_...
Codex · OpenAI Responses API (GPT-5 family)
POSThttps://test-reseller.qcode.cc/openai/v1/responses
Header: Authorization: Bearer cr_...
Gemini · Google Generative API
POSThttps://test-reseller.qcode.cc/gemini/v1beta/models/gemini-2.5-pro:generateContent
Header: x-goog-api-key: cr_...
// QUICKSTART

60-second integration

Set two environment variables, run your existing tool. That's it.

Claude Code
# ~/.bashrc
export ANTHROPIC_BASE_URL="https://test-reseller.qcode.cc"
export ANTHROPIC_AUTH_TOKEN="cr_..."
claude
Codex CLI
# ~/.codex/config.toml
[model_providers.provider]
name="provider"
base_url="https://test-reseller.qcode.cc/openai/v1"
env_key="OPENAI_API_KEY"
Gemini CLI
# ~/.gemini/.env
GOOGLE_GEMINI_BASE_URL="https://test-reseller.qcode.cc/gemini"
GEMINI_API_KEY="cr_..."
// MODEL LINEUP

Models routed through this gateway

Latest production models from each vendor — keep your client up-to-date and the new models become available automatically.

Model Context Best for
claude-fable-5 anthropic1Mflagship · agent
claude-opus-4-8 anthropic1Magent
claude-sonnet-4-6 anthropic200K · 1Mcode · long context
claude-haiku-4-5 anthropic200Kfast · cheap
gpt-5.5 openai400Kflagship · reasoning
gpt-5.5-codex openai400Kcode · agent
gpt-5.4-mini openai400Klow latency
gemini-3.1-pro google2Mflagship · multimodal
gemini-2.5-pro google2Mlong context · search
gemini-2.5-flash google1Mfast · cheap
// CONTACT

Contact

Contact channel will be configured by the operator.