ReferenceAsk
T

Pegasus 1.5

Pegasus 1.5, a video analysis model from TwelveLabs.
modelOverride: { model: "pegasus-1.5" }
TwelveLabs·Released 2026
Pricing
List price
$0.0292/min video + $0.0075/1K output tokens
Per second
$0.00049
Per minute
$0.029
Output
$7.50 / 1M
Specifications
Context window
261,120 tokens
Max output
8,192 tokens
Released
2026
Model string
pegasus1.5
Capabilities
Multimodal
Use this model
await mindstudio.analyzeVideo({
  prompt: "Summarize this clip.",
  videoUrl: "...",
  modelOverride: {
    model: "pegasus-1.5",
  },
});