Framerate
Use Framerate as a video orchestration provider through Pipevideo.
Framerate is an external video orchestration provider available through Pipevideo. Use the Pipevideo API for all integrations — credits, organization scoping, usage, and webhooks are handled by the gateway.
Provider slug
framerate
Supported engines
| Engine | Description |
|---|---|
hyperframes | Code-driven motion graphics (MP4) |
lottie | Lottie animation (MP4 or WebM) |
List orchestration models available on Framerate with GET /v1/engines or on the public Engines page.
Route to Framerate
Framerate is the default provider when provider is omitted for supported engines. To select it explicitly:
{
"model": "moonshotai/kimi-k2.5",
"input": "Product launch teaser",
"provider": { "order": ["framerate"] }
}curl -X POST https://api.pipevideo.co/v1/responses \
-H "Authorization: Bearer pv_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/kimi-k2.5",
"input": "Logo animation with brand colors",
"provider": { "order": ["framerate"] }
}'The response includes "provider": "framerate" when Framerate fulfilled the request.
Related
- Provider routing — how providers are selected
- Video generation guide — full request flow
- Engines API — models and pricing per provider