Short answer: You can nvidia nim chat completion in Nvidia NIM by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Nvidia NIM Nvidia NIM Chat Completion action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Which model to use |
User Message message | string | Required | Message sent to the model as user role |
System Prompt system_prompt | string | Optional | Optional system instructions |
Temperature temperature | string | Optional | 0-2, higher = more random |
Max Tokens max_tokens | string | Optional | Maximum tokens to generate |
{"model": "{{trigger.model}}","message": "Your prompt","system_prompt": "e.g. You are a helpful assistant","temperature": "0.7","max_tokens": "1024"}
{"id": "chatcmpl_abc","model": "meta/llama-3.3-70b-instruct","usage": {"total_tokens": 60,"prompt_tokens": 10,"completion_tokens": 50},"choices": [{"message": {"role": "assistant","content": "Sample"},"finish_reason": "stop"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.