Built for Cline.
In any IDE.

An OpenAI-compatible LLM service that works everywhere Cline does — VS Code, JetBrains, Neovim, or just curl.

https://clinecodex.com/ai/v1
Models

Every Codex model, one endpoint.

Switch between them with a single header. No new accounts, no new SDKs.

5.5

codex-5.5

Flagship. Maximum reasoning depth for the hardest problems.

Flagship
5.2

codex-5.2

Strong daily-driver. Best balance of speed and quality.

Balanced
5

codex-5

Fast iteration. Great for refactors, tests, and small edits.

Fast
5C

codex-5-codex

Tuned for code generation. Sharper on multi-file diffs.

Code-tuned
4

codex-4

Lightweight and cheap. Drop in for routing and classification.

Lightweight
Who

Built for builders.

From weekend side projects to production teams — same endpoint, same speed.

EN

Engineers

Ship features, not boilerplate.

DS

Data scientists

Notebooks that read and write for you.

RE

Researchers

Summarize papers, draft citations.

WR

Writers

Outline, edit, and polish — without the noise.

ID

Indie devs

Big-league models on a side-project budget.

ST

Students

Learn faster. Get unstuck sooner.

API

One API. Any IDE.

OpenAI-compatible. Drop-in replacement for any client that talks Chat Completions.

Cline Codex — v1
$ curl https://clinecodex.com/ai/v1/chat/completions \
  -H "Authorization: Bearer $CLINECODEX_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.5",
    "messages": [{ "role": "user", "content": "List the files in /etc" }]
  }'

# → 200 OK
# → { "choices": [ { "message": { "role": "assistant", "tool_calls": [...] } } ] }
Pricing

Simple, transparent pricing.

Pay for what you use. Cancel anytime.

Plus

For solo devs and weekend builds.

$20/month
  • 200K tokens per day
  • All Codex models
  • 10 requests/minute
  • Standard email support
  • Community Discord

Max

For teams and production workloads.

$200/month
  • Unlimited tokens
  • Highest priority
  • 300 requests/minute
  • Dedicated engineer
  • 10 team seats
  • SSO + audit logs
  • Custom rate limits