Api Vibecode Claude EN
codexhttps://telegra.ph/Api-Vibecode-Claude-04-10 - RU version
UPDATES:
10.04.2025 - Instructions updated
14.04.2025 - We reworked the request logic for Opus-4.6, removed all AWS system prompts, and increased the base reasoning effort. The model should become relatively smarter.
What is this service?
Spoiler: the setup instructions are at the very bottom (links for VS Code and Claude Code CLI). Scroll there if you already know everything.
Our service is a Custom API for various LLM providers used for programming.
Important: our services run on Cloudflare servers (to prevent attacks and abuse), so you will almost always need a VPN to use them. Even to view the dashboard.
We provide access to models at 5–25% of the original cost. Below are the exact model names:
- Claude —
claude-opus-4.6,claude-sonnet-4.6, claude-opus-4.5, claude-sonnet-4.5, claude-haiku-4.5 - ChatGPT —
gpt-5.4-xhigh,gpt-5.3-codex-xhigh,gpt-5.4-mini-xhigh, gpt-5.4-medium, gpt-5.3-codex-medium, gpt-5.4-mini-medium, gpt-5.4-low, gpt-5.3-codex-low, gpt-5.4-mini-low
(the suffix essentially reflects the reasoning level; 3 models with 3 levels each)
- Gemini —
gemini-3.1-pro-high, gemini-3.1-pro-low,gemini-3.1-flash-light, gemini-3-flash-thinking
https://api.vibecode-claude.online/dashboard - dashboard. Here you can see your requests in real time with the date, time, and model name. The timestamps are shown in UTC; Moscow time is UTC+3, so the difference is 3 hours.
Origin
The origin is the same for each of our services: we buy accounts with various bonus paid plans and distribute quota from them. For example, for Claude we buy and distribute from AWS Bedrock accounts that have a $100 bonus quota (we obtain it through our own methods), Gemini — from Google accounts with an Ultra subscription, and so on. You receive tokens according to your plan, and we connect you to a specific account (although this is invisible to you). As a result, the cost for you ranges from 5% to 25% depending on the model.
Instructions and Usage
Our service is a Custom API. Such APIs are supported by almost all development environments: Claude Code, Opencode, Openclaw, VS Code (Roo Code, Kilo Code, Continue, Cline), Cursor, and Antigravity via extensions.
More detailed instructions for each service will be provided below in the links, but just remember one important thing that is the same everywhere, only in a different format — in practice, in your service you must ALWAYS specify THREE parameters:
- Base URL — https://api.vibecode-claude.online/ (if it returns an error, add
/v1) - Model (model name) — claude-opus-4.6 (or another one from the list above)
- API Key — sk-... (you receive it after purchase)
Set up your environment:
Claude Code CLI - https://telegra.ph/Claude-Code-CLI-Setup-EN-04-14
VS Code - https://telegra.ph/VS-Code-Custom-Api-Setup-EN-04-14
Frequently asked questions - https://telegra.ph/VibeCode-Claude---FAQ-EN-04-14