Summary
Cerebras Inference has reduced its shared inference catalog to only 2 active models: gpt-oss-120b (production) and zai-glm-4.7 (preview). The proxy catalog still maps several discontinued models to Cerebras as their sole provider, which would cause routing failures for users requesting these models.
Affected Models
| Model ID |
Current Provider Mapping |
Status on Cerebras |
llama3.1-8b |
cerebras (only provider) |
Deprecated May 27, 2026 |
llama3.3-70b |
cerebras (only provider) |
No longer available |
llama-4-scout-17b-16e-instruct |
cerebras (only provider) |
No longer available |
Suggested Fix
These model IDs should either:
- Be marked as
deprecated: true in model_list.json (since their only provider no longer serves them), OR
- Have their cerebras provider mapping removed from
index.ts and the entries cleaned up
Note: deepseek-r1-distill-llama-70b also has a stale cerebras mapping in index.ts (line ~412), but retains groq as a secondary provider — though Groq also deprecated it in October 2025, leaving it with no active providers either.
Sources
Existing Catalog References
llama3.1-8b: model_list.json line ~6110 (available_providers: ["cerebras"]), index.ts line ~448
llama3.3-70b: model_list.json line ~5721, index.ts line ~449
llama-4-scout-17b-16e-instruct: model_list.json line ~5712, index.ts line ~447
Summary
Cerebras Inference has reduced its shared inference catalog to only 2 active models:
gpt-oss-120b(production) andzai-glm-4.7(preview). The proxy catalog still maps several discontinued models to Cerebras as their sole provider, which would cause routing failures for users requesting these models.Affected Models
llama3.1-8bllama3.3-70bllama-4-scout-17b-16e-instructSuggested Fix
These model IDs should either:
deprecated: trueinmodel_list.json(since their only provider no longer serves them), ORindex.tsand the entries cleaned upNote:
deepseek-r1-distill-llama-70balso has a stale cerebras mapping inindex.ts(line ~412), but retainsgroqas a secondary provider — though Groq also deprecated it in October 2025, leaving it with no active providers either.Sources
gpt-oss-120bandzai-glm-4.7as currently available modelsExisting Catalog References
llama3.1-8b:model_list.jsonline ~6110 (available_providers: ["cerebras"]),index.tsline ~448llama3.3-70b:model_list.jsonline ~5721,index.tsline ~449llama-4-scout-17b-16e-instruct:model_list.jsonline ~5712,index.tsline ~447