Skip to content

[BOT ISSUE] Cerebras: remove stale provider mappings for llama3.1-8b, llama3.3-70b, and llama-4-scout-17b-16e-instruct #787

@github-actions

Description

@github-actions

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:

  1. Be marked as deprecated: true in model_list.json (since their only provider no longer serves them), OR
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions