
Every top image model, one API
Gemini, GPT Image, Seedream and more โ call any image model through one unified API. One key, no queue.
Webofox.design ยท type it, get the imageโOpenAI-compatible ยท one key for every model ยท pay as you go


Full Model Lineup
Covering Google, OpenAI, and Volcengine โ switch in one place, compare on the same prompt, and always pick the perfect shot.








NEW

| Model | Max resolution | Text-to-image | Image-to-image | Price โ |
|---|---|---|---|---|
| OpenAI | ||||
| GPT Image 2openai/gpt-image-2 | 4K3840 | โ | โ | Image output $30/M |
| GPT Image 1.5openai/gpt-image-1.5 | 1.5K1536 | โ | โ | Image output $32/M |
| Gemini 3 Pro Imagegoogle/gemini-3-pro-image | 4K4096 | โ | โ | Image output $120/M |
| Gemini 3 Pro Image Previewgoogle/gemini-3-pro-image-preview | 4K4096 | โ | โ | Image output $120/M |
| Gemini 3.1 Flash Imagegoogle/gemini-3.1-flash-image | 4K4096 | โ | โ | Image output $60/M |
| Gemini 3.1 Flash Image Previewgoogle/gemini-3.1-flash-image-preview | 4K4096 | โ | โ | Image output $60/M |
| Gemini 3.1 Flash-Lite Imagegoogle/gemini-3.1-flash-lite-image | 1K1024 | โ | โ | Image output $30/M |
| Gemini 2.5 Flash Imagegoogle/gemini-2.5-flash-image | 1K1024 | โ | โ | Image output $30/M |
| Volcengine | ||||
| Doubao Seedream 5.0 Provolcengine/doubao-seedream-5.0-pro | 2K~4.6MP | โ | โ | $0.05/image |
| Doubao Seedream 5.0 Litevolcengine/doubao-seedream-5.0-lite | 4K4096 | โ | โ | $0.035/image |
| Doubao Seedream 4.5volcengine/doubao-seedream-4.5 | 4K4096 | โ | โ | $0.04/image |
Prices are from the ofox model marketplace (image-output basis); Volcengine bills per image while OpenAI/Google bill per token ($/million tokens). Because the units differ, price sorting is performed within each provider's group.
Why Ofox for image generation
One prompt, the creative power of every major model โ from spark to finished image, we handle everything in between.
Top models, one switch
Gemini, GPT Image, and Seedream all ready to go. Compare the same prompt side by side, keep whichever wins, and stop copy-pasting across platforms.




Endless prompts, one-tap recreate
Thousands of curated prompts, filtered by theme and model โ drop one in, tweak a few words, and generate. This inspiration library works out of the box in the ofox.design web app, no prompt magic required.
Try ofox.design โReference image ยท image-to-image
Pass in a reference image and it routes to the image editing endpoint (image-to-image) โ style continuation, inpainting, and multi-image fusion, natively supported by gpt-image, Gemini, and Seedream.
16:9
1:1
9:16Full-size 4K output
Standard / 2K / 4K resolution tiers plus multiple aspect ratios, with batch results in a single run โ each model's native max resolution, delivered in one step.
ofox.design
Whatever you imagine, just draw it โ one sentence, top models render it instantly.
ofox.design is a no-code creative image studio built on the same top models: type a sentence in plain language to get an image instantly, with thousands of built-in prompts for one-tap remixes, support for reference images / image-to-image, and full-size output from standard up to 4K. Your work is auto-archived and ready to recreate anytime. No API, no deployment โ just open the page and go.
Open ofox.design โNew users get free creation credits on sign-up ยท No credit card required
ofox.design ยท WebGenerate images in a few lines of code
Call image models with your key โ with the OpenAI-compatible endpoint, swap the model to switch vendors, or go straight to each provider's native API.
# ไธไธช OpenAI ๅ ผๅฎน็ซฏ็น๏ผๆข model ๅณๅๆขๅๅ curl https://api.ofox.ai/v1/images/generations \ -H "Authorization: Bearer $OFOX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "google/gemini-3-pro-image", "prompt": "่ตๅๆๅ ไธไบฌ้จๅค๏ผ้่นๅๆ ็งฏๆฐด๏ผๆ้ๆไผ็ๅฐๅฅณ", "size": "2K", "n": 4 }' # โ { "data": [ { "url": "https://โฆ" }, โฆ ] }
from openai import OpenAI client = OpenAI(base_url="https://api.ofox.ai/v1", api_key="$OFOX_API_KEY") res = client.images.generate( model="google/gemini-3-pro-image", prompt="่ตๅๆๅ ไธไบฌ้จๅค๏ผ้่นๅๆ ็งฏๆฐด๏ผๆ้ๆไผ็ๅฐๅฅณ", size="2K", n=4, ) print(res.data[0].url)
import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://api.ofox.ai/v1", apiKey: process.env.OFOX_API_KEY }); const res = await client.images.generate({ model: "google/gemini-3-pro-image", prompt: "่ตๅๆๅ ไธไบฌ้จๅค๏ผ้่นๅๆ ็งฏๆฐด๏ผๆ้ๆไผ็ๅฐๅฅณ", size: "2K", n: 4, }); console.log(res.data[0].url);
The sample uses the OpenAI-compatible endpoint (swap the model to switch vendors); each provider also offers a native API, which usually fits the model's capabilities more closely. API docs: OpenAI Images API โ ยท Gemini native API โ
Frequently asked questions
Which models are supported?
Google Gemini 3, OpenAI GPT Image, and Volcengine Doubao Seedream โ 11 models across 3 leading providers, with more added continuously. Switch between them through one API, compare the same prompt side by side, and pick the best fit.
Do you support image-to-image / reference images?
Yes. Passing a reference image routes to the image editing endpoint (image-to-image) for style continuation, inpainting, and multi-image fusion; natively supported by gpt-image, Gemini, and Seedream.
What output resolutions can I get?
Standard / 2K / 4K tiers covering aspect ratios like 16:9, 1:1, and 9:16, with batch output per request; each model's native maximum resolution in one step.
Is there a queue for generation?
Requests are processed asynchronously โ long tasks return results via polling or callback without blocking, with stable scheduling under high concurrency.
Is my data secure?
All requests and generated data are transmitted over HTTPS. Results are never used for model training or public indexing โ the content is yours.
Start generating images today
Grab a key and call your first model in minutes โ every top image model, one integration.