路由控制
100,000 / 天
0%
1x
模拟“Thinking Tokens”倍率
模型成本拆解
输入
输出
思考
最佳路线
DeepSeek-V3
在 0% 的缓存命中率下,DeepSeek-V3 可带来约 ¥2,261,952.00 的月度节省。
月度: ¥6,048.00每千次展示费用: $280.000
路由配置
// AxiomGrid Router Config
export const routeConfig = {
default: "deepseek-v3",
thresholds: {
cacheHit: 0, // Only use if cache prob > 0%
maxCost: 280.00, // CPM Limit
batchMode: false
}
};