Skip to main content
POST
viduq2-pro (Start End Frame)

Authentication

  1. Sign up for a GPTProto account at https://gptproto.com
  2. Navigate to the API Keys section in your dashboard
  3. Generate a new API key (sk-xxxxx)
  4. Copy and securely store your API key For authentication details, please refer to the Authentication section.

Initiate Request

Query Result

If the request that generated your content includes the parameter enable_sync_mode set to true (some models do not support this parameter, but you still need to query the result by id), you must call the Query Result endpoint to retrieve the final output.
After submitting your prediction request, the response will contain the id you need.
You can find it in either:
  • data.id – the unique identifier of the prediction
  • data.urls[0].get – a ready-to-use GET URL that already embeds the id

Parameters

Path Parameters

Endpoint: https://gptproto.com/api/v3/vidu/{model}/{scene}
Body parameters may vary depending on the scene. Incorrect scene selection may cause parameters to fail. Please choose the appropriate scene based on your actual needs.

Core Parameters

Parameter support varies by model and scene. See the Model Scene Compatibility Matrix for detailed information about which parameters are supported for each model and scene combination.

image input Parameters

Model Scene Compatibility Matrix

The following table shows which parameters are supported for each model and scene combination. D = Default value, R = Range of supported values.

Key Highlights

  • viduq2: Supports text-to-video and reference-to-video scenarios only
  • viduq2-pro/pro-fast/turbo: Specialized for image-to-video and start-end-framed modes
  • viduq3-pro: Most versatile, supports text-to-video and image-to-video with audio support and up to 16 seconds duration

Error Codes

Common Error Codes