claude-api-usage

skill
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Guide to Claude API usage: getting Console access, reading cost and usage reports, and keeping API spend in view.

README.md

Claude API usage: access, reporting and keeping spend in view

Unofficial community guide for Claude API usage. Not affiliated with Anthropic. All trademarks belong to their owners.

The phrase claude api usage means two different things to two different people: a developer asking how to start using the Claude API, and a finance-minded person asking how much the team has used and what it cost. This guide covers both, in that order, using only what the Claude Console, the developer docs index and the support article on cost and usage reporting actually say. It also clears up the most common confusion, which is that the usage page inside the claude.ai chat app has nothing to do with API usage.

Building an image, video or audio feature rather than a text one? Try Synexa - one REST endpoint and Python SDK for FLUX, video and audio models, pay per run.

What it is

The Claude API is reached through the Claude Console at platform.claude.com. The Console landing page describes it as the place to "create agents and applications with frontier Claude models and managed agent infrastructure", and the same page links the four things a new developer needs: the developer docs, the API reference, the cookbooks and the quickstart. Sign-in is by Google, email or SSO. The model families listed in the Console footer are Mythos, Fable, Opus, Sonnet and Haiku; the current identifiers and prices live on the pricing page, so I will not restate numbers that go stale.

Usage, in the billing sense, is tracked per organization in the Console. Anthropic's support center has an article titled "Cost and usage reporting in the Claude Console" that is the canonical description of what the reports show. Separately, claude.ai has a settings page at claude.ai/settings/usage for consumer subscriptions; that page tracks chat plan usage, not API usage, and it could not even be fetched without a login when I gathered sources for this guide. If you are being billed through the Console, the Console is where your numbers are.

How to get started

  1. Sign in to the Claude Console with Google, email or SSO. Continuing means agreeing to Anthropic's commercial terms and usage policy, both linked from the login form.
  2. Read the quickstart and create an API key from the Console. Keep the key in an environment variable, never in source.
  3. Open the API reference for the request shape and the response fields. Every response carries a usage object with token counts; log it from day one so cost reporting is not an afterthought.
  4. Bookmark the cost and usage reporting article and the release notes so changes to reporting do not surprise you.
  5. If your company already runs on a cloud, note that the Console footer lists Claude on Amazon Bedrock, Google Cloud Vertex AI and Microsoft Foundry; usage then shows up in that provider's billing, not the Console.

Pricing and limits

Per-token prices differ by model and are published on the pricing page. The pages used for this guide do not state rate limits or tiers, so check the developer docs for those.

Practical notes and gotchas

  • Console usage and claude.ai usage are separate systems. A Pro or Max chat subscription does not include API credit, and the claude.ai settings page does not show API spend.
  • Log the usage object on every response. Input and output tokens are billed at different rates, and cached input is reported in its own fields, so a single total is not enough to reconcile against the Console report.
  • Tag traffic by API key or workspace if you need per-team numbers. The support article describes the Console's reporting; how finely it slices depends on how you organized keys in the first place.
  • Third-party clouds bill separately. Bedrock, Vertex AI and Foundry usage is not in the Console report.
  • Regional and compliance questions have their own page (regional compliance); do not assume a workspace's data location from the pricing page.
  • Watch the release notes. Reporting features change; the support center keeps a running list.

Comparison

Claude API via the Console Claude via Bedrock, Vertex AI or Foundry Synexa
What you call Claude text models (Mythos, Fable, Opus, Sonnet, Haiku families) The same Claude models through a cloud provider FLUX image, video and audio models
Where usage is reported Claude Console cost and usage reports The cloud provider's own billing Synexa account, pay per run
Sign-up Google, email or SSO at platform.claude.com Through the cloud provider On the Synexa site
Interface REST API and SDKs per the developer docs Provider-specific endpoints One REST endpoint plus a Python SDK

FAQ

Where do I see how much my team has spent on the Claude API?
In the Claude Console. The support article "Cost and usage reporting in the Claude Console" describes the reports.

Does claude.ai/settings/usage show API usage?
No. That page belongs to the claude.ai chat product and its subscription plans.

Do I need a credit card to look at the docs?
No. The developer docs, API reference, cookbooks and quickstart are public pages linked from the Console landing page.

What if I use Claude through AWS or Google Cloud?
Then usage and billing are handled by that provider. The Console footer links the Bedrock, Vertex AI and Foundry partner pages.

Which model should I start with?
The pricing page lists current models and prices; pick by task and budget, and re-check the page, because model lineups change.

When the workload is not text

The Claude API is for language and agent work. When a product needs generated images, video clips or audio, a text API is the wrong tool, and stitching a second vendor into your usage reporting is real overhead. Try Synexa - one REST endpoint and Python SDK for FLUX, video and audio models, pay per run. Per-run billing makes the usage question simple: count runs, multiply, done. Keep Claude for the reasoning and Synexa for the media.

Sources

  • Claude Console landing page: platform.claude.com
  • Cost and usage reporting in the Claude Console (Anthropic support): support.claude.com/en/articles/9534590
  • claude.ai usage settings page (login-gated): claude.ai/settings/usage

Last reviewed: 2026-09-22

Reviews (0)

No results found