AIFast Bench v1.0 Pro

全平台大模型吞吐速度评测 · 模态能力全景探测 · 同 Prompt 效果竞技场

🌐 已导入平台与模型源 ({{ platforms.length }}) 数据保存在本地浏览器,安全私密
{{ getProviderIcon(p.type) }} {{ p.name }}
{{ p.status === 'online' ? '● 在线 ' + p.latency + 'ms' : p.status === 'testing' ? '测试中...' : p.status === 'error' ? '异常' : '未测试' }}
{{ p.baseUrl }}
可用模型: {{ p.models ? p.models.length : 0 }} 已勾选: {{ getSelectedCountForPlatform(p.id) }}
+
导入新 API 平台
支持 OpenAI、DeepSeek、硅基流动、Claude 等
🎯 待测模型池 ({{ selectedModelsList.length }}):
[{{ item.platformName }}] {{ item.model }} × 暂未勾选模型,请在上方平台卡片点击「📋 选模型」选择加入!
并发调度:
测试用例:
Max Tokens:
自定义测试 Prompt:
🏆 Token 生成速度排行榜 (TPS 降序)
TPS = 输出 Tokens / 纯生成耗时 (扣除首 Token 延迟)
🥇 🥈 🥉 #{{ idx + 1 }} {{ item.model }}
{{ item.platformName }}
{{ item.tps > 0 ? item.tps + ' tps' : (item.status === 'running' ? '测速中...' : '—') }}
📊 详细指标监控矩阵 (实时捕获与统计)
首 Token 延时 TTFT 上下文缓存命中率 预估花费估算
模型与渠道 状态 生成速度 (TPS) 首 Token 延时 (TTFT) 输入 Tokens 输出 Tokens 缓存命中 (Tokens / 命中率) 总耗时 预估花费 操作
{{ res.model }}
{{ res.platformName }}
⚡ 生成中... ✓ 成功 ({{ res.httpStatus || 200 }}) ✕ 失败 就绪 {{ res.tps > 0 ? res.tps + ' t/s' : '—' }} {{ res.ttft }} ms {{ res.promptTokens || '—' }} {{ res.completionTokens || '—' }} {{ res.cachedTokens }} ({{ res.cacheHitRate }}%) 0 (0%) {{ res.totalDuration > 0 ? (res.totalDuration / 1000).toFixed(2) + 's' : '—' }} {{ res.cost?.costFormatted || '—' }}
请在顶部确认勾选模型,然后点击上方「🚀 开始压测」按钮启动测试。
🦤 经典对比场景一键装载 (支持实时渲染/画鹈鹕/交互代码)
{{ p.title }} {{ p.badge }}
✏️ 自定义问题对比
{{ currentArenaPromptDesc }}
Max Tokens: Temperature:
{{ isBlindMode ? '模型 ' + String.fromCharCode(65 + idx) : item.model }}
{{ item.platformName }}
{{ item.tps }} t/s {{ item.ttft }}ms {{ item.cost.costFormatted }}
🧠 深度思考过程 ({{ estimateTokenCount(item.reasoningText) }} tokens) {{ item.showReasoning ? '收起 ▲' : '展开 ▼' }}
{{ item.reasoningText }}
{{ item.text || '等待输出...' }}
点击上方「⚡ 同时向模型发起提问」即可开始并排同台竞技与实时成果渲染!
🔍 模型能力与模态自动化探测

自动化向模型发送多项基准探针,探测其是否支持:基础文本流式深度推理思考链 (Thinking/Reasoning)多模态图像输入 (Vision)结构化工具调用 (Tools) 等全维能力。

{{ item.model }}
{{ item.platformName }}
💬 文本对话与流式
{{ item.capabilities.text?.status === 'supported' ? '✓ 支持 (' + item.capabilities.text.latency + 'ms)' : item.capabilities.text?.status === 'testing' ? '探测中...' : '✕ 不支持' }}
🧠 深度推理 (Thinking tokens)
{{ item.capabilities.reasoning?.status === 'supported' ? '✓ 原生推理模型' : item.capabilities.reasoning?.status === 'testing' ? '探测中...' : '标准对话模型' }}
👁️ 多模态图片理解 (Vision)
{{ item.capabilities.vision?.status === 'supported' ? '✓ 支持视觉输入' : item.capabilities.vision?.status === 'testing' ? '探测中...' : '纯文本无视觉' }}
🛠️ 函数与工具调用 (Function Calling)
{{ item.capabilities.tools?.status === 'supported' ? '✓ 支持 Function Calling' : item.capabilities.tools?.status === 'testing' ? '探测中...' : '无工具调用' }}
点击右上角「一键探测全部已选模型」开始模态探测!
{{ t.icon }} {{ t.message }}