Transparent credits
All model calls show USD pricing and equivalent credits before generation.
GPT Image 2 provides image generation and editing through a production-ready API with clear per-image pricing and task tracking.
Run a request with your API key to create a tracked async task, consume credits, and receive the final media result.
All model calls show USD pricing and equivalent credits before generation.
Every async request is recorded with status, callback, result, and cost metadata.
Use a familiar authorization pattern and consistent JSON request bodies.
API Reference
Model details map directly to the framework's `/api/v1/video/generate`, task status, callback, and credit accounting endpoints.
curl https://devnextapiany.mexxxxai.win/api/v1/video/generate \
-H "Authorization: Bearer $APIANY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A premium AI platform product video",
"duration": 5,
"aspect_ratio": "16:9"
}'