← All Models
Sora 2 Pro
OpenAI's premium video model. Enhanced quality and longer clips for professional video production.
Specifications
| Provider | OpenAI |
| Category | Video |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sora-2-pro",
"params": {
"prompt": "Aerial drone shot over a tropical rainforest at sunrise"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "sora-2-pro",
"params": {
"prompt": "Aerial drone shot over a tropical rainforest at sunrise"
}
}