Skip to content
All tools
Terminal coding agent

Use Gemini CLI for 80% less.

Google's open-source terminal agent for Gemini — 1M context, browser tools, surprisingly good. And surprisingly expensive at scale.

Google direct
$350
/month, typical
Through us
$70
/month, same use
You keep
$280
/month back in pocket

Why Gemini CLI burns tokens

Gemini CLI's 1M-context appetite is its superpower and its cost trap — load a whole codebase, every turn re-reads it. Gemini 3 Pro is $4.80/$28.80 per 1M tokens. Heavy use = $300-500/month on Google direct.

Setup — under 60 seconds

  1. 1

    Get an API key

    Sign up (free, no card), then generate an sk-cc-… key from your dashboard.

  2. 2

    Configure Gemini CLI

    Configure Gemini CLI with custom OpenAI-compatible endpoint.

    # Gemini CLI doesn't natively support OpenAI-compat endpoints yet,
    # so use a generic OpenAI-shape client instead — for example with curl:
    curl https://claudeapi.cheap/api/proxy/v1/chat/completions \
      -H "Authorization: Bearer sk-cc-your-key-here" \
      -H "Content-Type: application/json" \
      -d '{"model":"gemini-3-pro-preview","messages":[{"role":"user","content":"Hello"}]}'
  3. 3

    Run as usual

    Gemini CLI keeps every feature. Only the API endpoint changed — your prompts, tools, and behaviour are unchanged.

Recommended models for Gemini CLI

Gemini 3 Pro

$0.96/M in · $5.76/M out

Newest, best reasoning + multimodal

Gemini 2.5 Pro

$0.6/M in · $4.8/M out

2M context — long-doc work

Gemini 2.5 Flash

$0.144/M in · $1.2/M out

High-volume cheap loops

FAQ

Does Gemini CLI work with non-Google endpoints?

Not natively yet — Gemini CLI assumes Google's auth flow. Today the cleanest path is to use Gemini through any OpenAI-compatible client (LangChain, LlamaIndex, plain OpenAI Python SDK) pointed at our proxy. We're tracking native Gemini CLI support.

What about Gemini's grounding and code execution tools?

Streaming, tool calls, and multimodal are still partial on our Gemini path — text-only non-streaming is fully supported today. Streaming + tools are on the roadmap.

Why use Gemini through here instead of Vertex AI?

Vertex requires a Google Cloud project, billing setup, IAM, and per-project rate limits. We're: one key, no GCP setup, 80% off list, crypto pay. Same Gemini models.

Ready to cut your Gemini CLI bill?

Free Basic plan, $19 lifetime Pro. Crypto only. No subscription.

Get an API key — free

Or visit Gemini CLI