All models




Recraft V3
recraft/recraftv3
Recraft Image GenerationDesignText Rendering
Recraft V3 is the previous-generation text-to-image model from Recraft, well-suited to design-quality compositions, brand-aware imagery, and accurate text rendering.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "recraft/recraftv3",
"prompt": <string>
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "recraft/recraftv3", "prompt": "<string>"}'Examples





Parameters
Input
controls object
prompt string required
size string
style string
substyle string
Output
image: string