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.
- Request body
- OpenAI SDK
methods, default_method, and extra_body_help are
also available on GET /v1/openai/models.
Visual Question Answering (VQA)
| Model | Methods |
|---|---|
qwen/qwen3.5-0.8b | N/A: Free-form multimodal chat. Does not use method or method_params; send natural-language prompts in messages. |
Document and Image OCR
| Model | Methods |
|---|---|
paddleocr/pp-ocrv6 |
|
zai-org/glm-ocr |
|
rednote-hilab/dots.mocr |
|
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.
- Request body
- OpenAI SDK
Method-specific keys
| Key | Model | Method(s) | Description |
|---|---|---|---|
lang | paddleocr/pp-ocrv6 | ocr, detect | Recognition language (en, ch, japan, …). Default en. |
score_threshold | paddleocr/pp-ocrv6 | ocr | Drop text regions below this recognition confidence (0.0–1.0). Default 0.5. |
Related
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.