MixtrainDocsBlog

External Models

Mixtrain integrates with leading AI model providers for image generation, video generation, and multimodal tasks.

Supported Providers

Image & Video Generation

ProviderDescription
RunwayVideo generation and world models
Luma LabsVideo, 3D, and HDR generation
Black Forest LabsHigh-quality image generation and editing
fal1000+ image, video, and audio models
GoogleVideo generation, Multimodal reasoning and interactive 3D worlds
AnthropicAdvanced reasoning and coding
OpenAILanguage and image models

Quick Start

Run a provider model by name, like any other:

from mixtrain import Model

model = Model("gen-4.5")
result = model.run({
    "prompt": "A drone shot flying over a mountain lake at sunrise",
    "duration": 4
})

Provider models work seamlessly alongside your own fine-tuned models via single Model, so you can mix and match in a single workflow or router.

On this page