Skip to main content

Pricing and usage

UniKey uses AI Credits to measure and settle usage across model calls, API requests, agent calls, and future workflow execution.

Credits conversion

$1 = 10,000 AI Credits

The pricing table below uses the same upstream official model price data as the reference platform, expressed as USD per 1M tokens. To convert a table value into UniKey Credits per token:

Credits per token = USD per 1M tokens / 100

Example: GPT-5.2 input is 1.75 USD / 1M tokens, so each input token costs 0.0175 UniKey Credits.

Model pricing

ModelInput ($/1M tokens)Cache Write ($/1M tokens)Cache Read ($/1M tokens)Output ($/1M tokens)Web Search (Credits/use)
MiniMax M30.300.300.061.20-
MiniMax M2.70.300.3750.061.20-
Kimi K2.60.950.950.164.00-
Kimi K2.50.590.590.1773.00-
Qwen3.6-27B0.190.190.0192.99-
GLM-5.21.401.400.284.40-
GLM-5.11.401.400.264.40-
DeepSeek V3.20.290.290.1450.44-
DeepSeek V4 Flash0.280.280.00560.56-
DeepSeek V4 Pro0.870.870.00871.74-
GPT-5.6 Sol5.006.250.5030.00100
GPT-5.6 Terra2.503.1250.2515.00100
GPT-5.6 Luna1.001.250.106.00100
GPT-5.42.502.500.2515.00100
GPT-5.55.005.000.5030.00100
GPT-5.5 Instant5.005.000.5030.00100
GPT-5.4 Pro30.0030.003.00180.00-
GPT-5.21.751.750.17514.00100
GPT-5.4 Mini0.750.750.0754.50100
GPT-5 Mini0.250.250.0252.00100
GPT-5.4 Nano0.200.200.021.25100
GPT-5 Nano0.050.050.0050.40-
Claude Fable 510.0012.501.0050.00100
Claude Opus 4.85.006.250.5025.00100
Claude Opus 4.75.006.250.5025.00100
Claude Opus 4.65.006.250.5025.00100
Claude Opus 4.55.006.250.5025.00100
Claude Sonnet 52.002.500.2010.00100
Claude Sonnet 4.63.003.750.3015.00100
Claude Sonnet 4.53.003.750.3015.00100
Claude Haiku 4.51.001.250.105.00100
Gemini 3.1 Pro2.002.000.2012.00140
Gemini 3.5 Flash1.501.500.159.00140
Gemini 3 Flash0.500.500.053.00140

Cache pricing notes

  • Cache Write is charged when tokens are written into prompt cache.
  • Cache Read is the discounted rate for reusing cached tokens.
  • Claude models and GPT-5.6 models apply a 25% premium on cache writes.
  • Cache retention time and long-context pricing may vary by upstream provider.

Calculation examples

Claude Sonnet 4.6 with 1,000 cache-write tokens:

1,000 * 3.75 / 100 = 37.5 Credits

GPT-5.2 with 10 input tokens and 50 output tokens:

(10 * 1.75 + 50 * 14.00) / 100 = 7.175 Credits

Usage information

Track these fields for every production request:

  • model name;
  • endpoint path;
  • prompt, completion, cache-write, and cache-read token counts;
  • Credits consumed;
  • latency and error code;
  • request owner, project, or agent ID.

Top up and billing records

UniKey uses a prepaid model. Top up AI Credits before sending production traffic, and review billing records after batch jobs, agent runs, or high-volume deployments.

For agentic systems, enforce application-side request budgets, maximum tool iterations, and stop conditions before calling high-cost models.