Completed
on 5 Jan 2026, 2:43 am

Output

💰 StatusLine Cost Explained

Short Answer

No, you won't be charged extra. On the Max plan, you pay a flat $100-200/month regardless of usage.

What the $ Represents

The StatusLine cost is the equivalent API cost if you were paying per-token via the Anthropic API:

Opus input$15 / million tokens
Opus output$75 / million tokens
Cache reads$1.50 / million (90% discount)

Claude Code Plans

PlanPriceBilling
Pro$20/moFlat rate (with limits)
Max (5x)$100/moFlat rate (5x Pro limits)
Max (20x)$200/moFlat rate (20x Pro limits)
APIPay-as-you-goPer-token charges

Why Show It?

The cost metric is useful for:
• Understanding session intensity
• Comparing efficiency between approaches
• Seeing how much value you're getting from your Max plan
• Debugging why rate limits might be hit

Quick Actions

Original Request

No layout configured

Details

Type General
Status Completed
Scope vibetools
Tags statuslinebillingtelemetry
Created 5 Jan 2026, 2:43 am
Updated 5 Jan 2026, 2:43 am
Timing
⏱️ 33.3s
1 tools
TTFE 10% Thinking 88% Tools 1%
Created By claude

Raw Data

{
  "id": "2ad8bf6a-bad2-4882-8382-fbe83a96f865",
  "type": "general",
  "status": "completed",
  "title": "StatusLine Cost Explained",
  "description": "Explains what the $ cost in StatusLine means for Max plan subscribers",
  "context": {
    "output": "<div style=\"background:#1e1e1e;color:#e0e0e0;padding:20px;border-radius:8px;font-family:sans-serif;\"><h2 style=\"color:#fff;margin:0 0 16px 0;\">💰 StatusLine Cost Explained</h2><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;border-left:4px solid #22c55e;\"><h4 style=\"margin:0 0 8px 0;color:#22c55e;\">Short Answer</h4><p style=\"color:#e0e0e0;margin:0;font-size:1.1em;\"><strong>No, you won't be charged extra.</strong> On the Max plan, you pay a flat $100-200/month regardless of usage.</p></div><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\"><h4 style=\"margin:0 0 12px 0;color:#61afef;\">What the $ Represents</h4><p style=\"color:#e0e0e0;margin:0 0 12px 0;\">The StatusLine cost is the <strong>equivalent API cost</strong> if you were paying per-token via the Anthropic API:</p><table style=\"width:100%;border-collapse:collapse;\"><tr><td style=\"padding:8px;color:#7f848e;border-bottom:1px solid #3d3d3d;\">Opus input</td><td style=\"padding:8px;color:#e5c07b;border-bottom:1px solid #3d3d3d;\">$15 / million tokens</td></tr><tr><td style=\"padding:8px;color:#7f848e;border-bottom:1px solid #3d3d3d;\">Opus output</td><td style=\"padding:8px;color:#e5c07b;border-bottom:1px solid #3d3d3d;\">$75 / million tokens</td></tr><tr><td style=\"padding:8px;color:#7f848e;\">Cache reads</td><td style=\"padding:8px;color:#98c379;\">$1.50 / million (90% discount)</td></tr></table></div><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\"><h4 style=\"margin:0 0 12px 0;color:#c678dd;\">Claude Code Plans</h4><table style=\"width:100%;border-collapse:collapse;\"><tr style=\"background:#1e1e1e;\"><th style=\"padding:10px;text-align:left;color:#fff;\">Plan</th><th style=\"padding:10px;text-align:left;color:#fff;\">Price</th><th style=\"padding:10px;text-align:left;color:#fff;\">Billing</th></tr><tr><td style=\"padding:10px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;\">Pro</td><td style=\"padding:10px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;\">$20/mo</td><td style=\"padding:10px;color:#98c379;border-bottom:1px solid #3d3d3d;\">Flat rate (with limits)</td></tr><tr><td style=\"padding:10px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;\">Max (5x)</td><td style=\"padding:10px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;\">$100/mo</td><td style=\"padding:10px;color:#98c379;border-bottom:1px solid #3d3d3d;\">Flat rate (5x Pro limits)</td></tr><tr><td style=\"padding:10px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;\">Max (20x)</td><td style=\"padding:10px;color:#e0e0e0;border-bottom:1px solid #3d3d3d;\">$200/mo</td><td style=\"padding:10px;color:#98c379;border-bottom:1px solid #3d3d3d;\">Flat rate (20x Pro limits)</td></tr><tr><td style=\"padding:10px;color:#e0e0e0;\">API</td><td style=\"padding:10px;color:#e0e0e0;\">Pay-as-you-go</td><td style=\"padding:10px;color:#f97316;\">Per-token charges</td></tr></table></div><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;border-left:4px solid #61afef;\"><h4 style=\"margin:0 0 8px 0;color:#61afef;\">Why Show It?</h4><p style=\"color:#e0e0e0;margin:0;\">The cost metric is useful for:<br>• Understanding session intensity<br>• Comparing efficiency between approaches<br>• Seeing how much value you're getting from your Max plan<br>• Debugging why rate limits might be hit</p></div></div>",
    "requestedAt": "2026-01-05T03:00:00Z",
    "requestId": "1b47aa4f-8459-48d5-96dc-b94b206a1c34",
    "choices": [
      {
        "label": "Got it",
        "value": "Thanks for explaining - no further questions",
        "primary": true
      },
      {
        "label": "Show my usage",
        "value": "Show me my current session's token usage and equivalent cost"
      },
      {
        "label": "Rate limits?",
        "value": "How do rate limits work on the Max plan?"
      }
    ],
    "turnTiming": {
      "totalMs": 33254,
      "ttfeMs": 3491,
      "thinkingMs": 29403,
      "toolExecutionMs": 359,
      "toolCallCount": 1,
      "thinkingPct": 88,
      "toolsPct": 1,
      "ttfePct": 10
    }
  },
  "createdBy": "claude",
  "createdAt": "2026-01-04T16:43:46.554Z",
  "updatedAt": "2026-01-04T16:43:52.397Z",
  "requestId": "1b47aa4f-8459-48d5-96dc-b94b206a1c34",
  "scope": "vibetools",
  "tags": [
    "statusline",
    "billing",
    "telemetry"
  ],
  "targetUser": "claude"
}
DashboardReportsKontasksSessionsTelemetryLogs + Go