NinjaChat
ModelsAPIPricingToolsBlog
Sign inDashboard→
ModelsAPIPricingToolsBlog
Dashboard →
  1. Home›
  2. API models›
  3. Bria 3.2
B

Bria 3.2

DeepInfra/
Get an API key

Bria's 3.2 licensed-data text-to-image model.

Modalities
text→image
Price
$0.04/image
Providers
Live
PlaygroundProvidersAPIRecipesPricingFAQRequest logs

Playground

Preparing playground

Providers

API

POST/api/v1/images/generations
bria-3.2
curl https://www.ninjachat.ai/api/v1/images/generations \
  -H "Authorization: Bearer $NINJACHAT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "bria-3.2", "prompt": "a red fox in a snowy forest, golden hour", "aspect_ratio": "16:9" }'
promptmodelnsizeaspect_ratioimagewidthheight

Recipes for Bria 3.2

Each request below is generated from what Bria 3.2 serves on NinjaChat today — the same capabilities and parameters that reports — so it runs as written with your key.

NinjaChat

Every AI. One app.

Download on the App Store

Product

  • Dashboard
  • ninja for iMessage
  • Pricing
  • Free AI Tools
  • Affiliate Program
  • iOS App

Developers

  • API
  • API Models
  • MCP / Agents
  • API Docs

Models

  • Model Council
  • Seed 1.8
  • Gemini 2.5 Flash
  • Gemini 2.5 Pro
  • Gemini 3 Flash Preview
  • View All Models

Company

  • Blog
  • Uncensored AI
  • Community
  • Careers
  • Support
  • Privacy Policy
  • Terms of Service

Copyright © 2026 NinjaChat AI. Product of Bloon All Rights Reserved.

GET /models

Generate an image

One synchronous call returns a hosted image URL you can use straight away.

bria-3.2· generate an image
# export NINJACHAT_API_KEY="nj_sk_..."   (Developers → Keys)
curl https://www.ninjachat.ai/api/v1/images/generations \
  -H "Authorization: Bearer $NINJACHAT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bria-3.2",
    "prompt": "product shot of a matte black espresso machine on walnut, soft window light",
    "size": "2560x1440",
    "n": 1
  }'
  • size is one of 1920x1920, 2560x1440, or 1440x2560; pass aspect_ratio (for example "4:5") or explicit width/height between 256 and 2048 when you need another frame.
  • n goes up to 4 and every image is billed at this model's per-image price; data[i].url is a permanent CDN link, so there is nothing to poll.

Pricing

Per image
$0.04/image

More from Bria

Model
ProvidersContextLatencyUptime30d volumePrice · in / out
B
Bria FIBO
bria-fibo
$0.04/image
FLUX 1.1 Pro
flux-1.1-pro
$0.04/image
FLUX 1.1 Pro Ultra
flux-1-pro-ultra
$0.06/image
FLUX.1 Dev
flux-1-dev
$0.009/image
FLUX.1 Kontext Dev
flux-kontext-dev
$0.025/image
FLUX.1 Kontext Max
flux-kontext-max
$0.08/image

FAQ

Bria 3.2 is a text-to-image generation model available through DeepInfra at $0.04 per image. It is suited to text-to-image generation and creative asset generation.

How much does the Bria 3.2 API cost?

Bria 3.2 costs $0.04 per image on NinjaChat, billed per generation with no subscription.

Which providers serve Bria 3.2 on NinjaChat?

Bria 3.2 is served through DeepInfra. Requests use one NinjaChat key and one balance.

How do I call Bria 3.2 through the API?

Send a POST to /api/v1/images/generations with model "bria-3.2" in the body. The response returns the generated image URL.