Access flagship LLMs from Russia without a foreign card or VPN. One key, one OpenAI-compatible contract: change the base_url and your OpenAI SDK or langchain code keeps working.
The same OpenAI-compatible contract. Point it at Clipia and add your key — the rest of the code stays the same.
base_url = "https://api.clipia.ai/v1"from openai import OpenAI
# The only change vs. a normal OpenAI client: base_url + a Clipia key
client = OpenAI(
base_url="https://api.clipia.ai/v1",
api_key="clipia_live_xxxxxxxxxxxxxxxxxxxxxx",
)
resp = client.chat.completions.create(
model="claude-opus-4-8",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Price per 1M tokens in rubles. Pay as you go — the final cost is metered by the actual tokens in the response.
The same OpenAI-compatible contract as foreign aggregators, but billed in rubles and reachable from Russia directly.
Top up your credit balance with a Russian card or via SBP. No foreign card, no middlemen, no currency conversions.
A single contract for every model. Works with the OpenAI SDK, langchain, aider and any client that speaks the OpenAI API.
The same key and the same credit balance cover both LLMs and Clipia image and video generation. No separate Gateway key needed — one integration for every task.
It is one OpenAI-compatible API for flagship LLMs — Claude, GPT, Gemini, Grok, DeepSeek and more — billed in rubles. Effectively a drop-in for apps built on the OpenAI SDK: different models, one contract.
No. Just set the base_url to https://api.clipia.ai/v1 and use a Clipia key instead of the old one. The rest of the code — chat.completions calls, streaming, tools — stays the same.
Top up a credit balance in rubles — with a Russian card or via SBP. Billing is metered by the tokens you use, and no separate foreign card is needed.
Flagships Claude Opus 4.8 and Sonnet 4.6, GPT-5.5, Gemini 3.1 Pro, Grok 4.3, DeepSeek V4 Pro, plus cheaper standard models. The same key also runs image and video generation.
Yes. Any client with an OpenAI-compatible contract works: langchain, aider, cline and others. Just point the base_url at Clipia and add your key. The models are also available as an MCP server.
Foreign aggregators require a foreign card and are often unreachable from Russia without a VPN. Clipia accepts rubles and works from Russia directly — with the same OpenAI-compatible contract.
No. One and the same Clipia key works both for LLM chat (this Gateway) and for image and video generation — from a single shared credit balance. If you already have a generation key, you don't need a separate Gateway key: it works right away.
Create an API key in the developer console — live or test — and drop it into the Clipia base_url.
Get a keyFull reference for endpoints, models, streaming and errors — with examples in multiple languages.
Open the docsTeams, volume tiers, invoicing and closing documents for legal entities.
Go to sectionThe key starts with clipia_ and is passed like any OpenAI API key. A clipia_test_ key responds instantly and does not spend credits.
Price per 1M tokens, rate $1 = 80 ₽. Billed in Clipia credits (RU card or SBP). Pricing is reviewed manually; live prices are in the /v1/models catalog.
Plug the models in as an MCP server in Claude Code, Cursor and other agents — no extra glue code required.
Pay for the tokens you actually use. Every response returns usage, and the /v1/models catalog shows prices up front.
The endpoint works from Russia directly. No foreign card, no VPN, no workarounds — just a key and a base_url.