qwen_image_2512_fp8 Qwen’s image flagship — exceptional at rendering legible text.
No GPU. No setup. Cancel anytime.
Qwen Image 2512 is Alibaba’s open-weights image flagship, notable for unusually reliable in-image typography — posters, signage, UI mockups — alongside strong general generation.
A Lightning variant runs the same model in four steps at half the price.
Use pay-as-you-go Spark packs for each render (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.
| Configuration | Spark | USD |
|---|---|---|
| 1024 × 1024 · 20 steps | 4.15 Spark | $0.021 |
One Sogni API key reaches every model on the Supernet — call Qwen Image 2512 with the exact model id.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'image',
modelId: 'qwen_image_2512_fp8',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, studio lighting',
numberOfMedia: 1,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_image",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, studio lighting", "model": "qwen-2512" }
}]
},
"confirm_cost": true
}' REST workflow alias: qwen-2512. Pin the exact id with the SDK. Full reference at docs.sogni.ai.
Real generations from Sogni. Hit Use prompt to open the app with Qwen Image 2512 selected and the full prompt preloaded.
Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.
One flat price in the app. Generate under fair use without a per-image meter.
Image, video, music, and language models in one workspace and one API key.
Prefer pay-as-you-go? Call Qwen Image 2512 by id and pay with Spark packs.
Runs on a decentralized GPU network where workers share subscription revenue.
Qwen Image 2512 is the flagship open-source text-to-image model from Alibaba's Qwen team. It's a large-scale foundation model built for high-quality, photoreal generation with strong prompt understanding and unusually accurate text rendering inside the image. It's released under the permissive Apache-2.0 license. On Sogni it ships in two flavors — a fast Lightning ("turbo") version we default to, and a max-fidelity version for maximum quality.
Qwen Image 2512 is for image generation — creating a brand-new image from a text prompt. If you need to change or edit an existing image instead, use Qwen Image Edit 2511, which is also unlimited on Sogni.
Yes — covered jobs are credit-free under fair-use. There are no per-image credits to buy, but active-job concurrency, generate queue limits, and fair-use controls apply. Covered jobs run on Sogni's shared GPU network and may queue during peak demand; heavy-usage based throttles reset each UTC day.
Sogni offers both subscription plans and Pay-As-You-Go Spark packs. Sogni Unlimited is $20/month (or $199/year), Unlimited Pro is $50/month (or $498/year), and Spark packs let you pay per eligible render without a subscription. Every plan starts with a 3-day free trial and you can cancel anytime.
Absolutely — Qwen Image 2512 follows long, structured prompts faithfully. The examples above show complete, unedited prompts and the exact image each produced. Hit "Use prompt" to load the full prompt into the app and reproduce or remix it.
Qwen Image 2512 is Apache-2.0 licensed, which permits commercial use of what you create. Always review the current model and Sogni terms for the specifics of your use case.
Create in the app, or build with the API. Your call.