What are vision models?Vision models are AI systems that integrate visual and language understanding, enabling them to interpret images
alongside natural language text. They are trained on extensive datasets containing both images and text, with training
methods varying based on their specific objectives.
Using Vision Chat Completion
Gegentica implements the OpenAI message format, allowing you to include images in API requests. You can provide images to the model either by supplying a URL or by embedding the image as a base64-encoded string. Below is an example with OpenAI’sgpt-4o model:
- Python SDK
- OpenAI Python
- cURL
