Mid-tier Mainstream models Direct connect ★ 3.7 / 5

IKunCode Review: Pricing & Comparison

A coding-focused relay with an active QQ community, pure pay-as-you-go with no plans, GPT 5.5 from as low as ¥1/6 per million tokens

Last verified: 2026-07-04 · Visit official site →

A relay built by programmers, for programmers

IKunCode’s (api.ikuncode.cc) name carries a bit of internet-meme flavor, but its positioning is clear: built for programmers, driven by a programmer community.

IKunCode’s core community lives in a QQ group, not a WeChat official account or Weibo. That choice points at a specific user base — in mainland China, QQ groups are still where a large chunk of programmer tech communities gather (especially among developers aged 18-25), whereas WeChat groups tend to skew toward business/operations audiences.

What does an active QQ community actually mean for users?

  • If you hit an integration issue, you can ask directly in the group, and another programmer might answer within three minutes
  • Pitfalls other users have already hit (a mistyped model name, a malformed API parameter) get shared before you run into them yourself
  • When the platform has an outage, someone in the group usually reports it right away — no need to keep refreshing an API status page yourself

What pure pay-as-you-go actually means

IKunCode doesn’t offer subscription plans, which might look like a missing feature but is actually a deliberate positioning choice.

The logic behind subscription plans is: a fixed monthly fee for a fixed quota, which works out better for users with steady usage. But for coding scenarios, usage is rarely even — some weeks are project-heavy with very high API call volume, other weeks barely touch Claude Code at all. Under this kind of irregular usage curve, pay-as-you-go is more cost-efficient than a subscription, because you don’t pay for idle quota during slow periods.

IKunCode’s pure pay-as-you-go positioning suits:

  • Freelancers and individual developers (project-driven, with clear peaks and troughs in call volume)
  • Students or developers still learning (time is more valuable than money, and they don’t want to pay for quota they won’t use)
  • Users who want to test before committing to long-term use

GPT 5.5’s price competitiveness

IKunCode prices GPT 5.5 at around ¥1/6 (input/output, per million tokens) — a price worth understanding in market context:

GPT 5.5 is OpenAI’s flagship model; official pricing (converted at ¥7.2/USD) typically lands in the ¥72-360/M tokens range. Among domestic relays, cheaper GPT 5.5 pricing usually runs ¥1-3/M tokens (input), with pricier options at ¥5+.

If IKunCode’s claimed ¥1/M input tokens holds up, it’s at the low end of domestic relay pricing for GPT 5.5. But steep discounts like this need careful verification: it could be a specific plan or promotional price, could come with concurrency limits, or could apply to a specific model version rather than the latest flagship. We’d suggest verifying current pricing on the official site before topping up, rather than deciding based solely on the price figures in a review article.

Integration example

IKunCode is compatible with the OpenAI API format, so integration follows the standard pattern:

from openai import OpenAI

client = OpenAI(
    api_key="your IKunCode API key",
    base_url="https://api.ikuncode.cc/v1"  # defer to the official site for the actual endpoint
)

# Use Sonnet for everyday coding (good cost-performance)
response = client.chat.completions.create(
    model="claude-sonnet-4-6",
    messages=[
        {"role": "user", "content": "Help me write a Python Redis caching decorator"}
    ]
)

# Use GPT 5.5 Flash when you need fast output
response = client.chat.completions.create(
    model="gpt-5.5-mini",
    messages=[{"role": "user", "content": "Explain what this SQL query does"}]
)

Cursor IDE setup: Settings → AI → Custom OpenAI API Base URL, enter IKunCode’s endpoint; enter your key in the API Key field.

Comparison with similar coding-focused relays

Other relays also aimed at coding scenarios:

  • ByteCat: also aimed at coding engineers, with more complete Codex CLI documentation — a good fit if you need Codex
  • PackyCode: an earlier Claude Code-specific relay, with a community skewing toward WeChat/Discord, and rich Claude Code documentation
  • IKunCode: competitive GPT 5.5 pricing, an active QQ community, pure pay-as-you-go with no plans

All three are aimed at coding users but with different emphases. If Codex is your primary tool, go with ByteCat; if Claude Code is your primary tool, go with PackyCode; if GPT 5.5 is your main driver and you want to be part of a QQ community, IKunCode is worth testing.

Information verified 2026-07-04. Defer to api.ikuncode.cc’s live pricing for GPT 5.5 — verify before topping up.

  • RightCode: coding-focused, top up from as little as ¥1, clear documentation, Sonnet from as low as ¥0.9/M
  • NoneLinear: 480+ models, 99.99% SLA, a top pick for production-grade enterprise use
  • No.1-API: a one-stop model aggregation relay, well-organized API docs, a unified entry point for Claude/GPT/Gemini/DeepSeek
  • TokenMix: multi-model aggregation, flexible payment options, friendly to both domestic and international developers

Quick facts

Pricing modelPurely pay-as-you-go, no subscription plans; GPT 5.5 around ¥1/6 (input/output, per million tokens); mainstream coverage of Claude/GPT/Gemini; Alipay/WeChat Pay
Model coverageThe full Claude lineup, the full GPT lineup (including GPT 5.5), and mainstream Gemini versions
Latency / SLAMainland direct connect, no proxy needed; optimized for low latency in coding scenarios
Mainland direct connectDirect connect
Best forDevelopers
Referral programNo public affiliate program found so far.

Pros

  • An active QQ community: a dedicated QQ group with a concentrated base of programmer users, a good discussion atmosphere, and fast-flowing tips on common pitfalls
  • Purely pay-as-you-go: doesn't push subscription plans, you pay only for what you use — friendly to individual developers with irregular call volume
  • Competitive GPT 5.5 pricing: ¥1/6 (input/output, per million tokens) sits at the low end of domestic relay pricing for GPT 5.5

Cons

  • IKunCode's brand recognition is relatively limited, with few independent public reviews
  • Positioned specifically for coding scenarios, not well suited to non-code AI use cases
  • Gemini coverage is more of an add-on — heavy Gemini users have more specialized options elsewhere

Compare more AI API relays

See the full comparison board — filter by price tier, model coverage, and mainland direct-connect status.

Back to the comparison board →