Skip to main content
Most VLM Run Gateway models expose one or more method values that select a specific operation. Pass method (and optional method_params) at the top level of the request body, or via extra_body in the OpenAI Python SDK. If you omit method, the model’s default is applied.
Every model’s live methods, default_method, and extra_body_help are also available on GET /v1/openai/models.

Visual Question Answering (VQA)

Document and Image OCR

Method Parameters

method_params is an optional object passed alongside method at the top level of the request body, or via extra_body in the OpenAI Python SDK. Keys are model- and method-specific; the tables above call out the parameters each method accepts.

Method-specific keys

Multimodal Inputs

Content part types and document input limits.

Models

Availability status and capability matrix for every model.

Chat Completions

Full request and response schema.