Block 1 - Sticky Note f15b7efd
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick overview A reusable sub workflow that routes text prompts to Anthropic Claude, Google Gemini, Mistral, or OpenAI and returns a normalised response including estimated token usage and cost reg...
n8n-nodes-base.stickynote, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Triple 8 Labs.
Original n8n.io sourceA reusable sub-workflow that routes text prompts to Anthropic Claude, Google Gemini, Mistral, or OpenAI and returns a normalised response - including estimated token usage and cost - regardless of the provider. Drop it into any workflow via Execute Workflow to add LLM capability without rebuilding the API plumbing each time.
| Field | Description |
|---|---|
llm_response |
Model text output, or [API ERROR] ... on failure |
model_used |
Model that handled the request |
provider_used |
Provider that handled the request |
llm_response_length |
Character length of llm_response |
llm_response_empty |
true if response is empty or an API error occurred |
_input_tokens |
Input token count - actual from API if available, otherwise estimated |
_output_tokens |
Output token count - actual from API if available, otherwise estimated |
_estimated_cost_usd |
Estimated cost in USD. null if model not in pricing table |
userPrompt field (optionally systemPrompt, llm_provider, model overrides, temperature, max_tokens, and response_format).This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Route AI prompts between Anthropic, Google Gemini, Mistral and OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Engineering, AI Summarization |
| Author | Triple 8 Labs |
| Published | 13 Jun 2026 |
Use the JSON export at /data/workflows/16330/16330.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Quick overview A reusable sub workflow that routes text prompts to Anthropic Claude, Google Gemini, Mistral, or OpenAI and returns a normalised response including estimated token usage and cost reg...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI Summarization use case.