NVIDIA NIM · Arazzo Workflow
NVIDIA NIM Discover And Chat
Version 1.0.0
List the served models, confirm a target model's metadata, then run a chat completion against it.
View Spec
View on GitHub
Artificial IntelligenceInferenceMicroservicesLLMFoundation ModelsGPUKubernetesNVIDIAOpenAI-CompatibleArazzoWorkflows
Provider
Workflows
discover-and-chat
Discover a served model and run a chat completion against it.
Lists the NIM model catalog, retrieves the chosen model to confirm it is available, and then sends a chat completion request using that model.
1
listAvailableModels
List the models exposed by this NIM endpoint to discover the exact model strings that can be passed to chat completions.
2
confirmModel
Retrieve metadata for the requested model id to confirm the endpoint actually serves it before attempting inference.
3
chatWithModel
Send a chat completion request using the confirmed model id and the supplied user prompt.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.