Poe API
Runway-Gen-4-Turbo
By
Runway's Gen-4 Turbo model creates best-in-class, controllable, and high-fidelity video generations based on your prompts. Both text inputs (max 1000 characters) and image inputs are supported, but we recommend using image inputs for best results.
Optional parameters:
Aspect ratio (16:9, 1:1, 9:16) for landscape/portrait videos.
Duration (5, 10) to specify video length in seconds.
Full prompting guide here: https://help.runwayml.com/hc/en-us/articles/39789879462419-Gen-4-Video-Prompting-Guide
Powered by a server managed by @runwayml. Learn more
- OFFICIAL
Build with Runway-Gen-4-Turbo using the Poe API
Start by creating an API key, for use with any bot on Poe:
Code samples
Videos
import requests
response = requests.post(
"https://api.poe.com/v1/videos",
headers={
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json",
},
json={
"model": "runway-gen-4-turbo",
"prompt": "Summarize the core ideas presented in the novel 'To Kill a Mockingbird' by Harper Lee",
},
)
print(response.json())See the full documentation for comprehensive guidance on getting started.
More from RunwayML
Runway-Gen-4.5
Runway-Gen-4-Turbo
Runway