runway-rate-limits

Featured

Runway rate limits — AI video generation and creative AI platform. Use when working with Runway for video generation, image editing, or creative AI. Trigger with phrases like "runway rate limits", "runway-rate-limits", "AI video generation".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
52
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Runway Rate Limits ## Overview Implementation patterns for Runway rate limits — AI video generation platform. ## Prerequisites - Completed `runway-install-auth` setup ## Instructions ### Step 1: SDK Pattern ```python from runwayml import RunwayML client = RunwayML() task = client.image_to_video.create( model='gen3a_turbo', prompt_text='A serene lake at dawn, mist rising, birds flying', duration=5, ) result = task.wait_for_task_output() if result.status == 'SUCCEEDED': print(f"Video: {result.output[0]}") ``` ## Output - Runway integration for rate limits ## Error Handling | Error | Cause | Solution | |-------|-------|----------| | 401 Unauthorized | Invalid API key | Check RUNWAYML_API_SECRET | | 402 Insufficient credits | No credits | Add credits at dev.runwayml.com | | Task FAILED | Content policy | Adjust prompt | ## Resources - [Runway API Documentation](https://docs.dev.runwayml.com/) - [Python SDK](https://github.com/runwayml/sdk-python) ## Next Steps See related Runway skills for more workflows.

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category