APIMART Growth evidence. Claude API facts were checked on 2026-09-02. CTA links are attributed to this exact GitHub guide.
Claude API API Pricing, Free Access and Cost Examples (2026)
The APIMART live pricing payload currently lists Claude Haiku 4.5 at $0.80 per million input tokens and $4 per million output tokens, and Claude Sonnet 4.5 at $2.40 input and $12 output. These are effective APIMART rates observed for the exact dated model IDs below, not a single family-wide Claude price. Prices and promotions were observed on September 2, 2026; the live pricing surface and account ledger remain authoritative.
Published cost table
| Option | Observed price | Example A | Example B | Example C | |---|---:|---:|---:|---| | claude-haiku-4-5-20251001 | $0.80/M input | $4.00/M output | $0.0012 for 1K in + 100 out | $0.012 for 10K in + 1K out | | claude-sonnet-4-5-20250929 | $2.40/M input | $12.00/M output | $0.0036 for 1K in + 100 out | $0.036 for 10K in + 1K out |
These examples are arithmetic planning estimates. Actual billing depends on the exact model ID, options and completed output recorded by APIMART.
Budgeting workflow
Record the full model ID, cap output quantity or duration, submit through POST /api/v1/chat/completions, store the returned task ID, and reconcile the completed job against the account ledger. Do not treat account signup or a temporary promotion as proof of unlimited free generation.
FAQ
What is the observed Claude Haiku 4.5 price?
The APIMART pricing payload lists $0.80 per million input tokens and $4 per million output tokens for claude-haiku-4-5-20251001.
What is the observed Claude Sonnet 4.5 price?
It lists $2.40 per million input tokens and $12 per million output tokens for claude-sonnet-4-5-20250929.
Is Claude priced per request?
No. These routes are token-priced, so both input and generated output affect cost.
Is there an unlimited free Claude API tier?
The reviewed APIMART family and pricing pages do not establish an unlimited permanent free API tier.
Can the price change?
Yes. Pin the dated model ID and recheck live pricing before production.
Try Claude API on APIMART
Open the attributed model page or review current APIMART pricing.
Sources and disclosure
Sources: APIMART product or pricing source, endpoint documentation, checked September 2, 2026. APIMART operates the service described here.
APIMART links for this guide
Machine-readable schema source
The eventual APIMART CMS page should emit these JSON-LD objects.
[
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Claude API API Pricing, Free Access and Cost Examples (2026)",
"mainEntityOfPage": "https://apimart.ai/blog/claude-api-api-pricing-free-credits",
"dateModified": "2026-09-02",
"author": {
"@type": "Organization",
"name": "APIMART"
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the observed Claude Haiku 4.5 price?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The APIMART pricing payload lists $0.80 per million input tokens and $4 per million output tokens for claude-haiku-4-5-20251001."
}
},
{
"@type": "Question",
"name": "What is the observed Claude Sonnet 4.5 price?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It lists $2.40 per million input tokens and $12 per million output tokens for claude-sonnet-4-5-20250929."
}
},
{
"@type": "Question",
"name": "Is Claude priced per request?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. These routes are token-priced, so both input and generated output affect cost."
}
},
{
"@type": "Question",
"name": "Is there an unlimited free Claude API tier?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The reviewed APIMART family and pricing pages do not establish an unlimited permanent free API tier."
}
},
{
"@type": "Question",
"name": "Can the price change?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Pin the dated model ID and recheck live pricing before production."
}
}
]
}
]