Skip to content

Commit ab31fa1

Browse files
test(inference): update the Cerebras model ID (#6366)
## Summary - Moves the Cerebras integration test target and generated model table from retired Llama 3.3 to gpt-oss-120b. - The current public catalog is `gpt-oss-120b`, `zai-glm-4.7`, and `gemma-4-31b`. ## Why The previous model ID was retired or the fixed catalog was missing a currently available Cerebras model. This could produce failed requests, stale autocomplete, or misleading examples. ## Validation - Python syntax parsing and git diff check. - Source of truth: https://api.cerebras.ai/public/v1/models Co-authored-by: Matthew Farrellee <matt@cs.wisc.edu>
1 parent 4a9b998 commit ab31fa1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/TARGET_MODELS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Cron: `1 0 * * 0`
5959
| Setup | Text Model | Vision Model | Embedding Model | Safety Model | Default CI | Scheduled CI |
6060
|-------|------------|--------------|-----------------|--------------|------------|--------------|
6161
| `anthropic` | anthropic/claude-3-5-haiku-20241022 ||||||
62-
| `cerebras` | cerebras/llama-3.3-70b ||||||
62+
| `cerebras` | cerebras/gpt-oss-120b ||||||
6363
| `databricks` | databricks/databricks-meta-llama-3-3-70b-instruct || databricks/databricks-bge-large-en ||||
6464
| `fireworks` | fireworks/accounts/fireworks/models/llama-v3p1-8b-instruct || fireworks/accounts/fireworks/models/qwen3-embedding-8b ||||
6565
| `groq` | groq/llama-3.3-70b-versatile ||||||

tests/integration/suites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Setup(BaseModel):
196196
name="cerebras",
197197
description="Cerebras models",
198198
defaults={
199-
"text_model": "cerebras/llama-3.3-70b",
199+
"text_model": "cerebras/gpt-oss-120b",
200200
},
201201
),
202202
"databricks": Setup(

0 commit comments

Comments
 (0)