Modalities
Images
Image inputs and generation.
Coming Soon
Image modality support is under development.
Planned Features
| Feature | Description |
|---|---|
| Image input | Send images in messages for vision models |
| Image generation | Generate images from text prompts |
| Image editing | Edit existing images with instructions |
Image Input Format
{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": [
{"type": "text", "text": "What's in this image?"},
{"type": "image_url", "image_url": {"url": "https://..."}}
]
}
]
}How is this guide?
Last updated on
