HiAPI
  • Models
  • Pricing
Search

Search HiAPI models, tools, and resources.

  • Models
  • Pricing
HiAPI

One API, All AI Models

Generate images, video, and audio with leading models through one production-ready API.

Get a free API key

AI Image API

  • All image models
  • GPT Image 2
  • Nano Banana 2
  • Seedream 5.0 Pro
  • Qwen Image 2.0 Pro
  • FLUX 1.1 Pro

AI Video API

  • All video models
  • Seedance 2.5
  • FLUX.3 Video
  • Seedance 2.0
  • Veo 3.1
  • Kling 3.0 Omni

AI Audio API

  • All audio models
  • MiniMax Music 2.6
  • MiniMax Music 1.5
  • ElevenLabs v3
  • Text to music
  • Text to speech

Product

  • Model marketplace
  • Playground
  • Pricing
  • Image API Cost Calculator
  • Free GPT Image 2 Generator
  • Free Nano Banana Image Generator
  • Outfit Preview
  • Product Photo Lab

Developers

  • Documentation
  • API Reference
  • Agent Skills
  • LLM integration index
  • Blog

Company

  • About
  • Contact support
  • Terms of Service
  • Privacy Policy

© 2026 hiapi. All rights reserved.

Open source on GitHubPython SDK on PyPI
  • Current GPT Image 2 prices on HiAPI
  • Standard text-to-image and image-to-image
  • The beta text-to-image route
  • Ext text-to-image output pricing
  • Ext image-to-image pricing and reference fees
  • What actually changes the bill
  • What does not lower the published unit price
  • A production budget checklist
  • FAQ
  • How much does GPT Image 2 cost per image on HiAPI?
  • Why does the pricing API show @ext or @beta?
  • Is image-to-image always more expensive than text-to-image?
  • Does prompt caching reduce GPT Image 2 cost on HiAPI?
  • Is there a batch discount?
  • How often should I recheck these numbers?
  • Next steps
GuideMay 21, 20269 min read

GPT Image 2 API Pricing: Routes, Cost Per Image, and Budgets

Current HiAPI prices for GPT Image 2 standard, beta, and ext routes across text-to-image and image-to-image, including the ext reference-image add-on.

hiapiUpdated Aug 31, 2026GPT Image 2PricingAPI

Latest models

Explore models

Contents
  • Current GPT Image 2 prices on HiAPI
  • Standard text-to-image and image-to-image
  • The beta text-to-image route
  • Ext text-to-image output pricing
  • Ext image-to-image pricing and reference fees
  • What actually changes the bill
  • What does not lower the published unit price
  • A production budget checklist
  • FAQ
  • How much does GPT Image 2 cost per image on HiAPI?
  • Why does the pricing API show @ext or @beta?
  • Is image-to-image always more expensive than text-to-image?
  • Does prompt caching reduce GPT Image 2 cost on HiAPI?
  • Is there a batch discount?
  • How often should I recheck these numbers?
  • Next steps

Generate it with HiAPI

Choose a model, enter your prompt, and see the result.

HiAPI Blog

Related articles

HiAPI

Generate it with HiAPI

Current GPT Image 2 prices on HiAPI

As of August 31, 2026, HiAPI publishes five GPT Image 2 route lines: text-to-image standard, beta, and ext, plus image-to-image standard and ext. The public pricing API is the live billing source of truth; the tables below were checked against it on that date.

JobCanonical request modelTop-level routeCurrent price shape
Text-to-image standardgpt-image-2/text-to-imageOmit or default$0.03 to $0.06 by resolution
Text-to-image betagpt-image-2/text-to-imagebeta$0.02 flat per image
Text-to-image extgpt-image-2/text-to-imageext$0.007 to $0.760 by quality and resolution
Image-to-image standardgpt-image-2/image-to-imageOmit or default$0.03 to $0.06 by resolution
Image-to-image extgpt-image-2/image-to-imageextExt output price plus $0.015 per reference image

Try the model: Open GPT Image 2 on HiAPI to compare the available routes in the Playground and run a real test before budgeting a production batch.

The public pricing payload normalizes routed lines with names such as gpt-image-2/text-to-image@ext. In request examples, the text-to-image docs and image-to-image docs use the base slash ID plus a top-level route field. Both forms can select the route, but this guide uses the documented base-ID-plus-route shape so the different input fields remain obvious.

Standard text-to-image and image-to-image

The current standard routes have the same fixed price by resolution.

ResolutionText-to-imageImage-to-image
1K$0.03/image$0.03/image
2K$0.04/image$0.04/image
4K$0.06/image$0.06/image

The standard text-to-image request uses prompt, aspect_ratio, and resolution. The standard image-to-image request adds input_urls, with one to six reference images. The current public pricing policy for the standard image-to-image line varies by resolution and does not publish a separate reference-image add-on.

Standard is the simplest line to forecast. A 500-image run costs $15 at 1K, $20 at 2K, or $30 at 4K. Aspect ratio does not appear as a separate billing rule, although the model docs still define which ratio and resolution combinations are valid.

The beta text-to-image route

The beta route is currently $0.02 per image. It has a different input shape from standard: pass route: "beta" at the top level and use input.size instead of input.aspect_ratio and input.resolution.

{
  "model": "gpt-image-2/text-to-image",
  "route": "beta",
  "input": {
    "prompt": "A clean editorial product photograph",
    "size": "1024x1024"
  }
}

At the current flat rate, 500 beta outputs cost $10. Treat beta as its own route contract rather than swapping only the price in a standard-route request.

Ext text-to-image output pricing

The ext text-to-image route requires quality and resolution, supports the documented multi-ratio 1K, 2K, and 4K combinations, and uses this output price matrix:

Quality1K2K4K
low$0.007$0.015$0.022
medium$0.061$0.132$0.217
high$0.245$0.535$0.760

Quality is the largest single price lever in this matrix. For example, 100 text-to-image outputs at low/1K cost $0.70, while 100 at high/4K cost $76.00. Those configurations are different products for budgeting purposes, even though they share the GPT Image 2 family name.

Ext image-to-image pricing and reference fees

The ext image-to-image route uses the same output matrix as ext text-to-image, then adds $0.015 × number of reference images to each task. The route accepts one to six references in input.image_urls.

The unit-cost formula is:

ext image-to-image unit cost
= selected quality/resolution output price
+ ($0.015 × reference-image count)

For a low/1K edit, one reference image makes the unit cost $0.007 + $0.015 = $0.022. Six references make it $0.007 + $0.090 = $0.097. At 100 outputs, those two workflows cost $2.20 and $9.70 respectively.

The reference-image fee applies to ext image-to-image in the current pricing payload. Do not add it to standard image-to-image or text-to-image estimates unless the live pricing API publishes a matching add-on later.

What actually changes the bill

Route and output configuration come first. Standard is priced by resolution, beta is currently flat, and ext combines quality with resolution. A default copied from one route can therefore produce the wrong estimate for another route.

Reference-image count matters on ext image-to-image. A six-reference fusion request carries six add-on units on every output, so trimming references that do not contribute to the edit can reduce cost without changing the selected output tier.

Output count includes intentional variants and successful reruns. If a team requests four alternatives for every catalog item, the budget needs four paid outputs per item. Retry code should distinguish invalid requests, transient failures, and user-requested rerolls so it does not create duplicate successful generations.

Resolution and quality should follow the final delivery surface. Use a lower-cost configuration while validating the prompt, then run the selected prompt at the final route, quality, and resolution. This is a workflow decision, not an automatic discount.

Callbacks change orchestration, not the published unit price. A final callback reduces polling and makes terminal-state handling easier, but the current pricing policies do not make a callback-generated image cheaper than a polled image.

What does not lower the published unit price

The current HiAPI pricing payload does not expose a prompt-cache discount for these task routes. Reusing a prompt template may improve consistency and development speed, but it does not change the published per-image rule.

The payload also does not publish a lower batch unit price. Submitting related tasks together can simplify queues, concurrency, and review, but 100 outputs are still priced as 100 outputs under the current rules.

This distinction matters because generic token-API advice does not automatically apply to an async image task API. Only count a saving when it appears in the actual pricing policy or reduces a billed input such as ext reference-image count.

A production budget checklist

Before multiplying a headline price by monthly volume, answer these questions:

  1. Is the job text-to-image or image-to-image?
  2. Is the request using standard, beta, or ext?
  3. Which resolution applies, and does the route also require quality?
  4. For ext image-to-image, how many reference images will each output use?
  5. How many variants and successful reruns should be included per final asset?
  6. Has the public pricing API changed since this article's checked date?

For live numbers across the catalog, use HiAPI Pricing. For cost planning across image volume, open the image API cost calculator. For the model and Playground, use the GPT Image 2 model page.

FAQ

How much does GPT Image 2 cost per image on HiAPI?

On August 31, 2026, standard text-to-image and image-to-image cost $0.03 at 1K, $0.04 at 2K, and $0.06 at 4K. Beta text-to-image is $0.02 flat. Ext output prices range from $0.007 to $0.760 by quality and resolution, with an additional $0.015 per reference image on ext image-to-image.

Why does the pricing API show @ext or @beta?

That suffix identifies a priced route. The documented request shape uses the base slash model ID and a top-level route, such as model: "gpt-image-2/text-to-image" with route: "ext". HiAPI also accepts the route-qualified model form.

Is image-to-image always more expensive than text-to-image?

No. Standard text-to-image and standard image-to-image currently share the same resolution prices. Ext also shares the same output matrix, but ext image-to-image adds $0.015 for each reference image.

Does prompt caching reduce GPT Image 2 cost on HiAPI?

Not under the current public task-pricing rules. Prompt reuse can improve consistency, but the pricing payload does not publish a prompt-cache discount for these routes.

Is there a batch discount?

The current public pricing payload does not publish one. Batching can improve orchestration, but it does not lower the stated per-output price.

How often should I recheck these numbers?

Check the public pricing API before a large run and before publishing any static budget. This article records the checked date and links to the live pricing source so later changes can be detected and updated.

Next steps

  • Try GPT Image 2 in the model Playground.
  • Read the text-to-image API parameters and examples.
  • Read the image-to-image API parameters and examples.
  • Check the live HiAPI pricing catalog.
  • Estimate an image-generation budget.

Cost planning tool

Use the current HiAPI model price to estimate cost per generation, monthly spend, and annual budget.

Latest models

View all models
  • GPT Image 2From $0.030/image
  • Nano Banana 2From $0.051/image
  • Seedream 5.0 ProFrom $0.050/image
  • Seedance 2.5From $0.231/s

Explore models

TextImageVideoAudio
Back to blog
GPT Image 2From $0.030/image
Nano Banana 2From $0.051/image
Seedream 5.0 ProFrom $0.050/image
Seedance 2.5From $0.231/s
View all models
TextChat and reasoning
ImageGenerate and edit
VideoText and image to video
AudioSpeech and music
Start generating
View model pricing
View all articles
Qwen Image 3.0 Prompt Recipes: Copy-Paste Prompts With Real Outputs

Qwen Image 3.0 Prompt Recipes: Copy-Paste Prompts With Real Outputs

Qwen Image 3.0 Pro Image-to-Image Prompts: Copy-Paste Recipes With Real Outputs

Qwen Image 3.0 Pro Image-to-Image Prompts: Copy-Paste Recipes With Real Outputs

qwen-image-3.0-pro/text-to-image Prompt Recipes: Copy-Paste Prompts With Real Outputs

qwen-image-3.0-pro/text-to-image Prompt Recipes: Copy-Paste Prompts With Real Outputs

Seedance 2.5 Text-to-Video: Build Short-Form Clips with the hiapi API

Seedance 2.5 Text-to-Video: Build Short-Form Clips with the hiapi API

Seedance 2.5 Reference-to-Video for Short-Form TikTok and Reels Clips

Seedance 2.5 Reference-to-Video for Short-Form TikTok and Reels Clips

Grok Imagine Image 2.0 Image-to-Image Prompts: 4 Recipes With Real Outputs

Grok Imagine Image 2.0 Image-to-Image Prompts: 4 Recipes With Real Outputs

Start generating
Open the AI image generation cost calculator