Foundation vision models support chat over visual inputs, but automation needs reliable, machine-validated output. Agent chat completions let you define the expected structure up front and get consistently formatted JSON back – either loosely withDocumentation Index
Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
Use this file to discover all available pages before exploring further.
json_object or strictly via json_schema.
Extract Structured JSON with VLM Run’s Orion Agents
Here’s an example of using the agent chat completions endpoint to extract typed JSON directly from user prompts and files.JSON Response
JSON
Response Format Types
| Type | Description |
|---|---|
json_object | Valid JSON object without specific schema |
json_schema | Strict JSON conforming to provided schema |