FireRed Image Edit
FireRed
HomeImage EditorVideo Generator
Veo 3.1
Veo 3.1NEW
Google's latest flagship video generation model
Nano Banana Pro
Nano Banana ProPro
Google's flagship AI image generation model
Seedream 5.0
Seedream 5.0Latest
ByteDance's latest flagship multimodal model
Seedream 4.5
Seedream 4.5Creative
ByteDance's high-aesthetic image generation model
GPT-Image 1.5
GPT-Image 1.5OpenAI
OpenAI's flagship image generation model
API
Pricing
FireRed Image Edit
FireRed

FireRed Image Edit is an open-source, general-purpose image editing model by Xiaohongshu, trained on 1.6 billion samples for production-grade editing.

About

  • FAQ
  • Showcases
  • Pricing
  • Changelog
  • Video Generator
  • API

AI Models

  • Seedream 5.0
  • Nano Banana Pro
  • Seedream 4.5
  • GPT-Image 1.5

AI Tools

  • Photo Restoration
  • Watermark Remover
  • AI Photo Generator
  • AI ID Photo
  • 3D Cartoon Avatar
  • Remove Watermark
  • Image Outpainting
  • 2D to 3D
  • Y2K Style
  • AI Studio Portrait
  • Manga Colorizer
  • Portrait Filter
  • Pixel Art
  • Image to Line Art
  • Gender Swap
  • Body Editor
© 2024 FireRed, All rights reserved
Privacy PolicyTerms of ServiceRefund PolicyRefund RequestAbout Us
deDeutschenEnglishesEspañolfrFrançaiszh-HK繁体中文ja日本語ko한국어trTürkçezh中文heעבריתplPolski
FireRed Image Edit is an open-source model by Xiaohongshu. This service provides a hosted interface for the model.
Developer API

FireRed Image Edit API

Integrate state-of-the-art AI image editing into your applications. Background removal, style transfer, photo restoration, virtual try-on — all through simple REST API calls at $0.05 per request.

$0.05
Per Request
< 10s
Avg Response
RESTful
API Standard
99.9%
Uptime SLA
Model Specs

firered-image-edit

One model, flat $0.05 per request. No difference between text-to-image and image-to-image pricing.

$0.05
per request, any scene
No monthly minimumSame price for all scenesPay as you go

Supported Scenes

1
text-to-image

Generate images from text descriptions. Describe what you want and the AI creates it.

2
image-to-image

Edit existing images with text instructions. Upload a photo and describe the changes.

Output Options

Aspect Ratios
1:116:99:16Custom Size
Resolution
1K2K

Input Limits

Max reference images3
Max file size10 MB
Supported formatsJPEG, PNG, WebP
Max prompt length2,000 chars

Options Object Reference

{
  "aspect_ratio": "1:1"       // 1:1, 16:9, 9:16
  "resolution":   "2K"        // 1K, 2K
  "width":        1024        // custom width
  "height":       1024        // custom height
  "sub_scene":    "watermark_removal"
}
Why FireRed API

Built for Developers

Everything you need to integrate AI image editing into your product, with simple APIs and transparent pricing.

Simple RESTful Integration

Two endpoints, Bearer token auth, JSON in/out. Get started in minutes with cURL, JavaScript, or Python. No SDK required.

$0.05 Flat Rate Per Request

Transparent pay-as-you-go pricing. No monthly minimums, no hidden fees, no surprise charges. Scale from prototype to production.

Fast Async Processing

Submit editing tasks and poll for results. Average response under 10 seconds. Built for production workloads with automatic retries.

Enterprise-Grade Security

API key authentication, rate limiting, CORS protection, and request validation. Your data is processed securely and never stored.

10+ Editing Capabilities in One Model

Background removal, style transfer, virtual try-on, photo restoration, object removal, portrait enhancement, colorization, and more — all from a single API endpoint.

API Reference

Two Simple Endpoints

Submit an editing task, then poll for the result. That's it.

Create an AI image editing task using the FireRed Image Edit model.

ParameterTypeRequiredDescription
mediaTypestringoptionalMedia type (defaults to "image")
modelstringoptionalModel name (defaults to "firered-image-edit")
promptstringrequiredEditing instruction (e.g. "remove the background", "change hair color")
scenestringrequiredScene type: image-to-image or text-to-image
optionsobjectoptionalAdditional options: resolution, aspect_ratio, etc.
mediaTypestring

Media type (defaults to "image")

modelstring

Model name (defaults to "firered-image-edit")

promptstringrequired

Editing instruction (e.g. "remove the background", "change hair color")

scenestringrequired

Scene type: image-to-image or text-to-image

optionsobject

Additional options: resolution, aspect_ratio, etc.

Success Response

{ "code": 0, "data": { "taskId": "..." } }
Quick Start

Start Editing in Minutes

Copy-paste ready examples in your favorite language. Just replace the API key and you're good to go.

1curl -X POST https://firered-image.com/api/v1/generate \
2 -H "Authorization: Bearer sk-xxxxx" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "mediaType": "image",
6 "model": "firered-image-edit",
7 "prompt": "remove the background and replace with a sunset beach",
8 "scene": "image-to-image",
9 "options": { "aspect_ratio": "1:1", "resolution": "2K" }
10 }'
11
12# Poll result
13curl https://firered-image.com/api/v1/task/{taskId}?refresh=1 \
14 -H "Authorization: Bearer sk-xxxxx"
Get Started

Ready to Integrate?

Create your API key and start building. Need custom volume pricing or have questions? Reach out to us.

Free tier with 100 requests to test
No credit card required to start
Dedicated support for enterprise plans

API Access Request

Tell us about your use case and we'll set up your API access.