gptproto Api
  1. MiniMax
gptproto Api
  • OpenAI
    • GPT 4o image
      • chat format
        • chat mode
      • image/generations
        • Create Image
        • Image Editing
    • Our GPT models(GPT Series)
      • GPT-4o
        • chat text mode
        • chat image mode
      • GPT-4.1
        • responses mode
    • Our reasoning models (O Series)
      • responses mode
    • audio
      • transcriptions
      • speech
    • sora
      • sora-2-chat模式
      • sora-get task result
      • sora-create task
  • Claude
    • chat mode(Support pdf analysis)
      POST
  • Gemini
    • veo3 Video
      • chat Format
        • Text to Video (16:9)
        • Text to Video (9:16)
        • Image to Video(16:9)
        • Image to Video (9:16)
      • Asyn mode
        • Create Video(16:9)
        • Create Video(9:16)
        • Get Task Status
    • Gemini Series
      • chat text mode
      • chat image mode
    • gemini-2.5-flash-image-preview
      • Official format
        • imagegenerate
        • image edit
      • chat format
        • chat mode
      • openai format
        • Create Image
        • Image Editing
    • generateContent
      • generateContent
      • streamGenerateContent
      • file upload
      • generateContent file analysis
  • Grok
    • chat text mode(Support for grok4)
      POST
  • Midjourney
    • Task Query
      • ListByCondition
      • FetchFromTask
    • Task Submission
      • Blend
      • SwapFace
      • Describe
      • Imagine
      • Modal
      • Action
      • Change
  • Suno
    • All APIs
      • Music Generation(generations)
      • 查询任务(feed)
      • Generate Lyrics
      • Query Lyrics
    • Scene 1 Generate Custom Music(with Lyrics)
      • Music Generation(generations)
    • Scene 2 Generate Music Directly Through Prompt(with Lyrics)
      • Music Generation(generations)
    • Scenario 3: Generate Custom Music (Pure Music)
      • Music Generation (generations)
    • Scenario 4: Generate music directly through prompt (pure music)
      • Music Generation (generations)
    • Scenario 5: Upload Custom Audio and Continue
      • Convert Music Link to Suno (Upload)
      • Music Generation (generations)
    • Scenario 6: Continue Writing Music and Get Complete Music
      • Step 1: Music Generation
      • Step 3: Extend Music
      • Step 5: Get Complete Music
    • Scenario 7: Cover Music (Music Version, Modify Style)
      • Step 1: Music Generation
      • Step 3: Cover Music
  • Kling
    • Kling(Official Format)
      • Image Generation
      • text to video
      • Image to Video
      • Query Task
    • kling-v2.5-turbo-pro
    • 任务查询
  • Runway
    • Official Format
      • Act-two Emotion Migration
      • Act-one Emotion Migration
      • generate Generate Task
      • video2video(Video to Video, Style Re-drawing)
      • Submit Video Generation Task
      • Query Task
  • Ideogram
    • Official Format
      • Edit 3.0(edit)
      • Remix 3.0(remix)
      • Replace Background 3.0(replace-background)
      • Generate 3.0(generate)
  • Flux
    • Flux Chat Format
      • Chat Format
    • Flux Image Format
      • ImageGenerate
    • Flux Official Format
      • 查询任务
      • 提交任务
  • Doubao
    • chat text mode
    • chat image mode
    • seededit-3.0
    • seedream-3.0
    • seedance-1.0
    • doubao-seedream-4-0-250828
  • higgsfield
    • query action template
    • generate video
    • query task
  • qwen
    • image/generations
      • image-edit
      • Create Image
  • MiniMax
    • speech-2.5-hd-preview
      POST
    • 任务结果查询
      GET
    • voice-clone
      POST
    • FileUpload
      POST
    • hailuo-pro
      POST
  1. MiniMax

hailuo-pro

Developing
POST
/api/v3/minimax/hailuo-02/pro

Request

Header Params

Body Params application/jsonRequired

Example
{
    "prompt": "The girl in the image begins performing a graceful ballet solo on a grand theater stage, she twirls and lifts one leg into an arabesque, soft spotlight follows her every move, cinematic lighting, slow camera pan from left to right, elegant and fluid motion",
    "image": "https://d1q70pf5vjeyhc.cloudfront.net/media/images/1751883836278138425_vVeazvso.jpeg",
    "duration": 6,
    "enable_prompt_expansion": true,
    "go_fast": 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://gptproto.com/api/v3/minimax/hailuo-02/pro' \
--header 'Authorization: xxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "The girl in the image begins performing a graceful ballet solo on a grand theater stage, she twirls and lifts one leg into an arabesque, soft spotlight follows her every move, cinematic lighting, slow camera pan from left to right, elegant and fluid motion",
    "image": "https://d1q70pf5vjeyhc.cloudfront.net/media/images/1751883836278138425_vVeazvso.jpeg",
    "duration": 6,
    "enable_prompt_expansion": true,
    "go_fast": true
}'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "message": "success",
    "data": {
        "id": "453510e34c4e4e678c4aeea719a0b7f0",
        "model": "minimax/hailuo-02/fast",
        "outputs": [],
        "urls": {
            "get": "https://gptproto.com/api/v3/predictions/453510e34c4e4e678c4aeea719a0b7f0/result"
        },
        "has_nsfw_contents": [],
        "status": "created",
        "created_at": "2025-09-28T08:52:34.121Z",
        "error": "",
        "executionTime": 0,
        "timings": {
            "inference": 0
        }
    }
}
Modified at 2025-09-29 06:27:36
Previous
FileUpload
Built with