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
AIArtificial 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
listModels
List the models exposed by this NIM endpoint to discover the exact model strings that can be passed to chat completions.
2
confirmModel
getModel
Retrieve metadata for the requested model id to confirm the endpoint actually serves it before attempting inference.
3
chatWithModel
createChatCompletion
Send a chat completion request using the confirmed model id and the supplied user prompt.
Source API Descriptions
openapi