Image generationImage editingUnified billing

Your Creative AIModel Layer.

OpenOctopus helps teams turn image generation and editing models into production-ready API infrastructure, with playground testing, unified billing, and one key for every supported model.

Start in minutes

From playground to production.

Test a model visually in Playground, call it from code through the API, or run it from your terminal with the official OpenOctopus CLI.

OpenAI Image2 Edit

image-to-image

Ready

Upload image

Prompt

Make the product photo cleaner and brighter.
1:1
webp

Use in Playground

No code
Open models
OpenOctopus REST
copy
curl -X POST https://api.openoctopus.com/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer ooq_your_api_key" \
  -d '{
    "model": "openoctopus/imagen-4",
    "prompt": "A clean product hero image",
    "input": {
      "aspect_ratio": "1:1",
      "output_format": "webp"
    }
  }'

Use through API

OpenAI compatible
View docs
OpenOctopus CLI
ooct
npm i -g @openoctopus/cli
ooct auth login
ooct run openoctopus/image-captioner-molmo2 \
  --image ./input.png \
  --detail-level low

Output

A pixel art landscape with a magnifying glass highlighting a mountain scene.

Use with CLI

npm install
Read API docs

Discover the Power of Our APIs

Explore the image generation and editing models currently available on OpenOctopus.

View More

Built for model operations

Route requests, review pricing, manage API keys, and keep playground testing close to production API usage.

Transparent pricing, one balance

Ready to Build Something Amazing?

Access image, video, and editing models with one account. Start building in minutes with developer-friendly docs and unified billing.