feat(gateway): update priority
This commit is contained in:
parent
0568d97201
commit
d4747d7dfc
1 changed files with 3 additions and 3 deletions
|
|
@ -116,12 +116,12 @@ models:
|
|||
- provider: groq
|
||||
model: "llama-3.3-70b-versatile"
|
||||
pricing: { input: 0.59, output: 0.79 }
|
||||
- provider: cerebras
|
||||
model: "llama-3.3-70b"
|
||||
pricing: { input: 0.85, output: 1.20 }
|
||||
- provider: deepinfra
|
||||
model: "meta-llama/Llama-3.3-70B-Instruct-Turbo"
|
||||
pricing: { input: 0.23, output: 0.40 }
|
||||
- provider: cerebras
|
||||
model: "llama-3.3-70b"
|
||||
pricing: { input: 0.85, output: 1.20 }
|
||||
|
||||
- name: "llama-3.1-8b"
|
||||
routes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue