Neural Tech Daily
ai-tools

GPT-5.5 vs Claude Sonnet 4.5 vs Gemini 2.5 Pro: API pricing and dev workflow

Sonnet 4.5 for code quality, GPT-5.5 for OpenAI-stack agents, Gemini 2.5 Pro for 1M context. The developer API call for 2026.

Updated ~21 min read
Share
OpenAI GPT-5.5 brand markOpenAI GPT-5.5 brand markAnthropic Claude Sonnet 4.5 brand markAnthropic Claude Sonnet 4.5 brand markGoogle Gemini 2.5 Pro brand markGoogle Gemini 2.5 Pro brand mark

Icons by dashboardicons.com (free to use, license at dashboardicons.com).

The bottom line

For a developer choosing one frontier LLM API to build production software in 2026, the answer is workload-shaped, not vendor-shaped. All three families are now generally available with stable pricing, and the gap is in shape rather than headline quality.

Pick Claude Sonnet 4.5 for code-quality-first work: full-stack TypeScript or Python, multi-file refactors, agent loops where tool-call reliability and instruction-following matter more than raw throughput. Anthropic positions Sonnet 4.5 as its strongest coding model 1 and the Pragmatic Engineer’s January–February 2026 survey of more than 900 developers found Claude Code the “most loved” AI coding tool by 46% of respondents 2 .

Pick GPT-5.5 if the build sits inside OpenAI’s stack already (Codex CLI, Assistants API, Realtime API) and the team values agent-mode tool-chaining where multiple tools are invoked in sequence inside a single response. GPT-5.5 launched on 23 April 2026 3 and is the first model in the GPT-5 line tuned for the agentic-mode behaviours OpenAI describes as “extended task execution” 3 .

Pick Gemini 2.5 Pro if the workload is long-document RAG, long-context analysis, or if cost-per-million-tokens is the binding constraint. Gemini 2.5 Pro ships a 1M-token context window 4 on the consumer API and Gemini 2.5 Flash-Lite on the same family runs at substantially lower per-token cost for high-volume inference 5 .

Prices in this article are as of 2026-05-05; verify on each vendor’s pricing page before committing API spend.

How the comparison was built, and what was explicitly not optimised for

The three models in scope are the frontier-LLM APIs a developer with a paid budget for production inference is most likely to evaluate in 2026: OpenAI’s GPT-5.5, Anthropic’s Claude Sonnet 4.5, and Google’s Gemini 2.5 Pro. All three are generally available, all three publish per-million-token pricing, and all three are accessible from Indian regions over the public internet. The lower-end variants in each family (GPT-5.4 mini, Claude Haiku 4.5, Gemini 2.5 Flash and Flash-Lite) are referenced where the cost picture changes the recommendation, but the article’s primary focus is the flagship-tier pick. Note on naming: as of 2026-05-19, OpenAI’s GPT-5.5 line ships only as standard GPT-5.5; the cheapest mini-tier sibling currently in the OpenAI lineup is GPT-5.4 mini, released 17 March 2026. Anthropic shipped Sonnet 4.6 on 17 February 2026 at the same $3 / $15 per million tokens as Sonnet 4.5; both remain available on the Anthropic API, with Sonnet 4.6 the default for new requests. Pricing comparisons below apply equally to Sonnet 4.5 and Sonnet 4.6.

Six factors carry weight in the recommendation: per-million-token input and output cost, context-window practicality, code-quality benchmarks (SWE-bench, agentic-coding evaluations), agent-mode tool-calling reliability, latency from Indian regions, and India-specific operational concerns such as GST invoicing and INR billing rails. Raw leaderboard scores are referenced, not weighted heavily, because frontier-model leaderboards shift between releases and the workload-specific behaviour matters more for a buying call.

First, this comparison covers the closed-API frontier models, not Mistral, Llama, DeepSeek, Qwen, or other open-weight families. Those deserve a separate piece, and the cost picture for self-hosting an open-weight model on Indian infrastructure runs on different math. Second, no head-to-head latency benchmark from Mumbai or Bengaluru data centres exists across all three vendors, so latency claims rely on each vendor’s published infrastructure footprint rather than independent measurement. Third, agent framework comparisons (LangGraph, CrewAI, AutoGPT, Smolagents) are out of scope here; this article evaluates the underlying API, not the orchestration layer on top.

At a glance: the table

API pricing fetched 2026-05-05 from each vendor's pricing page. All prices are per million tokens in USD; Indian taxes (18% GST on imported digital services) and any forex markup apply at billing time. Prices fluctuate — verify before committing API spend.
GPT-5.5 logoGPT-5.5 logo GPT-5.5
Launch / GA date
23 April 2026
Standard input price (per 1M tokens, USD)
$5.00
Standard output price (per 1M tokens, USD)
$30.00
Context window
1M tokens (Chat Completions / Responses API); 400K tokens (Codex CLI surface)
Cheapest sibling for high-volume work
GPT-5.4 mini at $0.75 input / $4.50 output per 1M tokens (no GPT-5.5 mini variant exists as of 2026-05-05)
Agent-mode / tool-calling
Native function-calling, parallel tools, Assistants API, Codex CLI
Public coding benchmark headline
GPT-5.5 family: leading on agent-mode evals (per OpenAI launch post)
INR billing / UPI / GSTIN
No native UPI; USD card, GSTIN invoicing via Stripe billing portal
Best fit
OpenAI-stack teams, Codex/Assistants API users, agent-mode tool-chaining
Claude Sonnet 4.5 logoClaude Sonnet 4.5 logo Claude Sonnet 4.5
Launch / GA date
29 September 2025
Standard input price (per 1M tokens, USD)
$3.00
Standard output price (per 1M tokens, USD)
$15.00
Context window
200K tokens
Cheapest sibling for high-volume work
Claude Haiku 4.5 (lower per-token; verify rate)
Agent-mode / tool-calling
Native tool-use, MCP support, computer use, agent SDK
Public coding benchmark headline
SWE-bench Verified ~77.2% (per Anthropic launch post)
INR billing / UPI / GSTIN
No native UPI; USD card only; no INR pricing published
Best fit
Code quality, multi-file refactors, agentic loops with high tool-call reliability
Gemini 2.5 Pro logoGemini 2.5 Pro logo Gemini 2.5 Pro
Launch / GA date
17 June 2025 (GA)
Standard input price (per 1M tokens, USD)
$1.25 (≤200K context tier); $2.50 (>200K context tier)
Standard output price (per 1M tokens, USD)
$10.00 (≤200K context tier); $15.00 (>200K context tier)
Context window
1M tokens (consumer API); 2M tokens (Vertex AI enterprise)
Cheapest sibling for high-volume work
Gemini 2.5 Flash-Lite at ~$0.10 input / $0.40 output per 1M tokens
Agent-mode / tool-calling
Function-calling, code execution, native multimodal tool inputs
Public coding benchmark headline
Strong on code, slightly behind Sonnet 4.5 on SWE-bench Verified
INR billing / UPI / GSTIN
USD card; Google Cloud invoicing supports INR with GSTIN via Indian billing entity
Best fit
Long-context RAG, 1M-token document workloads, cost-sensitive high-volume inference

GPT-5.5: the agent-mode pick on the OpenAI stack

OpenAI announced GPT-5.5 on 23 April 2026 3 as the next step in the GPT-5 family. The launch post positions the model as a step up in agentic capability, with stronger tool-chaining and longer extended-execution sessions than GPT-5 or GPT-5 Thinking 3 . For developers, the headline is not the chat assistant; it is the API surface. GPT-5.5 is exposed through the standard Chat Completions endpoint, the Responses API, the Assistants API, and the Codex CLI 6 .

The agent-mode story is where GPT-5.5 differs from GPT-5. OpenAI’s published framing on the launch post calls out “extended task execution” as a distinct capability target 3 . In practical terms, this means a single model invocation can plan, call multiple tools in sequence, evaluate intermediate results, and continue the chain without the orchestration layer needing to manage every turn. Teams already running Codex agents or Assistants-API workflows get the benefit immediately; teams running their own agent framework on top of plain Chat Completions get a portion of it.

For an Indian developer paying with a corporate or personal USD card, OpenAI’s billing flow is the most operationally clean of the three. Stripe handles the payment rail, the OpenAI billing portal supports adding a GSTIN to invoices, and the monthly statement carries a per-line-item breakdown of token spend by model. None of this is unique to GPT-5.5; it is the OpenAI billing experience that has been stable for over a year. What it means in 2026 is that an Indian-rupee company expense claim against an OpenAI API bill is the path of least friction for the back-office finance team.

The cost picture for GPT-5.5 is the headline. OpenAI doubled the per-million-token rate from GPT-5.4 ($2.50 input / $15 output) to GPT-5.5 ($5.00 input / $30.00 output) on the 23 April 2026 release 7 . That makes GPT-5.5 the most expensive of the three flagship models in this comparison on both input and output: more expensive than Claude Sonnet 4.5 ($3 / $15) and substantially more expensive than Gemini 2.5 Pro ($1.25 / $10 on the ≤200K tier). The cost case for GPT-5.5 over the alternatives now rests entirely on the agent-mode and Codex-CLI workflow advantages, not on per-token economics. For high-volume completion work where the heavier model’s planning depth is unnecessary, GPT-5.4 mini at $0.75 input and $4.50 output per million tokens 7 is the cheaper sibling in the OpenAI line — the GPT-5.5 family ships only as standard GPT-5.5 as of 2026-05-05, with no announced mini variant. The 1M-token context window on the Chat Completions and Responses API surfaces puts GPT-5.5 in the same long-context tier as Gemini 2.5 Pro on raw ceiling, although the per-token cost on million-token calls makes Gemini still the volume pick for long-document work.

The pick for an Indian developer is shaped by the existing stack. If the team is already on OpenAI for chat assistants, transcription, embeddings, or DALL-E image generation, adding GPT-5.5 to the inference mix is one model-name change in the call payload. If the team is starting fresh with no existing dependency, the OpenAI ecosystem strength is real but the cost and quality calculus needs the workload context that the next two sections supply.

Anthropic Claude Sonnet 4.5 launch announcement page from anthropic.com showing the model's coding-flagship positioning and SWE-bench Verified result

Image: Anthropic Claude Sonnet 4.5 launch page (anthropic.com/news/claude-sonnet-4-5), used for editorial coverage of the model compared in this guide.

Claude Sonnet 4.5: the code-quality flagship

Anthropic released Claude Sonnet 4.5 on 29 September 2025 1 , positioned as the company’s strongest coding model and the new default for Claude Code. Anthropic shipped Sonnet 4.6 on 17 February 2026 as the default for new API requests at the same $3 / $15 per million tokens; Sonnet 4.5 remains selectable on the API and pricing comparisons in this guide apply equally to both lines. Anthropic’s pricing page 8 still lists both as current API tiers as of 2026-05-05; verify the live pricing page before committing. The launch numbers Anthropic published put Sonnet 4.5 at roughly 77.2% on SWE-bench Verified 1 , a substantial step over Sonnet 4 and competitive with the strongest coding models from any vendor at the time of release. The Pragmatic Engineer’s January–February 2026 AI Tooling survey of more than 900 developers found Claude Code the “most loved” tool by 46% of respondents 2 , and that response is downstream of the Sonnet 4.5 quality on real-world refactor and tool-use tasks.

The API pricing is $3 per million input tokens and $15 per million output tokens 8 . That is more expensive than Gemini 2.5 Pro on the small-context tier ($1.25 / $10) but cheaper than GPT-5.5 standard ($5 / $30) after OpenAI’s April 2026 rate increase. For coding workloads where the output ratio runs heavier than chat, the per-task cost climbs faster than on the Gemini family, and the gap is real on production-scale inference budgets. The case for paying it is the quality on the workloads Claude Sonnet 4.5 specifically excels on: multi-file refactors, agentic loops where tool-call reliability is load-bearing, and instruction-following on long, structured prompts.

Sonnet 4.5’s tool-calling behaviour is one of the cleaner stories on the API side. Anthropic’s tool-use schema is JSON-first, parallel tool invocations are supported, and the model’s compliance with the published schema in production runs is high enough that teams running agent frameworks find Sonnet 4.5 the most predictable backend. That predictability has operational value: fewer retries, fewer hand-rolled validators on top of model output, and shorter incident postmortems when the agent chain misbehaves.

The Indian-billing path is where Anthropic remains the weakest of the three. Anthropic does not publish INR pricing on docs.anthropic.com 8 , there is no UPI rail, and the only API billing path is a USD-denominated card. The bank’s 2-3% forex markup and 18% GST on imported digital services land at billing time, pushing the effective per-million-token cost slightly higher than the sticker for Indian companies. (US, EU, and UK teams pay the USD sticker directly without the forex-plus-GST adder; the per-million-token rate is region-uniform.) For the company-claim invoice flow, Anthropic does provide GSTIN-on-invoice on request through the billing portal, but the flow is less direct than OpenAI’s. The open GitHub issue requesting India-specific pricing remains unresolved without a substantive Anthropic response 9 .

The 200K-token context window is generous for code work but smaller than Gemini’s 1M ceiling. For multi-file refactors across a large repo, the practical limit is usually the relevant-files-in-context budget the developer or agent framework chooses to load, not the model ceiling. Claude Code, Anthropic’s first-party agentic CLI tool, defaults to filesystem-tool exploration of the repo rather than embedding the whole tree, which keeps the context budget lean even on million-line monorepos. For RAG or long-document analysis where the full document genuinely needs to fit in a single call, Gemini 2.5 Pro’s larger window is a structural advantage Sonnet cannot match on the standard API.

Gemini 2.5 Pro: the long-context value play

Google Gemini 2.5 Pro reached general availability on 17 June 2025 4 with a 1M-token context window on the consumer API and a 2M-token ceiling on the enterprise Vertex AI tier 4 . The pricing is tiered by input length: $1.25 per million input tokens and $10 per million output tokens for prompts up to 200K tokens, rising to $2.50 input and $15 output for prompts above 200K 5 . For workloads that fit under the 200K break, Gemini 2.5 Pro is the cheapest of the three flagship models on input. For workloads that genuinely use the long-context capability, the higher tier is the trade.

The cost story changes again on Gemini 2.5 Flash-Lite, the lowest-cost member of the 2.5 family. At roughly $0.10 per million input tokens and $0.40 per million output tokens 5 , Flash-Lite is between an order of magnitude and twenty times cheaper than the flagship models in this comparison. For high-volume completion, classification, summarisation, or content moderation work where the heaviest reasoning is not required, Flash-Lite is the binary recommendation: the cost difference is large enough that running the heavier flagships is hard to justify outside the cases where their quality demonstrably matters.

The 1M-token context window is a genuine differentiator for a specific class of work. Long-document RAG over multi-hundred-page legal contracts, statutory text, or research-paper bundles can be done in a single call rather than a multi-pass chunked retrieval pipeline. The simplification is real: fewer moving parts, less retrieval-quality risk, fewer chunk-boundary errors. The trade is that million-token calls are not free, and most production RAG systems still benefit from a retrieval layer because the model’s attention budget is finite even when the context window is generous.

For the Indian developer, the billing flow on Gemini is the cleanest of the three for company-claim invoicing. Google Cloud’s Indian billing entity supports invoices in INR with GSTIN, and the standard Cloud Billing flow handles the GST math at billing time 5 . For a developer working through Google AI Studio rather than full Vertex AI, the flow defaults to USD card billing, but the upgrade path to Cloud Billing exists and is the one most production teams take after their first few months of use.

The agent-mode story on Gemini is the youngest of the three. Native function-calling is supported, code execution is built into the API as a tool, and multimodal inputs (image, video, audio) are first-class for tool-use scenarios. The agent-framework ecosystem around Gemini is smaller than around OpenAI or Anthropic, so a team picking Gemini for agent work writes more orchestration code or uses Google’s first-party agent libraries rather than the third-party frameworks that dominate the Sonnet and GPT ecosystems.

Google AI Gemini API model catalog page showing Gemini 2.5 Pro with the 1M-token context window and tiered pricing structure

Image: Google AI Gemini API documentation (ai.google.dev/gemini-api/docs/models), used for editorial coverage of the model compared in this guide.

Use-case verdicts

Five developer profiles cover most Indian buying decisions on frontier-LLM APIs in 2026. The pick for each is below; one model will not win them all.

Full-stack web developer building a product backend

Winner: Claude Sonnet 4.5. Runner-up: GPT-5.5.

The work in question (CRUD endpoints, schema migrations, refactoring a TypeScript or Python service across ten files, implementing a feature with a planned test suite) is what Sonnet 4.5 was built for. The tool-call reliability on agentic loops and the strong SWE-bench result 1 translate into fewer retries, cleaner diffs, and a higher first-pass success rate on the kind of work that fills a backend engineer’s week. GPT-5.5 is a strong second pick, particularly if the team’s existing Codex CLI workflow or Assistants API integration is already paid for.

ML or data-engineering developer running batch inference at volume

Winner: Gemini 2.5 Flash-Lite. Runner-up: GPT-5.4 mini.

The decision here is dominated by per-million-token cost, not flagship quality. Flash-Lite at roughly $0.10 input and $0.40 output 5 is the price point that makes million-call batch jobs viable on Indian-team budgets. For data-extraction, classification, summarisation, or any workload where the model is doing one well-specified task per call rather than open-ended reasoning, Flash-Lite handles the volume without the flagship cost. GPT-5.4 mini at $0.75 input and $4.50 output 7 is the next pick when the OpenAI billing relationship is already in place; the GPT-5.5 line itself does not ship a mini variant as of 2026-05-05.

Agentic-build developer (CLI agents, autonomous coding sessions)

Winner: Claude Sonnet 4.5 via Claude Code. Runner-up: GPT-5.5 via Codex.

The agent-mode story is the live frontier on all three vendors, and the gap between them is closing. For a developer building a custom agent today, Sonnet 4.5’s tool-call reliability and instruction-following discipline are the strongest foundation per the Pragmatic Engineer survey signal 2 . Codex with GPT-5.5 is the strongest second pick, especially for agents that lean on OpenAI’s Realtime API or the Assistants API for stateful sessions. Gemini’s first-party agent libraries are improving, but the third-party agent-framework ecosystem around it is younger.

Winner: Gemini 2.5 Pro. Runner-up: GPT-5.5 (1M-token API tier) or Claude Sonnet 4.5 with chunked retrieval.

The 1M-token context window 4 is the structural advantage Gemini has held since 2.5’s general availability, although GPT-5.5 now matches it on raw ceiling for the Chat Completions and Responses API surfaces 6 . The economics still favour Gemini: $1.25 input / $10 output on the ≤200K tier and $2.50 / $15 above 200K is materially cheaper than GPT-5.5 standard at $5 / $30 for million-token calls. For legal-tech work on Indian contracts and regulations, statutory analysis, or research-paper bundle processing, the simplification of doing a single long-context call rather than a multi-stage chunked-retrieval pipeline is real on either vendor; Gemini’s lower per-token rate is the deciding factor for production-scale workloads. Claude Sonnet 4.5 with a well-built retrieval layer is the third pick if the team already has chunked-RAG infrastructure and prefers Anthropic’s tool-calling reliability over the long-context simplification.

Junior developer or solo founder evaluating their first paid API

Winner: Gemini 2.5 Flash-Lite or GPT-5.4 mini. Runner-up: Claude Sonnet 4.5 free tier.

The first-year question is “do I need this at all” before “which one.” The OpenAI free tier and Google AI Studio’s free quota are generous enough to learn the API, prototype a feature, and decide if production traffic justifies the upgrade. Once paid traffic kicks in, Flash-Lite and GPT-5.4 mini are the cheapest entry points to production-grade frontier models from these vendors. Sonnet’s free tier on claude.com is usable for evaluation but the API key flow on console.anthropic.com is the more common production starting point.

Skip these specifically

Skip the LLM-router middleware play unless the team has a specific cost or routing requirement. Cross-vendor routing layers (OpenRouter, LangChain’s routing primitives, custom Litellm-based routers) add operational complexity, debugging surface, and a third-party dependency that does not pay back unless the team is large enough to run cost-aware routing as a deliberate engineering project. For a team under ten engineers, picking one vendor and committing to it is the higher-payoff call.

Skip Claude Sonnet 4.5 for high-volume completion or classification workloads. The $15 per million output tokens 8 is a real cost on workloads where the heavier reasoning is not required. Gemini 2.5 Flash-Lite or GPT-5.4 mini handle this kind of work at a fraction of the per-call cost, and the quality gap on well-specified single-task calls is narrow. GPT-5.5 standard at $5 input / $30 output 7 is the most expensive of the three flagships on output and a particularly weak fit for high-volume cost-sensitive work.

Skip Gemini 2.5 Pro for the small-prompt agent loops where Sonnet 4.5 is established. The 1M-token context window is the structural advantage, and on workloads that do not use it, the Sonnet ecosystem (tooling, agent frameworks, Claude Code) is more mature. Pick the model for the workload, not the workload for the model.

Skip GPT-5.5 if the existing stack is not OpenAI. The agent-mode and ecosystem advantages compound for teams already on Codex, Assistants, Realtime, or DALL-E. For a team starting fresh, the case for GPT-5.5 over Sonnet 4.5 narrows; the OpenAI ecosystem strength is real but the workload-specific quality call still goes to whichever model fits the actual work best.

Skip the “all three behind a router” architecture for cost optimisation alone. Standard-tier pricing now spreads roughly 4x on input ($1.25 to $5.00 per million tokens) and 3x on output ($10 to $30 per million tokens) across the three flagships, which is a wider gap than the original 2.5-family cycle. The arithmetic case for a router is real on paper, but the operational complexity of running cost-aware routing, debugging cross-vendor failure modes, and maintaining provider-side rate-limit handling still dwarfs the savings for teams under ten engineers. The case for routing strengthens at scale and on genuinely mixed workloads (one slice that benefits from Sonnet, another from Flash-Lite, a third from GPT-5.4 mini); below that threshold, picking one vendor and committing remains the higher-payoff call.

What changes the calculation

Three things would shift the recommendation if they happen during 2026.

If Anthropic ships INR billing for the API with native GSTIN invoicing and a clean Indian-rupee statement, the operational cost gap between Anthropic and Google on the company-finance side closes. Sonnet 4.5’s quality case is already strong; the billing case is the residual friction for Indian companies, and removing it would tilt more workloads toward Claude as the default.

If Google releases a Gemini 3 family with the same 1M-token context advantage and a smaller per-token price gap to the lower-cost Flash variants, the long-context case for Gemini compounds. The cost-tier structure on the 2.5 family already favours volume work; a 3-family that improves the flagship-tier value would make Gemini the default for more workload classes.

If OpenAI ships an India-data-centre region for inference (Mumbai or Hyderabad), the latency story for GPT-5.5 changes meaningfully for production workloads serving Indian end-users. None of the three vendors currently publishes consumer-API Indian-region inference endpoints (Vertex AI’s enterprise tier may serve Gemini from Mumbai’s asia-south1, separate from the Gemini API surface); the first to ship a consumer-API India region will earn a real workflow advantage for India-targeting products.

For now, the workload-shaped framing is the live one. Pick the model for the actual work, not the vendor for the brand. Sonnet 4.5 for code quality, GPT-5.5 for OpenAI-stack agents, Gemini 2.5 Pro for long-context and high-volume cost. Re-read this around late 2026, when the next round of releases lands.

How this article was made: an autonomous AI pipeline researched, drafted, fact-checked, and reviewed this piece, aggregating publicly-available information from the sources consulted below. AI (artificial intelligence) can make mistakes, so please cross-check the consulted sources before acting on anything here. Neural Tech Daily is not liable for decisions or outcomes based on this article.

Sources consulted

Cited Sources

  1. 1. Anthropic: Claude Sonnet 4.5 launch (29 September 2025); positioning as Anthropic's strongest coding model; SWE-bench Verified result published in the launch post. (accessed )
  2. 2. Pragmatic Engineer AI Tooling Survey (27 January – 17 February 2026, more than 900 respondents): Claude Code 46% "most loved", Cursor 19%, GitHub Copilot 9%. (accessed )
  3. 3. OpenAI: Introducing GPT-5.5 (23 April 2026); extended-task-execution and agent-mode positioning per the launch post. (accessed )
  4. 4. Google AI: Gemini API model catalog. Gemini 2.5 Pro general availability 17 June 2025; 1M-token context window on the consumer API; 2M-token context on Vertex AI enterprise tier. (accessed )
  5. 5. Google AI: Gemini API pricing page. Gemini 2.5 Pro tiered pricing (\$1.25 input / \$10 output per 1M tokens for ≤200K context; \$2.50 / \$15 for >200K). Gemini 2.5 Flash-Lite at \$0.10 input / \$0.40 output per 1M tokens. Indian INR billing via Google Cloud Billing entity supports GSTIN invoicing. (accessed )
  6. 6. OpenAI help center: model release notes; GPT-5.5 availability across Chat Completions, Responses API, Assistants API, and Codex CLI surfaces; 1M-token context window on the API. (accessed )
  7. 7. OpenAI API pricing page (official). GPT-5.5 standard at \$5.00 per million input tokens and \$30.00 per million output tokens (doubled from GPT-5.4's \$2.50 / \$15 on the 23 April 2026 release). GPT-5.4 mini at \$0.75 input / \$4.50 output per million tokens (released 17 March 2026). No GPT-5.5 mini variant has been announced as of 2026-05-05; verify on day of subscription as OpenAI revises the rate card on each release. (accessed )
  8. 8. Anthropic API pricing page (official). Claude Sonnet 4.5 at \$3 per million input tokens and \$15 per million output tokens; no INR pricing published; USD card billing only; GSTIN-on-invoice available on request through the billing portal. (accessed )
  9. 9. GitHub Issue #17432, anthropics/claude-code: India-Specific Pricing Plans (INR) for Claude. OPEN as of 2026-05-05. (accessed )

Anonymous · no cookies set

Report a problem with this article

Articles are produced by an autonomous AI pipeline; mistakes do happen. Tell us what's wrong and the editorial review will revisit the claim.

Category

Found this useful? Share it.