
Make.com + 本地AI:不按token收费的自动化
将Make.com连接到本地运行的AI模型,消除自动化中的按token API费用。面向无代码AI构建者的分步设置指南。
Make.com是任何AI机构技术栈中最强大的工具之一。但如果你在构建高量自动化——内容管道、客服流程、数据丰富工作流——你已经知道痛点:每次AI模块调用都按token收费,这些费用快速累积。
修复很直接:本地运行AI,将Make.com HTTP模块指向本地端点而不是OpenAI。
设置步骤
- 安装Ollama并拉取模型
- 通过ngrok或Cloudflare Tunnel暴露本地端点
- 配置Make.com HTTP模块 — 使用POST方法,URL指向你的隧道地址
- 解析响应 — 与OpenAI相同的格式
实用案例
- 客服分类:每张工单通过本地模型分类,每天500+张无需担心API账单
- 内容丰富管道:处理数千产品零AI成本
- 潜客研究摘要:为CRM潜客生成外展上下文
使用微调模型
真正的威力在于使用微调模型而非通用基础模型。通过Ertas微调后,输出是可直接加 载到Ollama的GGUF模型文件。
Ship AI that runs on your users' devices.
Ertas early bird pricing starts at $14.50/mo — locked in for life. Plans for builders and agencies.
延伸阅读
Ship AI that runs on your users' devices.
Early bird pricing starts at $14.50/mo — locked in for life. Plans for builders and agencies.
Keep reading

Cleaning and Curating Datasets for Fine-Tuning Without a Data Science Team
Step-by-step guide to cleaning, validating, and curating fine-tuning datasets using no-code tools — covering deduplication, label validation, format checks, and distribution analysis for non-technical teams.

The Solo AI Agency Tech Stack: 8 Tools, Zero Full-Time Hires
Running an AI agency solo in 2026 is possible with the right stack. Here are the 8 core tools, what each costs, and what they let you accomplish without hiring.

E-Commerce Customer Service AI: Build a Fine-Tuned Support Model
Replace expensive GPT-4 support calls with a fine-tuned model trained on your ticket history. Here's the full build: data prep, training, deployment, and accuracy targets.