Search VisionStory documentation

No documentation matched “”.

Try a feature or resource name such as , , or .

VisionStoryDevelopers
Get API key

VisionStory model catalog

Choose the model for the output you need.

VisionStory combines our own V-Character model with selected partner models for talking avatars, cinematic video, image generation, and multimodal creative work.

Use this page to compare strengths. Use the model-list endpoints as the source of truth before sending a request.

Model selection guide

Start from the job, then choose the ID.

The best model is the smallest reliable choice for your quality, control, duration, and cost requirements.

Talking avatar video

Recommendedvs_character_v4

Use V-Character 4.0 for the best overall motion and stability. Use VS Talk 1 for speech-first clips with focused mouth movement and 480p support.

Frontier AI video

Recommendedseedance-2.5

Choose 2.5 for the newest generation and longer clips; 2.0 for multimodal references; fast or mini when latency and credit use matter most.

AI image generation

Recommendednano-banana-2

Choose Nano Banana 2 for balanced generation and editing, the base model for economy, or Pro when maximum quality and 2K output matter.

Text to speech

RecommendedAutomatic selection

The TTS endpoint selects the synthesis strategy for the chosen public or cloned voice and input language; you do not pass a public model ID.

Discover at runtime

Let the API tell you what is available.

Model catalogs evolve without changing the endpoint contract. Fetch the catalog when your application starts, validate user choices against the response, and store the returned stable ID with each generation job.

  • Accepted aspect ratios, resolutions, and durations
  • Reference-media limits and model defaults
  • Image credit cost and current availability
Browse model endpoints
Discover available models
# Talking-avatar rendering models
curl -s -H "X-API-Key: $VISIONSTORY_API_KEY" \
  https://openapi.visionstory.ai/api/v1/models

# Frontier AI video models and parameter limits
curl -s -H "X-API-Key: $VISIONSTORY_API_KEY" \
  https://openapi.visionstory.ai/api/v1/ai_video/models

# Image models, resolutions, reference limits, and credits
curl -s -H "X-API-Key: $VISIONSTORY_API_KEY" \
  https://openapi.visionstory.ai/api/v1/image/models