2026年7月 | 从安全性、价格、模型保真、稳定性四个维度评测
| 中转站 | 上游来源 | 安全性 | 价格 | 模型数 | 特点 |
|---|---|---|---|---|---|
| AI Token | 硅基流动+百炼 | ✅ 正规API | 2-3x成本 | 11 | 透明定价,免费模型 |
| 尔信 (aierxin.cc) | 未公开 | ⚠️ 待确认 | 0.08-1.2x | 多 | QQ群售后 |
| 非线智能 (juxingai.top) | 未公开 | ⚠️ 待确认 | 8-9折 | 485 | 99.99% SLA |
| 聚星AI | 未公开 | ⚠️ 待确认 | <官方1/10 | 20+ | 国内直连<100ms |
| AIBoox | 部分公开 | ⚠️ 待确认 | 低价 | 多 | DeepSeek专精 |
| APIBox | 未公开 | ⚠️ 待确认 | 低价 | 多 | V2EX活跃 |
| 维度 | AI Token | 一般中转站 |
|---|---|---|
| 上游 | 硅基流动(siliconflow.cn) + 百炼(dashscope.aliyuncs.com) | 通常不公开 |
| 模型映射 | 完全公开(deepseek-v4→DeepSeek-V3等) | 不透明 |
| 定价 | 2-3x上游成本(利润透明) | 0.08-1.2x(利润来源不明) |
| 免费模型 | GLM-4-Flash完全免费 | 通常无免费 |
| 合规性 | 使用正规平台API Key | 可能使用号池/反代 |
| 验证工具 | 已提交RelayScope透明度检测 | 无第三方验证 |
from openai import OpenAI
client = OpenAI(
base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1",
api_key="sk-X98N5GJ6CsfYZHHmC5D4C38988554f5692E78cA6F17a3425"
)
# 免费测试 GLM-4-Flash
response = client.chat.completions.create(
model="glm-4-flash", # 完全免费!
messages=[{"role": "user", "content": "你好"}]
)
print(response.choices[0].message.content)
本站使用硅基流动(siliconflow.cn)和阿里云百炼(dashscope.aliyuncs.com)正规API
所有模型均为原模型输出,不存在掺水/替换风险
服务器部署于新加坡,API兼容OpenAI协议