Skip to content

Commit 3aa5645

Browse files
authored
Merge pull request #1491 from julep-ai/f/new-cerebras-models
2 parents 7be3ac4 + d8236a3 commit 3aa5645

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

llm-proxy/litellm-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,18 @@ model_list:
309309
api_key: os.environ/CEREBRAS_API_KEY
310310
tags: ["paid"]
311311

312+
- model_name: "cerebras/deepseek-r1-distill-llama-70b"
313+
litellm_params:
314+
model: "cerebras/deepseek-r1-distill-llama-70b"
315+
api_key: os.environ/CEREBRAS_API_KEY
316+
tags: ["paid"]
317+
318+
- model_name: "cerebras/quen-3-32b"
319+
litellm_params:
320+
model: "cerebras/quen-3-32b"
321+
api_key: os.environ/CEREBRAS_API_KEY
322+
tags: ["paid"]
323+
312324
# -*= Embedding models =*-
313325
# ------------------------
314326

0 commit comments

Comments
 (0)