Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-reference/image-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Prices are what the `402` challenge quotes and what is billed for **one** image
| `google/nano-banana-pro` | Google | 1024x1024, 2048x2048, 4096x4096 | $0.106 / $0.106 / $0.1585 |
| `zai/cogview-4` | Zhipu AI | 512x512 – 1440x1440 | $0.01675 / $0.022 |
| `xai/grok-imagine-image` | xAI | 1024x1024 | $0.022 |
| `xai/grok-imagine-image-pro` | xAI | 1024x1024 | $0.0745 |
| `xai/grok-imagine-image-pro` | xAI | 1024x1024 | $0.0535 |
| `bytedance/seedream-5-pro` | ByteDance | 1024x1024 – 2848x1600 (8 sizes) | $0.04825 / $0.0955 |

`GET /api/v1/images/models` returns the same catalog with `pricing.sizes[]` per model (catalog rates, before margin and fee). `openai/dall-e-3` was removed from the catalog and now returns the unknown-model `400`.
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Media prices below include the 5% media margin; the flat $0.001 transaction fee
| `google/nano-banana-2` | Nano Banana 2 | $0.0945/image |
| `google/nano-banana-pro` | Nano Banana Pro | $0.105-0.1575/image |
| `xai/grok-imagine-image` | Grok Imagine | $0.021/image |
| `xai/grok-imagine-image-pro` | Grok Imagine Pro | $0.0735/image |
| `xai/grok-imagine-image-pro` | Grok Imagine Pro | $0.0525/image |
| `zai/cogview-4` | CogView-4 | $0.01575-0.021/image |
| `bytedance/seedream-5-pro` | Seedream 5.0 Pro | $0.047-0.095/image (async, ~2 min) |

Expand Down
Loading