SDKs
OpenAI SDK (images)
Generate images with any OpenAI-compatible client pointed at Roteo.
The image endpoints are OpenAI-compatible, so you can use the official OpenAI SDKs (or any OpenAI-compatible client) by setting the base URL to https://api.roteo.ai/v1 and your sk_ key as the API key.
python · 12 lines
See the Images API reference for size, aspect_ratio, and the edit endpoint.