> ## 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.

# batch_only

> HTTP 400 — Model is batch-only and cannot serve real-time requests.

## HTTP status

`400 invalid_request_error`

## Typical cause

The requested model only supports batch processing and cannot handle synchronous or streaming requests.

## Resolution

Submit the request through the batch API endpoint instead, or choose a different model that supports real-time inference.
