Ecosystem/StableStudio

StableStudio

Tempo
Image2 endpointsFrom $0.039 /req

AI image generation with Grok and Nano Banana models. Generate images from text prompts — pay per generation, no API keys required.

View documentation

When should an agent use this?

Use StableStudio when your agent needs quick image generation with Grok or Nano Banana models — creating visuals from text prompts for social media, marketing, or content creation. Ideal for content agents needing on-demand image generation through a simple pay-per-use API.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (2)

Generate images with Grok's image model.

Path/services/stablestudio/api/generate/grok/generate
MethodPOST
Price$0.040 per request

Parameters

NameTypeRequiredDescription
promptstringYesText description of the image to generate

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/stablestudio/api/generate/grok/generate" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "prompt": "A minimalist illustration of a robot painter in a sunlit studio"
}'

IndieGent Endpoint

api.indiegent.com/services/stablestudio

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli