> ## Documentation Index
> Fetch the complete documentation index at: https://docs.auriko.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# vision_not_supported

> HTTP 400 — Model does not support vision/image input.

## HTTP status

`400 invalid_request_error`

## Typical cause

The request includes image content (base64 or URL) in a message but the selected model does not support vision input.

## Resolution

Remove image content from the messages or choose a model that supports vision.
