Short answer: Drop the "Cohere → Chat" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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 | Model. Options: Command R+, Command R, Command, Command Light |
Message message | string | Required | Message. Example: Summarize this quarterly report... |
System Preamble preamble | string | Optional | Instructions for the model |
Temperature temperature | string | Optional | Temperature. Example: 0.3 |
{"model": "{{trigger.model}}","message": "e.g. Summarize this quarterly report...","preamble": "{{trigger.preamble}}","temperature": "e.g. 0.3"}
{"id": "abc123","usage": {"input_tokens": 50,"output_tokens": 200},"message": {"role": "assistant","content": "Based on the report..."},"finish_reason": "COMPLETE"}
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.
Triggered by anything in the catalog. Free tier available. No credit card.