The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Alephant Cost Control + AI Analytics + Node Examples",
"nodes": [
{
"parameters": {},
"id": "9f8f6d91-8794-4d30-a585-9e8f27db703d",
"name": "When clicking 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
120,
280
]
},
{
"parameters": {
"operation": "chatCompletion",
"model": "gpt-4o-mini",
"inputMode": "prompt",
"prompt": "Write a concise one-paragraph summary of what Alephant does.",
"responseFormat": "text",
"metadata": "{}",
"additionalOptions": "{}"
},
"id": "5df84560-f190-4e76-9197-f067824f81ca",
"name": "Alephant Cost Control - Chat Completion",
"type": "@alephantai/n8n-nodes-alephant.alephantAi",
"typeVersion": 1,
"position": [
440,
120
]
},
{
"parameters": {
"operation": "usageSummary",
"period": "7d"
},
"id": "f75b67bc-b2e0-4bc8-b7f3-2c776c8f4b35",
"name": "Alephant AI Analytics - 7 Day Summary",
"type": "@alephantai/n8n-nodes-alephant.alephantUsage",
"typeVersion": 1,
"position": [
440,
280
]
},
{
"parameters": {
"resource": "models",
"modelsOperation": "list"
},
"id": "1f56b904-e58d-4e25-9263-b663f42f898d",
"name": "Alephant Node - List Models",
"type": "@alephantai/n8n-nodes-alephant.alephantManagement",
"typeVersion": 1,
"position": [
440,
440
]
},
{
"parameters": {
"content": "After importing, open each Alephant node and choose credentials:\n\n- Alephant Cost Control and Alephant AI Analytics use `Alephant Virtual Key`.\n- Alephant Node uses `Alephant Manager`.\n\nThen click `Test workflow` or execute one node at a time.",
"height": 220,
"width": 360,
"color": 4
},
"id": "cc97d25c-cd6d-4bbe-b849-75bfa14320db",
"name": "Setup note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
800,
220
]
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [
[
{
"node": "Alephant Cost Control - Chat Completion",
"type": "main",
"index": 0
},
{
"node": "Alephant AI Analytics - 7 Day Summary",
"type": "main",
"index": 0
},
{
"node": "Alephant Node - List Models",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "df1246f2-5b0b-4cb2-a391-0d96b854c2b5",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Alephant Cost Control + AI Analytics + Node Examples. Uses @alephantai/n8n-nodes-alephant. Event-driven trigger; 5 nodes.
Source: https://github.com/AlephantAI/alephant-n8n/blob/main/docs/alephant-example-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.
03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.
Report Examples Demo. Event-driven trigger; 7 nodes.
Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.
Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.