Skip to main content
The larger reasoning-capable multimodal chat model. It accepts text, images, and video with a 200K-token context window. Default and only method: free-form chat (no method or method_params). It 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. The deployed weights are Inferact/Qwen3.8-27B-NVFP4, based on upstream Qwen/Qwen3.8-27B.

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.