← Pricing & setup guides

Does Claude Pro or Max include API access? Subscription vs API billing

Claude subscriptions and Claude API billing are separate products. Choose the account and authentication route that your actual workflow uses.

The buying decision

Use the native subscription workflow when that is what you want. Use a separate API account for applications that require an API key; a compatible third-party endpoint is another provider, with its own allowance.

Can I use my Claude subscription as API credit?

Claude’s help center states that its paid chat plans and the API Console are separate products. Paying for Pro or Max does not fund general API requests from your own application. If you want both products, their billing needs to be set up separately.

Claude Code and a Python script are different buying decisions

Check the authentication method in the client you are using. A supported Claude subscription sign-in is different from authenticating to a model endpoint with an API key. A Python integration or automation that requires a key needs an API account, even if the person running it also subscribes to Claude.

What a third-party Messages endpoint changes

Standard Compute supports the Anthropic Messages request format through its own service. You receive a Standard Compute key and consume its platform compute allowance. That does not turn your Claude subscription into API credit, and it does not include every first-party Claude feature. Test the model and tool behavior your application needs.

Connect Claude Code to Standard Compute

The public Claude Code setup gives the exact environment variables. ANTHROPIC_BASE_URL is https://api.stdcmpt.com without /v1: the client appends /v1/messages. ANTHROPIC_API_KEY is your own Standard Compute key. Keep credentials local and review existing provider settings before switching.

Decide with a small, real task

Choose a reversible task and check both the output and budget consumed. If a pinned model, a first-party feature or the native subscription experience is essential, keep that in your comparison. A predictable subscription fee is useful only when the supported workflow and allowance fit your work.

Run your own comparison

Use the same task, starting revision and acceptance check. Record every retry and failed attempt so the result reflects the work you actually paid for.

Sources and setup references