Skip to content

ailingqu/vinano-api-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ViNano AI API Guide — Claude Code Skill

A comprehensive Claude Code skill for building with the ViNano AI API. Covers image generation, video generation, pricing, authentication, and includes ready-to-use code examples.

What is this?

This is an Agent Skill for Claude Code that teaches Claude how to use the ViNano AI API. Once installed, you can ask Claude to help you integrate ViNano AI image and video generation into your projects.

Install

# Add as a Claude Code plugin
claude plugin add github:ailingqu/vinano-api-guide

Or manually copy SKILL.md to your project:

mkdir -p .claude/skills/vinano-api-guide
cp SKILL.md .claude/skills/vinano-api-guide/

Usage

After installation, use it in Claude Code:

/vinano-api-guide How do I generate an image with Python?
/vinano-api-guide What are the video generation pricing options?
/vinano-api-guide Help me set up async image generation in Node.js

Or just ask naturally — Claude will automatically activate the skill when relevant:

"Help me integrate ViNano AI API into my app"

What's Covered

  • Authentication — API key setup and subscription requirements
  • Image Generation — 5 models, sync & async APIs, img2img, aspect ratios, resolutions
  • Video Generation — Veo 3.1, Sora 2, Seedance 1.0/1.5/2.0 Pro with full parameter reference
  • Code Examples — Python, Node.js, cURL for every use case
  • Pricing — Complete credit costs for all models and subscription plans
  • Error Handling — Status codes, rate limits, troubleshooting

Supported Models

Image Models

Model ID Name Credits (1k/2k/4k)
gemini-2.5-flash-image-preview Nano Banana 10 / 15 / -
gemini-3.1-pro-image-preview Nano Banana 2 25 / 35 / 60
gemini-3-pro-image-preview Nano Banana Pro 30 / 50 / 80
gemini-3-pro-image-preview-vip Nano Banana Pro VIP 40 / 60 / 90
sora_image GPT-4o 10 / - / -

Video Models

Model Duration Credits
Veo 3.1 Fast 8s 150
Seedance 1.0 Pro 5-10s 30-200
Seedance 1.5 Pro 5-12s 120-360
Seedance 2.0 Pro 15s 1200
Sora 2 10-15s 160-900

Links

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors