Commit ab31fa1
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments