← All models
Generates same object from different angles (azimuth/elevation)
images
Details
- Accepts
- image
Pricing
- Price
- 2.63 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. |
| zoom | number | Camera zoom/distance. 0=wide shot (far away), 5=medium shot (normal), 10=close-up (very close). |
| sync_mode | boolean | If True, the media will be returned as a data URI. |
| image_size | — | The size of the generated image. If not provided, the size of the input image will be used. |
| image_urlsrequired | array | The URL of the image to adjust camera angle for. |
| lora_scale | number | The strength of the multiple angles effect. |
| num_images | integer | Number of images to generate. |
| acceleration | stringenum: none, regular | Acceleration level for image generation. |
| output_format | stringenum: png, jpeg, webp | The format of the output image. |
| guidance_scale | number | The CFG (Classifier Free Guidance) scale. |
| vertical_angle | number | Vertical camera angle in degrees. 0°=eye-level shot, 30°=elevated shot, 60°=high-angle shot (looking down from above). |
| horizontal_angle | number | Horizontal rotation angle around the object in degrees. 0°=front view, 90°=right side, 180°=back view, 270°=left side, 360°=front view again. |
| num_inference_steps | integer | The number of inference steps to perform. |
| enable_safety_checker | boolean | Whether to enable the safety checker. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation |
| images | array | The generated images with multiple camera angles |
| prompt | string | The prompt used for generation |