← All models
Fibo
fibo
Image generationby bria
BRIA FIBO generates high-quality images with precise control over lighting, composition, color, and camera settings using structured JSON prompts. Trained on licensed data. Use FIBO with an API.
images
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| image | string | Image file |
| promptrequired | string | Text prompt for image generation |
| aspect_ratio | —enum: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5… | Aspect ratio for expansion. Either aspect_ratio or canvas_size with original_image_size/location must be provided. Can be a predefined string like '1:1', '16:9' etc. or a custom float between 0.5 and 3.0 |
| guidance_scale | integer | Guidance scale (1-10) |
| negative_prompt | string | Negative prompt for image generation |
| structured_prompt | string | Structured prompt (JSON string). Use a structured_prompt from a previous generation's response or the /v2/structured_prompt/generate endpoint for precise refinement. |
