Documentation Index
Fetch the complete documentation index at: https://docs.nano-gpt.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
UseGET /api/v1/video-models to discover the currently available video models. Do not hardcode video model capabilities in your client; supported settings and availability can change.
This endpoint is cacheable. Refresh it periodically and treat new fields as additive.
Endpoint
Authentication
Authentication is optional.Authorization: Bearer YOUR_API_KEYx-api-key: YOUR_API_KEY
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
detailed | boolean | true | Include names, descriptions, pricing, capabilities, and supported parameters. |
Response
Supported Parameters
Supported parameters vary by model. Common examples include:durationaspect_ratioresolution- image input support
- audio generation support
- video extension support
- video recovery support
- prompt enhancement or safety controls
supported_parameters and capabilities objects to decide which controls to show and which request fields to send.
Example
Notes
- Use this endpoint instead of hardcoding media model capabilities.
- The response is cacheable, but model availability can change.
- Pricing structures vary by model, for example per generation, per second, duration tier, resolution tier, or feature-specific pricing.