Skip to main content
ByteSpike publishes one per-model rate per surface. No tiers, no markup paragraphs. Failed requests don’t bill.
1 USD = 1,000,000 credits (micro-USD precision). Token rates are quoted per million tokens. Per-call rates are quoted in dollars.

How rates work

Every row in this document is the public ByteSpike rate for that model, refreshed nightly. If you need programmatic access to the same data, hit GET /api/pricing directly (returns a JSON array matching the table rows below). Cache pricing convention:
  • Cache write: most models bill at the input rate; Claude models bill at 1.25× input.
  • Cache read: a separate, lower per-model rate — it varies by model, so see each row (it is not a flat 10% across the board).
  • Web search tool (where supported): per-1k-uses surcharge, billed separately.
For subscription / top-up pricing, see bytespike.ai/pricing.

Text models (15)

OpenAI (3)

GPT-5.5 web-search tool: $10 / 1k uses (billed separately).

Anthropic (5)

Claude Opus 4.8 web-search tool: $10 / 1k uses (billed separately).

Google (2)

National LLMs (5)

DeepSeek (2)

Moonshot (1)

Zhipu (1)

MiniMax (1)


Image models

Sync endpoints. Pricing is per generated image. n>1 bills each image separately. Offered image models: GPT Image 2 (OpenAI), Nano Banana Pro and Nano Banana 2 (Google). The full, authoritative per-image rate card — including nano-banana-pro — is published at bytespike.ai/pricing#image.

Video models

Async via /tasks/submit/tasks/query. Pricing is purely per-second of output — there is no submit fee. Cancellations during queued are free; cancellations after running partial-bill the seconds rendered. Offered video models: Veo 3.1, Veo 3.1 Fast, Veo 3.1 Lite (Google). The full per-second rate card — including veo3-1-lite — is published at bytespike.ai/pricing#video.

Utility endpoints


Pricing notes

  • Failures don’t bill. Any non-2xx response is free. The narrow exception: video tasks cancelled after running — partial GPU seconds are charged.
  • Cache write rate: most models bill cache writes at the input rate. Claude models bill cache writes at 1.25× input.
  • Cache read rate: a separate, lower per-model rate — it varies by model, so see each row (it is not a flat 10% across the board).
  • Web search / grounding tools (where supported): per-1k-uses surcharge, billed separately from token usage.
  • Image / video task failures: 100% refund at the task level.
  • Chat 5xx: not billed; auto-retried at the gateway envelope.

Programmatic access

Returns a JSON array with one entry per model:
Refresh cadence is daily at 04:30 UTC. Cache the response client-side for at least 24 hours; the updated_at field tells you when the rate last refreshed.

See also