OpenRouter 模型聚合平台,提供超多免费模型使用

原文:https://ichochy.com/posts/ai/20251210.html

OpenRouter 提供统一的API,通过单个 API 访问数百个人工智能模型。 OpenRouter 会采用底层提供商的定价,同时整合它们的正常运行时间,拥有统一的 API 和备用方案。 让开发者可以通过 一个 API Key + 一个统一接口调用来自不同提供商的大型语言模型(LLM),包括 OpenAI、Anthropic、Google 等常见的模型。

🔍 核心特点:

📍 统一接口调用:不需要对每个 AI 提供商单独集成,只需一个端点和 Key。
🌐 支持大量模型:平台接入了数百种不同的 LLM 模型(超过 400+,涵盖各种主流及开源模型)。
⚙️ 智能路由与容灾:会根据成本、延迟和可用性等实时指标选择最优模型,并在失败时自动切换。
💰 透明的计费模式:按使用消耗付费,平台一般对上游费用收取小额手续费。

📌 适合人群:

开发者/小团队想快速集成多个模型。
希望简单比较不同模型表现。
不想维护多个模型 API 的复杂管理。

📌 典型用途:

应用接入 AI 聊天、问答、代码生成、文本处理等多种生成式任务。
做模型评估、原型开发、实验和调优。

关于充值

免费模型测试

超多免费模型

OpenRouter

官网:https://openrouter.ai
Chat:https://openrouter.ai/chat
Models:https://openrouter.ai/models
Keys:https://openrouter.ai/settings/keys
API:https://openrouter.ai/api

API 调用

CURL 调用 API

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -d '{
  "model": "openai/gpt-5.2",
  "messages": [
    {
      "role": "user",
      "content": "了解回忆中的明天(https://ichochy.com)"
    }
  ]
}'

iChat

iChat (AI Chat) 是一款开源的智能聊天工具。 支持 SiliconFlow、 GLM、MiMo、DeepSeek 、Gemini、Grok、OpenAI、ZenMux、OpenRouter、Cloudflare(AI Gateway)和自定义AI。 使用 SwiftUI 开发,macOS 原生 AI 客服端

Chat.jpg

iChat

博客:https://ichochy.com
网站:https://ai.ichochy.com
下载:https://file.ichochy.com/iChat.zip
GitHub:https://github.com/iChochy/iChat

安装说明

注意: 因未使用开发者签名,首次运行会触发 macOS 安全提示。
前往 “系统设置 > 隐私与安全性”,选择 “仍要打开”

Open.jpg