mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 22:32:12 +03:00
feat(cerebras): add Gemma 4 31B model (#6331)
Add Cerebras Gemma 4 31B model + pricing + catalog test. Integrated into release/v3.8.46.
This commit is contained in:
@@ -61,6 +61,7 @@ export const DEFAULT_PRICING_INFERENCE = {
|
||||
},
|
||||
cerebras: {
|
||||
"gpt-oss-120b": { input: 0, output: 0, cached: 0, reasoning: 0, cache_creation: 0 },
|
||||
"gemma-4-31b": { input: 0, output: 0, cached: 0, reasoning: 0, cache_creation: 0 },
|
||||
"zai-glm-4.7": { input: 0, output: 0, cached: 0, reasoning: 0, cache_creation: 0 },
|
||||
"llama-3.3-70b": { input: 0, output: 0, cached: 0, reasoning: 0, cache_creation: 0 },
|
||||
"llama-4-scout-17b-16e-instruct": {
|
||||
|
||||
Reference in New Issue
Block a user