PiAPI
HomeWorkspace
HomeWorkspace
Join Discord
  1. Sora2
  • Get Started
    • Overview
    • Quickstart
    • Make Instruction: How to Use PiAPI to Build a Workflow on Make?
  • Endpoints
    • Song(Udio)
      • Song API Task Creation Examples
      • [Udio] Song Extend
      • Get Task
      • Create Task
      • [Udio] Generate Lyrics
    • Kling
      • Lipsync With PiAPI Kling API Examples
      • Motion Brush With PiAPI Kling API Example
      • Kling Elements Video Generation API
      • Kling Effects Video Generation
      • Cancel Task
        • Cancel Task
        • Cancel Tasks
      • Get Task
      • Create Task
      • Kling Virtual Try-On
      • Kling Effects
      • Kling Sound
    • Hailuo
      • Hailuo Director Mode Example
      • Generate Video
      • Get Task
    • Flux
      • Flux with LoRA and Controlnet
      • Available LoRA and Controlnet
      • Flux API with Redux Variation, Fill, Inpaint and Outpaint
      • Create Task
        • Text to Image
        • Image to Image
        • Kontext
      • Get task
    • Gemini
      • Gemini-2.5-flash-image
      • Get task
    • Veo3
      • Veo3 Text to Video
      • Veo3 Image to Video
      • Get task
    • Sora2
      • Sora2 Text to Video
        POST
    • Qwen Image
      • Text to Image
      • Image Edit
      • Get task
    • AI Hug
      • Get Task
      • Create Task
    • LLM
      • Use Cases for GPT-4o Image API
      • How To Avoid Timeouts in Completion API
      • GPT-4o Image Generation API
      • LLM API | Basic Completions
      • Get Task
    • Midjourney
      • PiAPI Penalties on Midjourney Usage
      • Detailed Explaination on Midjourney Task Result
      • Midjourney V7 API Instructions
      • Create Task
        • Imagine
        • Upscale
        • Variation
        • Reroll
        • Describe
        • Seed
        • Blend
        • Inpaint
        • Outpaint
        • Pan
      • Cancel Task
        • Cancel Task
        • Cancel Tasks
      • Get Task
    • Faceswap
      • Multi Faceswap
      • Image Faceswap
      • Video Faceswap
      • Get Task
    • TTS
      • Zeroshot Text-to-Speech F5-TTS
      • Get Task
    • Trellis
      • Create Task
      • Get Task
    • Luma Dream Machine
      • Cancel Task
        • Cancel Task
        • Cancel Tasks
      • Create Task
      • Get Task
    • WanX
      • Generate WanX Task with LoRA Using PiAPI
      • Available LoRA Types for Wanx
      • Use Cases for Wanx LoRA
      • Use Cases for Wanx Control Camera
      • Create Task
      • Get Task
    • Skyreels
      • Create Task
      • Get Task
    • Framepack
      • Create Task
      • Get Task
    • Hunyuan Video
      • How to Make a Hunyuan API Call
      • Available Hunyuan Lora models
      • Get Task
      • Generate Video
    • Mmaudio
      • Get Task
      • Generate Audio
    • DiffRhythm
      • Generate Audio
      • Get Task
    • Ace Step
      • Create Task
        • Text to Audio
        • Audio to Audio
        • Audio Edit
        • Audio Extend
      • Get Task
    • Joycaption
      • Image Caption
      • Get Task
    • Tools
      • File Upload API
      • Remove Background API
      • Remove Background-Get Task
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
      • Image Upscale(Super Resolution) API
      • Image Upscale-Get Task
      • Video Upscale
      • Video Upscale-Get Task
      • Video Remove Background
      • Video Remove Background-Get task
    • PiAPI Account Management
      • PiAPI Account Info
      • Task List Info
      • User Task History
    • Text to Image Copy
      POST
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
    • Bulk Generation Service
    • Billings
    • PiAPI MCP Server
    • Workspace Manual
      • Host-your-account (HYA) | Back-up Account
      • Host-your-account (HYA) | Debug Checklist
      • Host-your-account (HYA) | Connected Account Status
    • Announcements
      • PiAPI 2025 January 1st Pricing Update
      • The discontinued support for midjourney
  1. Sora2

Sora2 Text to Video

POST
https://api.piapi.ai/v1/chat/completions
This is provided as Sora2 Text to Video API. available models:
sora-2-preview
sora-2-hd-preview
Pricing
ModelPrice
sora-2-preview$0.2/call
sora-2-hd-preview$0.4/call
Note
be aware of the endpoint v1/chat/completions
image to video is not supported yet

Request

Header Params

Body Params application/json

Example
{
    "model": "sora-2-preview",
    "messages": [
        {
            "role": "user",
            "content": "generate a video without watermark, a dog is running on the sea beach"
        }
    ],
    "stream": true
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.piapi.ai/v1/chat/completions' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "sora-2-preview",
    "messages": [
        {
            "role": "user",
            "content": "generate a video without watermark, a dog is running on the sea beach"
        }
    ],
    "stream": true
}'

Responses

🟢200Success
application/json
Body

Example
data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "role": "assistant",
                "content": ""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "```"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "json"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": ""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "{"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "  \""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "prompt"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\":"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " \""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "generate"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " a"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " video"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " without"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " watermark"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": ","
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " a"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " dog"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " is"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " running"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " on"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " the"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " sea"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " beach"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\","
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "  \""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "orientation"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\":"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": " \""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "portrait"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "}"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "```"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": ""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": ""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": ""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": ""
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {},
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n\n> ID: `task_01k7e6t6skf46ahq8tcee5bskz`\n>[Data Preview](https://asyncdata.net/web/task_01k7e6t6skf46ahq8tcee5bskz) | [Source Data](https://asyncdata.net/source/task_01k7e6t6skf46ahq8tcee5bskz)\n> Queuing"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n> Generating"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n\n>🏃‍ Progress 44.."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "61.."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "68.."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "81.."
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {
                "content": "\n\n> Generation complete ✅\n> sid: s_68eca7ba6c688191afb287034cbee639\n\n![https://filesystem.site/cdn/20251013/cda9c584c5c1d4bd1960077f58ff9a.webp](https://filesystem.site/cdn/20251013/cda9c584c5c1d4bd1960077f58ff9a.webp)\n[Play online▶️](https://filesystem.site/cdn/20251013/086e4519811c4f54a9b21d70506687.mp4)"
            },
            "finish_reason": null
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "model": "sora-2",
    "created": 1760339757,
    "choices": [
        {
            "index": 0,
            "delta": {},
            "finish_reason": "stop"
        }
    ]
}

data: {
    "id": "chatcmpl-89CEJjhPV6JVibDDSw6U42hyRDOpZ",
    "object": "chat.completion.chunk",
    "created": 1760339912,
    "model": "sora-2",
    "choices": [
        {
            "index": 0,
            "delta": {}
        }
    ],
    "usage": {
        "prompt_tokens": 21,
        "completion_tokens": 279,
        "total_tokens": 300,
        "prompt_tokens_details": {},
        "completion_tokens_details": {},
        "input_tokens": 0,
        "output_tokens": 0,
        "input_tokens_details": null
    }
}

data: [DONE
]
Modified at 2025-10-13 07:05:15
Previous
Get task
Next
Text to Image