Image editing · Reference images
Image

Qwen Image Edit 2511

qwen_image_edit_2511_fp8

The strongest preservation editor — same face, same scene, new instruction.

No GPU. No setup. Cancel anytime.

Sample output from Qwen Image Edit 2511

About

Qwen Image Edit 2511 is the Supernet’s preservation-first editor: it follows edit instructions while keeping faces, products, and scene geometry intact, with up to three reference images for guided edits.

It is the engine behind Sogni’s context-editing and style-preserving workflows. The Lightning variant is the default editor in the hosted creative tools.

Pricing

On the Sogni API you pay per render in Spark (1 Spark = $0.005). Prefer a flat rate? The Sogni app runs Qwen Image Edit 2511 and 100+ other models credit-free under fair use.

Configuration Spark USD
1024 × 1024 · 20 steps · no refs 4.15 Spark $0.021

API

One Sogni API key reaches every model on the Supernet — call Qwen Image Edit 2511 by 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_edit_2511_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" }
      }]
    },
    "confirm_cost": true
  }'

REST workflow alias: qwen. Pin the exact id with the SDK. Full reference at docs.sogni.ai.

Why run it on Sogni

Unlimited, not metered

Most platforms ration credits or rent a cloud GPU by the hour. Sogni gives you a flat monthly price for credit-free fair-use generation, powered by a creator-owned GPU network — or per-render Spark pricing if you'd rather pay as you go via the API.

No credits, ever

One flat price in the app. Generate under fair use without a per-image meter.

🧩

100+ models

Image, video, music, and language models in one workspace and one API key.

Per-render API

Prefer pay-as-you-go? Call Qwen Image Edit 2511 by id and pay in Spark.

🌐

Powered by people

Runs on a decentralized GPU network where workers share subscription revenue.

FAQ

Qwen Image Edit 2511 on Sogni

What is Qwen Image Edit 2511?

Qwen Image Edit 2511 is a leading open-source, instruction-based image editing model from Alibaba. You give it a photo and a plain-text instruction, and it makes the edit — swapping objects and backgrounds, adding or rewriting in-image text, restyling, and refining details — while preserving subject and identity. It supports multi-image edits (combine up to three references) and is released under the permissive Apache-2.0 license.

Do I need to upload an image?

Yes — image editing starts from your own photo. Qwen Image Edit 2511 transforms an image you provide according to your instruction, so you upload a source picture and then describe the change. When you hit "Use prompt" on an example, it loads the model and the edit instruction into the app — you just add your own image.

Which version of Qwen Image Edit 2511 does Sogni run?

Qwen Image Edit 2511. It comes in two builds under one flat unlimited price: a fast turbo default (2511 Lightning) that's selected for you, and a max-fidelity version you can switch to in the model picker. Looking for pure image generation instead of editing? That's a separate model, Qwen Image 2512.

Is it really unlimited?

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.

How much does it cost?

Sogni Unlimited is $20/month (or $199/year). Unlimited Pro is $50/month (or $498/year) and adds higher throughput, higher queue priority, and larger supported outputs where available. Every plan starts with a 3-day free trial and you can cancel anytime.

Can I use long, detailed prompts?

Absolutely — Qwen Image Edit 2511 follows long, structured instructions faithfully. The examples above show complete, unedited prompts and the exact result each produced. Hit "Use prompt" to load the full instruction into the app, add your image, and reproduce or remix the edit.

Start with Qwen Image Edit 2511 today

Create in the app, or build with the API. Your call.