nv_call
Send a prompt to a specific NVIDIA model, with optional system prompt, images, and generation settings, to get a text response.
Instructions
Call one specific NVIDIA model.
Args: model: exact model id, e.g. "mistralai/codestral-22b-instruct-v0.1". prompt: the user message. system: optional system prompt. images: image URLs or local file paths (vision models only). temperature: 0.0-1.0. max_tokens: response cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| images | No | ||
| prompt | Yes | ||
| system | No | ||
| max_tokens | No | ||
| temperature | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |