Skip to main content
Glama

batch_render

Render multiple simulation fields simultaneously from a single dataset to compare pressure, velocity, temperature, and other variables side-by-side with configurable resolution and quality settings.

Instructions

Render multiple fields from the same dataset in one call.

Returns a dict with images list, each containing field name and base64 PNG. Useful for comparing pressure, velocity, temperature, etc. side-by-side.

Args: file_path: Path to simulation file fields: List of field names to render colormap: Color map preset camera: Camera preset purpose: Resolution preset — "analyze" (480p), "preview" (720p), "publish" (1080p) width: Override width in pixels (must set both width and height, or neither) height: Override height in pixels (must set both width and height, or neither) timestep: Timestep selection quality: Rendering quality (draft/standard/cinematic)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
fieldsYes
colormapNoCool to Warm
cameraNoisometric
purposeNoanalyze
widthNo
heightNo
timestepNo
qualityNostandard

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kimimgo/viznoir'

If you have feedback or need assistance with the MCP directory API, please join our Discord server