Skip to main content
The Electron Hub Coding Plan (DevPass) is a flat-rate subscription for coding agents and CLI tools (Claude Code, Cline, Roo Code, and anything OpenAI/Anthropic-compatible). It comes with a dedicated ek-dev- API key and never consumes credits — it’s fully independent of any other Electron Hub plan.

Tiers

LiteTurbo
Price$5/month$20/month
Parallel requests25
Priority when busyStandardHigh
Daily usage allowanceGenerous6× Lite
Launch seats are capped per tier. If a tier is sold out, join the waitlist on the dashboard — you’ll be notified when a seat opens (first come, first served).

Included Models

Model IDContextHighlights
kimi-k2.6:dev240KLong-horizon coding, UI/UX generation, agent swarms
minimax-m2.7:dev180KAgentic productivity, multi-agent collaboration
glm-5.2:dev400KRepo-scale context — coming soon
All models support function calling and reasoning, on /v1/chat/completions, /v1/messages, and /v1/responses.
:dev models accept only ek-dev- keys, and DevPass keys can call only :dev models. Keep your master key configured if you need the rest of the catalog.

Quickstart

  1. Subscribe on the DashboardConsoleCoding Plan.
  2. Your ek-dev-... key is provisioned within seconds and always retrievable from the Coding Plan tab (regenerating it instantly kills the old key everywhere).
  3. Use it as a Bearer token:
curl -X POST "https://api.electronhub.ai/v1/chat/completions" \
  -H "Authorization: Bearer ek-dev-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.6:dev",
    "messages": [{"role": "user", "content": "Refactor this function..."}],
    "stream": true
  }'

Fair Use

DevPass is flat-rate — no per-token billing, no request quota. Instead of cutting you off, heavy usage is simply slowed down:
Each plan allows a set number of requests running at the same time (2 on Lite, 5 on Turbo) — there’s no requests-per-minute limit. If all your slots are busy, you get a 429 with a Retry-After header; wait for one to finish and retry.
Each plan includes a generous daily usage allowance (resets 21:00 UTC). Going past it never blocks you — responses may just be slower until the reset.
Firing a very large number of requests within a few seconds may get a brief 429. Normal coding-agent workloads fit comfortably.
Your live usage is shown on the dashboard’s Coding Plan tab.

Errors

StatusMeaningWhat to do
429All parallel slots busy, or too many requests at onceHonor Retry-After, then retry
404 model errorModel not in the Coding Plan listUse a :dev model
403Subscription suspended or endedCheck payment method / resubscribe

Terms

  • Monthly billing via Creem, auto-renewing, non-refundable. Cancel any time — your key stays active until the period ends.
  • Individual use only. Sharing or reselling a key leads to suspension; chargebacks are treated as account-level violations.
  • Home, work, laptop, CI, VPNs — all fine. Enforcement targets resale patterns, not normal developer life.

FAQ

Yes — change plans in the Creem billing portal. Your existing key picks up Turbo limits automatically.
Your ek-dev- key is deactivated. Resubscribe any time to restore it.