mirror of
https://github.com/romgX/openrelay.git
synced 2026-09-03 06:53:02 +08:00
update README: add 4 new providers, simplify install section
- Add OpenAI Codex (IDE), Anthropic, Cloudflare AI, HuggingFace (API) - Update provider count: 29 → 32 (8 IDE + 24 API) - Update provider tables with accurate free tier info - Merge install & quick start into one section - macOS: direct download link + xattr quarantine fix - Remove redundant --setup/--test commands from quick start Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
100
README.md
100
README.md
@@ -53,11 +53,11 @@ Claude Pro 只能在 Claude Desktop 用。Kiro 配额只能在 Kiro 用。Groq
|
||||
|
||||
### 1. 自动发现你所有的 AI 配额
|
||||
|
||||
启动 OpenRelay,它立刻找到你机器上每一份 AI 订阅和免费配额 — Claude Desktop、Claude Code、Kiro、Windsurf、Antigravity、OpenCode、VS Code Copilot。所有配额任你调度,无需手动配置。
|
||||
启动 OpenRelay,它立刻找到你机器上每一份 AI 订阅和免费配额 — Claude Desktop、Claude Code、Kiro、Windsurf、Antigravity、OpenCode、VS Code Copilot、OpenAI Codex。所有配额任你调度,无需手动配置。
|
||||
|
||||
支持 22 个直连 API(Groq、Gemini、DeepSeek、Mistral、OpenRouter 等)— 输入一次 API Key,到处可用。
|
||||
支持 24 个直连 API(Groq、Gemini、DeepSeek、Anthropic、Cloudflare AI、HuggingFace 等)— 输入一次 API Key,到处可用。
|
||||
|
||||
**29 个提供商。一个面板。一个端点。**
|
||||
**32 个提供商。一个面板。一个端点。**
|
||||
|
||||
### 2. 任意配额用在任意工具
|
||||
|
||||
@@ -118,28 +118,16 @@ Groq 免费额度用完 → 自动切到 Cerebras → 再切 SambaNova。**你
|
||||
|
||||
---
|
||||
|
||||
## 安装
|
||||
## 安装 & 快速上手
|
||||
|
||||
**Windows**:[点击下载 openrelay-windows-x64.exe](https://github.com/romgX/openrelay/releases/latest/download/openrelay-windows-x64.exe),下载后双击运行。
|
||||
**Windows**:[点击下载 openrelay-windows-x64.exe](https://github.com/romgX/openrelay/releases/latest/download/openrelay-windows-x64.exe),双击运行。
|
||||
|
||||
**macOS**:
|
||||
```bash
|
||||
curl -L -o openrelay https://github.com/romgX/openrelay/releases/latest/download/openrelay-macos-arm64 && chmod +x openrelay && ./openrelay
|
||||
```
|
||||
|
||||
## 快速上手
|
||||
|
||||
```powershell
|
||||
# Windows (PowerShell)
|
||||
.\openrelay-windows-x64.exe # 启动
|
||||
.\openrelay-windows-x64.exe --test # 测试所有 Provider 连接
|
||||
```
|
||||
**macOS**:[点击下载 openrelay-macos-arm64](https://github.com/romgX/openrelay/releases/latest/download/openrelay-macos-arm64),然后终端执行:
|
||||
|
||||
```bash
|
||||
# macOS
|
||||
./openrelay # 启动
|
||||
./openrelay --setup # 首次运行:授权 Keychain
|
||||
./openrelay --test # 测试所有 Provider 连接
|
||||
chmod +x openrelay-macos-arm64
|
||||
xattr -d com.apple.quarantine openrelay-macos-arm64 # 解除 macOS 安全限制
|
||||
./openrelay-macos-arm64
|
||||
```
|
||||
|
||||
浏览器打开 `http://localhost:18765` — 一切在 Web 面板中管理,支持中英双语。
|
||||
@@ -215,11 +203,11 @@ Claude Pro only works in Claude Desktop. Kiro quota only works in Kiro. Groq is
|
||||
|
||||
### 1. Auto-discover all your AI quotas
|
||||
|
||||
Launch OpenRelay and it instantly finds every AI subscription and free quota on your machine — Claude Desktop, Claude Code, Kiro, Windsurf, Antigravity, OpenCode, VS Code Copilot. All quotas at your command, zero manual configuration.
|
||||
Launch OpenRelay and it instantly finds every AI subscription and free quota on your machine — Claude Desktop, Claude Code, Kiro, Windsurf, Antigravity, OpenCode, VS Code Copilot, OpenAI Codex. All quotas at your command, zero manual configuration.
|
||||
|
||||
Plus 22 direct API providers (Groq, Gemini, DeepSeek, Mistral, OpenRouter, etc.) — enter an API key once and it's available everywhere.
|
||||
Plus 24 direct API providers (Groq, Gemini, DeepSeek, Anthropic, Cloudflare AI, HuggingFace, etc.) — enter an API key once and it's available everywhere.
|
||||
|
||||
**29 providers. One dashboard. One endpoint.**
|
||||
**32 providers. One dashboard. One endpoint.**
|
||||
|
||||
### 2. Use any quota in any tool
|
||||
|
||||
@@ -280,9 +268,9 @@ When Groq's free quota runs out → automatic failover to Cerebras → then Samb
|
||||
|
||||
---
|
||||
|
||||
## Supported Providers (29 total)
|
||||
## Supported Providers (32 total)
|
||||
|
||||
### IDE Providers — auto-extracted, no API key needed
|
||||
### IDE Providers (8) — auto-extracted, no API key needed
|
||||
|
||||
| Provider | Free Quota | Notes |
|
||||
|----------|-----------|-------|
|
||||
@@ -293,8 +281,9 @@ When Groq's free quota runs out → automatic failover to Cerebras → then Samb
|
||||
| **Antigravity** | Included with IDE | Requires IDE running |
|
||||
| **OpenCode** | Unlimited | Built-in GLM-4.7 |
|
||||
| **VS Code Copilot** | Your subscription | GitHub Copilot |
|
||||
| **OpenAI Codex** | Limited time free (GPT-5.4) | REST + WebSocket dual transport |
|
||||
|
||||
### Direct API Providers — bring your own key
|
||||
### Direct API Providers (24) — bring your own key
|
||||
|
||||
| Provider | Free Tier |
|
||||
|----------|-----------|
|
||||
@@ -303,47 +292,38 @@ When Groq's free quota runs out → automatic failover to Cerebras → then Samb
|
||||
| **SambaNova** | 200K tokens/day |
|
||||
| **Gemini** | 1M context, generous free tier |
|
||||
| **OpenRouter** | 20 RPM, 50 req/day, 30+ models |
|
||||
| **DeepSeek** | Very cheap, not free |
|
||||
| **Mistral** | Free tier available |
|
||||
| **xAI (Grok)** | API key required |
|
||||
| **Together AI** | Free credits on signup |
|
||||
| **Fireworks** | Free credits on signup |
|
||||
| **Cohere** | Free trial |
|
||||
| **Perplexity** | API key required |
|
||||
| **Replicate** | Pay per use |
|
||||
| **Anyscale** | API key required |
|
||||
| **Lepton** | Free tier available |
|
||||
| **Novita** | API key required |
|
||||
| **01.AI** | API key required |
|
||||
| **Moonshot** | API key required |
|
||||
| **Zhipu (GLM)** | Free credits on signup |
|
||||
| **Baidu (ERNIE)** | Free credits on signup |
|
||||
| **MiniMax** | Free credits on signup |
|
||||
| **DeepSeek** | 5M tokens signup credit |
|
||||
| **Mistral** | 1B tokens/month |
|
||||
| **xAI (Grok)** | $25 signup + $150/month |
|
||||
| **Together AI** | $100 signup credit |
|
||||
| **Fireworks** | $1 signup credit |
|
||||
| **SiliconFlow** | 20M tokens + free models |
|
||||
| **Zhipu (GLM)** | GLM-4-Flash permanently free |
|
||||
| **DashScope** (Alibaba) | ¥450 credit, 200+ models |
|
||||
| **Volcengine** (ByteDance) | ¥100 credit, 2M tokens/day |
|
||||
| **Moonshot** (Kimi) | 1.5M tokens/day |
|
||||
| **NVIDIA NIM** | ~1000 credits |
|
||||
| **GitHub Models** | 50 req/day (GPT-4o) |
|
||||
| **Baichuan** | ¥80 signup credit |
|
||||
| **Stepfun** | Trial credits |
|
||||
| **MiniMax** | Signup credits |
|
||||
| **Hunyuan** (Tencent) | Hunyuan-Lite free |
|
||||
| **Anthropic** | Pay-as-you-go (native format passthrough) |
|
||||
| **Cloudflare AI** | 10,000 Neurons/day, no credit card |
|
||||
| **HuggingFace** | Rate-limited serverless, thousands of models |
|
||||
|
||||
---
|
||||
|
||||
## Install
|
||||
## Install & Quick Start
|
||||
|
||||
**Windows**: [Download openrelay-windows-x64.exe](https://github.com/romgX/openrelay/releases/latest/download/openrelay-windows-x64.exe), double-click to run.
|
||||
|
||||
**macOS**:
|
||||
```bash
|
||||
curl -L -o openrelay https://github.com/romgX/openrelay/releases/latest/download/openrelay-macos-arm64 && chmod +x openrelay && ./openrelay
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
```powershell
|
||||
# Windows (PowerShell)
|
||||
.\openrelay-windows-x64.exe # Start
|
||||
.\openrelay-windows-x64.exe --test # Test all provider connections
|
||||
```
|
||||
**macOS**: [Download openrelay-macos-arm64](https://github.com/romgX/openrelay/releases/latest/download/openrelay-macos-arm64), then run in terminal:
|
||||
|
||||
```bash
|
||||
# macOS
|
||||
./openrelay # Start
|
||||
./openrelay --setup # First time: authorize Keychain
|
||||
./openrelay --test # Test all provider connections
|
||||
chmod +x openrelay-macos-arm64
|
||||
xattr -d com.apple.quarantine openrelay-macos-arm64 # bypass macOS Gatekeeper
|
||||
./openrelay-macos-arm64
|
||||
```
|
||||
|
||||
Open `http://localhost:18765` → everything is managed from the Web dashboard.
|
||||
|
||||
Reference in New Issue
Block a user