Poe API
Runway-Gen-4.5
By
Runway Gen 4.5 is an advanced video model that generates cinematic, high‑fidelity video from natural language and images. It offers fine‑grained control over motion, camera behavior, composition, and style, producing physically realistic and temporally consistent scenes.
Optional parameters:
Set aspect ratio. Select from (21:9, 16:9, 4:3, 1:1, 3:4, 9:16). It is set to 16:9 aspect ratio as default.
Set Duration. Select from (5 seconds, 8 seconds, 10 seconds) to specify video length in seconds. Set to 5 seconds as default.
Powered by a server managed by @runwayml. Learn more
- OFFICIAL
Build with Runway-Gen-4.5 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.5",
"prompt": "A mouthwatering shot of a cheeseburger and french fries for a commercial",
},
)
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