Agent Gateway — OpenAI-compatible today, Anthropic bridge next

Run coding agents on
Chinese frontier models.

XinoAPI gives CC Switch, Codex, OpenClaw, Cline, Roo, and other developer agents a stable gateway to DeepSeek, Qwen, GLM, Kimi, and MiniMax — Stripe billing, self-service onboarding in supported regions.

One gateway behind every agent

Use XinoAPI as the model provider behind developer agents. Keep one billing account while routing tasks across Chinese frontier models.

OpenAI-compatible

Codex CLI

Point Codex at https://api.xinoapi.com/v1 and use deepseek-v4-pro for code planning or deepseek-v4-flash for fast edits.

Bridge planned

Claude Code

Claude Code uses Anthropic's Messages API shape. XinoAPI can support this through an Anthropic-compatible bridge layer for teams that want DeepSeek or Qwen as a coding-agent backend.

Custom provider

OpenClaw

Configure OpenClaw as an OpenAI-compatible provider with a XinoAPI key, then select agent-ready aliases or explicit model IDs.

CLI manager

CC Switch

Add XinoAPI as a custom OpenAI-compatible provider in CC Switch, then reuse the same endpoint for supported coding CLIs such as Claude Code, Codex, OpenCode, OpenClaw, and Gemini CLI.

Connected in two exports

Use these snippets as starting points. Replace xino-your-key with an API key from the XinoAPI dashboard.

codex.sh
export OPENAI_API_KEY="xino-your-key" export OPENAI_BASE_URL="https://api.xinoapi.com/v1" export OPENAI_MODEL="deepseek-v4-pro"   codex
claude-code-bridge.sh
export ANTHROPIC_API_KEY="xino-your-key" export ANTHROPIC_BASE_URL="https://api.xinoapi.com/anthropic" export ANTHROPIC_MODEL="deepseek-v4-pro"   claude
openclaw.config
# Provider: OpenAI compatible # Base URL: https://api.xinoapi.com/v1 # API key: xino-your-key # Model: deepseek-v4-pro   openclaw configure
cc-switch.config
# Provider type: OpenAI compatible # Base URL: https://api.xinoapi.com/v1 # API key: xino-your-key # Model: deepseek-v4-flash   # Use deepseek-v4-pro for planning and code review.
agent.py — generic OpenAI SDK
from openai import OpenAI   client = OpenAI( api_key="xino-your-key", base_url="https://api.xinoapi.com/v1", )   response = client.chat.completions.create( model="deepseek-v4-pro", messages=[{"role": "user", "content": "Review this repository."}], )

Commercial positioning: XinoAPI is not trying to be the cheapest router. It is built for stable coding-agent sessions, China-model coverage, Stripe billing, no China KYC, spend control, and support for production teams.

Recommended agent models

Use model choice as a workflow decision: fast edits, complex planning, Chinese codebases, or enterprise reliability.

ModelBest forPriceProtocol
deepseek-v4-flashFast code edits, lightweight repo Q&A, low-cost agent loopsTOU: $0.264–$0.528/M in* · $0.792–$1.584/M outOpenAIAnthropic bridge
deepseek-v4-proPlanning, refactors, debugging, multi-file reasoningTOU: $0.792–$1.584/M in* · $2.376–$4.752/M outOpenAIAnthropic bridge
qwen-plusChinese codebases, long-context code reading, documentation$0.133/M in · $0.800/M outOpenAI
glm-5.1Fallback reasoning channel and agent verification passes$1.164/M in · $3.648/M outOpenAI

* Cache-miss input, off-peak to peak. Cache-hit input is lower; see full DeepSeek pricing.

Agent-ready by design

Streaming

Stable long-running tasks

Agent sessions depend on continuous SSE streaming, predictable retries, and clean timeout behavior.

Tools

Function calling support

Use tool calls for search, shell planning, patch generation, structured extraction, and verifier loops.

Billing

Spend control

Minimum $20 top-up, no token discounts, clear usage logs, and enterprise billing for production teams.

Where the gateway is going

Available now
  • OpenAI-compatible /v1/chat/completions
  • Streaming responses
  • DeepSeek, Qwen, GLM, Kimi, MiniMax routing
  • Stripe billing and usage accounting

Not just another generic router

The pitch is reliability and China-model specialization, not lowest token price alone.

NeedXinoAPI advantageWhy it matters for agents
China model accessDeepSeek, Qwen, GLM, Kimi, MiniMax focusOne provider for teams building on Chinese frontier models
No China-specific KYC for standard self-service useStripe and USD billingOverseas developers can start without Chinese phone or payment rails
Agent reliabilityRouting, fallback, and spend controlsLong coding tasks fail less often and are easier to audit
Commercial supportInvoice and enterprise support pathProduction teams need support paths, routing controls, and predictable billing

Point your agent at a
Chinese frontier model.

Self-service onboarding, $2.00 free credits, and 5 provider families through one gateway.

OpenAI-compatible · Anthropic bridge planned · Privacy SDK available

Chat with us