Skip to main content
Free-form multimodal chat over text, images, and video. Default and only method: free-form chat (no method or method_params). qwen/qwen3.6-35b-a3b and google/gemma-4-26b-a4b are coming soon and share the same contract. Accepts up to 64 image_url parts or one video_url. Tune video sampling with video_fps, video_max_frames, and video_resolution at the top level. See Video Inputs.

Output by method

A chat VLM is pass-through. Text mode returns the reply with no wrapper, even with several images: the model reads them together and produces one reply. JSON mode returns the model’s own JSON, with no data envelope. See Methods & Response Format. It does not accept document_url. A PDF request is a 400 capability error. For PDFs use an OCR model, for example paddleocr/pp-ocrv6.

Request

Response

For video, pass a video_url part and tune sampling with video_fps / video_max_frames. See Video Inputs.