Skip to main content
The /v1/chat/completions endpoint supports multimodal image input using the standard OpenAI content array format.

Supported Formats

  • File Types: PNG, JPEG, WEBP, GIF (non-animated).
  • Delivery Methods:
    • Public HTTPS URLs accessible directly by the gateway.
    • Base64 Data URIs (data:image/<format>;base64,<string>).
  • Maximum Size: 20 MB per image.

Next Steps