⚡ OpenAI-compatible AI gateway

Premium AI models
through one API.

ClipJets gives developers one endpoint for coding, reasoning, long-context work and automation. Use Auto Code, Auto Smart, GPT, Gemini, Claude, Qwen, DeepSeek, Kimi, Codestral and more.

curl https://api.clipjets.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto-code",
    "messages": [
      {"role":"user","content":"Fix this code"}
    ]
  }'

Auto Code

Best default for VS Code, Cursor, Cline, Roo Code and coding agents.

Auto Fast

Low-cost fast edits, small fixes, summaries and short code tasks.

Auto Smart

Architecture, planning, debugging and complex reasoning workflows.

Auto Large

Long-context codebase reading, big files and multi-document reasoning.

One gateway. Many model families.

Use curated model access with pay-as-you-go billing. Start with auto models, or call direct models when you need a specific family.

GPT Gemini Claude Qwen DeepSeek Grok Kimi Codestral MiniMax

Use ClipJets with your existing tools.

Set Base URL to https://api.clipjets.com/v1, paste your API key, and choose auto-fast as your default model for general use.