Seedream V5.0 Pro
Generate images from text prompts with Seedream V5.0 Pro. Supports 15 aspect ratios and 1K/1.5K/2K output resolutions.
- image
- text-to-image
- seedream
Loading...
Access ByteDance+ image, video, and multimodal models through a unified Muvi API.
Production-ready ByteDance+ models available through Muvi.
One API key. One endpoint. Every ByteDance+ model.
const result = await fetch(
'https://api.muvi.video/v1/generate/submit',
{
method: 'POST',
headers: {
Authorization: `Bearer ${MUVI_API_KEY}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
modelId: 'bytedance+/your-model-slug',
prompt: 'A neon-lit city at midnight',
}),
},
);
const json = await result.json();Explore alternative providers for similar use cases
Access ByteDance+'s latest models with unified billing, authentication, and infrastructure.