External Models
Mixtrain integrates with leading AI model providers for image generation, video generation, and multimodal tasks.
Supported Providers
Image & Video Generation
| Provider | Description |
|---|---|
| Runway | Video generation and world models |
| Luma Labs | Video, 3D, and HDR generation |
| Black Forest Labs | High-quality image generation and editing |
| fal | 1000+ image, video, and audio models |
| Video generation, Multimodal reasoning and interactive 3D worlds | |
| Anthropic | Advanced reasoning and coding |
| OpenAI | Language 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.