OhMyGPT
Modalities

Images

Image inputs and generation.

Coming Soon

Image modality support is under development.

Planned Features

FeatureDescription
Image inputSend images in messages for vision models
Image generationGenerate images from text prompts
Image editingEdit 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

On this page