refactor(gateway): reorder and restructure llama-3.3-70b model routes in configuration
This commit is contained in:
parent
c949498a7d
commit
c60f14e002
1 changed files with 12 additions and 12 deletions
|
|
@ -117,18 +117,6 @@ models:
|
||||||
# model: "stepfun/step-3.5-flash:free"
|
# model: "stepfun/step-3.5-flash:free"
|
||||||
|
|
||||||
# ═══ TIER 2: Low cost (Groq, Cerebras — free tier with rate limits) ═══
|
# ═══ TIER 2: Low cost (Groq, Cerebras — free tier with rate limits) ═══
|
||||||
- name: "llama-3.3-70b"
|
|
||||||
routes:
|
|
||||||
- provider: groq
|
|
||||||
model: "llama-3.3-70b-versatile"
|
|
||||||
pricing: { input: 0.59, output: 0.79 }
|
|
||||||
- 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"
|
- name: "llama-3.1-8b"
|
||||||
routes:
|
routes:
|
||||||
- provider: groq
|
- provider: groq
|
||||||
|
|
@ -141,6 +129,18 @@ models:
|
||||||
model: "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
model: "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
||||||
pricing: { input: 0.03, output: 0.05 }
|
pricing: { input: 0.03, output: 0.05 }
|
||||||
|
|
||||||
|
- name: "llama-3.3-70b"
|
||||||
|
routes:
|
||||||
|
- provider: deepinfra
|
||||||
|
model: "meta-llama/Llama-3.3-70B-Instruct-Turbo"
|
||||||
|
pricing: { input: 0.23, output: 0.40 }
|
||||||
|
- 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 }
|
||||||
|
|
||||||
- name: "gpt-oss"
|
- name: "gpt-oss"
|
||||||
routes:
|
routes:
|
||||||
- provider: groq
|
- provider: groq
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue