A high-end image generation and editing model focused on frontier-level visual quality and reliability. It delivers strong prompt adherence, stable lighting, sharp textures, and consistent character/style reproduction across multi-reference inputs. Designed for production workloads, it balances speed and quality while supporting text-to-image and image editing up to 4 MP resolution.
Pricing is as follows, per the docs(opens in new tab):
Input: We charge $0.015 for each megapixel on the input (i.e. reference images for editing)
Output: The first megapixel is charged $0.03 and then each subsequent MP will be charged $0.015.
# Запрос к API VEGA через black-forest-labs/flux.2-pro
curl https://api.vega.chat/api/v1/images \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "black-forest-labs/flux.2-pro",
"prompt": "a red panda astronaut floating in space, studio lighting"
}'