Routing Controls
100,000 / day
0%
1x
Simulates "Thinking Tokens" multiplier
Model Cost Breakdown
Input
Output
Thinking
Best Route
DeepSeek-V3
With a 0% cache hit rate, DeepSeek-V3 delivers ~$314,160.00 in monthly savings.
Monthly: $840.00CPM: $280.000
Router Config
// 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
}
};