Chat & text model pricing

Every chat model charges a flat credit amount per assistant message — from 0.5 credits on lightweight models up to 12 on flagship models.

Written By Zack (Zense AI)

Last updated 10 days ago

Chat and Tutor conversations bill chat credits.

The cost depends on which model (or Chat mode) answers your message — not on how many tokens you typed, though longer conversations carry more history into each request.

Credit range (0.5 – 12)

All text models are priced on a compressed 0.5–12 scale:

TierCredits per messageExample models
Budget0.5GPT-5 Nano, GPT-4.1 Nano, GPT-4o Mini, Gemini 2.5 Flash Lite, DeepSeek V3/V3.1/V3.2, Qwen3 32B, Qwen3.5 Flash, Mistral Nemo, Llama 4 Scout/Maverick
Low1.5GPT-5 Mini, GPT-4.1 Mini, Gemini 2.5 Flash, Gemini 3 Flash, DeepSeek R1/V4 Pro/Flash
Mid-low2 – 2.5Claude 3.5 Haiku, Qwen3 Max, Chat (auto) 2.5, Grok 4.3, O3/O4 Mini
Mid3 – 3.5GPT-5 / GPT-5.1, Gemini 2.5 Pro, Gemini 3.5 Flash
Mid-high4.5 – 5.5O3, GPT-4.1, GPT-5.2, GPT-5.3 Chat, Gemini 3.1 Pro
High7 – 9GPT-4o, GPT-5.4, GPT-5.2 (Medium), Claude Sonnet 4 / 4.5 / 4.6
Flagship12GPT-5.5

Thinking / medium reasoning variants (e.g. GPT-5.1 Medium, GPT-5.2 Medium) sit one tier above their base sibling.

Chat (auto) routes dynamically and is priced at 2.5 credits per message.

Chat modes

Built-in modes map to curated models behind the scenes:

ModeBest forTypical cost
ChatEveryday use — auto model selection~2.5 credits
Chat-ThinkingMulti-step reasoning, hard mathsHigher tier (varies)
Chat-FastQuick factual answersLower tier
Chat-Chinese繁體 / 简体 reading & writingMid tier

Exact credits follow whichever model the mode selects for that message.

Agent tools (also chat credits)

Agent tools run during a chat message and add to the message's chat credit total. They are tracked separately in transaction history but draw from the same chat pool.

ToolCreditsNotes
Web search10Charged per search call
Website crawl2Charged per crawled page
YouTube transcript2.5Per transcript fetch
Image generation (in chat)10Uses chat credits, not Image Studio pool
Image edit (in chat)10Same as in-chat generation

Other agent tools (flashcards, notes, mind maps, slides, etc.) follow the underlying model's per-message rate for the generation step.

How the per-message cost is calculated (technical)

For each model, Zense AI:

  1. Reads OpenRouter price per million input/output tokens.
  2. Applies the representative profile (12k in / 1k out per message).
  3. Targets ~25% margin against the Pro-plan credit value (0.0495 HKD/credit).
  4. Compresses the raw cost onto the 0.5–12 table so everyday models stay affordable and flagships are subsidized by cheaper tiers.

You are billed the final compressed credit, not the raw token math.

Tokens you will see in the UI

Even though billing is per message, each turn records token usage for debugging and analytics:

  • promptTokens — system prompt + history + attachments + tool context sent to the model.
  • completionTokens — the assistant's reply.
  • reasoningTokens — extra tokens on reasoning models (o-series, thinking modes).

A long thread increases promptTokens on later messages, which is why the pricing formula assumes a heavy input profile — but your credit charge stays the flat model rate unless you also invoke paid agent tools.

Tips to manage chat spend

  • Use Chat-Fast or 0.5-credit models for simple questions.
  • Reserve flagship models (9–12 credits) for work that needs top quality.
  • Web search (10 credits) adds up quickly — ask Chat to search only when needed.
  • School admins: set per-user chat caps and monitor the shared pool in School Management → Users.

> Full model-by-model table lives in the engineering docs (chat-pricing.md). Rates may be retuned when OpenRouter prices change — check the model picker for live costs.