> ## Documentation Index
> Fetch the complete documentation index at: https://inference-docs.cerebras.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Catalog

> Browse all models available on Cerebras public endpoints.

<Callout icon="circle-exclamation" color="#F15A29">
  Due to high demand on `zai-glm-4.7` and `gpt-oss-120b`, we've temporarily reduced free-tier rate limits. We're working to bring them back as quickly as possible and appreciate your understanding.
</Callout>

<Warning>
  `llama3.1-8b` and `qwen-3-235b-a22b-instruct-2507` will be deprecated on **May 27, 2026**.
</Warning>

## Production Models

Production models are fully supported offerings intended for use in production environments.

| Model Name                           | Model ID       | Parameters  | Speed (tokens/s) |
| :----------------------------------- | :------------- | :---------- | :--------------- |
| [Llama 3.1 8B](/models/llama-31-8b)  | `llama3.1-8b`  | 8 billion   | \~2200           |
| [OpenAI GPT OSS](/models/openai-oss) | `gpt-oss-120b` | 120 billion | \~3000           |

<Tip>
  Looking for more models? Many additional model families are available through [Dedicated Endpoints](/dedicated/overview#supported-models).
</Tip>

## Preview Models

Preview models are hosted on Cerebras with full accuracy and performance. Please note that these preview models are intended for evaluation purposes only and should not be used in production, as they may be discontinued on short notice.

| Model Name                                       | Model ID                         | Parameters  | Speed (tokens/s) |
| :----------------------------------------------- | :------------------------------- | :---------- | :--------------- |
| [Qwen 3 235B Instruct](/models/qwen-3-235b-2507) | `qwen-3-235b-a22b-instruct-2507` | 235 billion | \~1400           |
| [Z.ai GLM 4.7 <sup>1</sup>](/models/zai-glm-47)  | `zai-glm-4.7`                    | 355 billion | \~1000           |

<Tip>
  <sup>1</sup> Migrating from another model? Check out our [GLM 4.7 Migration Guide](/resources/glm-47-migration) for prompt optimization tips and best practices.
</Tip>

## Model Compression

This section provides transparency about the compression state of each model available on our platform.

We host a variety of open-source models from the community. We do not currently host pruned models on our public endpoints. All models served through our public endpoints are the original, unpruned versions.

While we conduct research on pruning techniques like REAP (Router-weighted Expert Activation Pruning), these pruned models are shared with the research community on Hugging Face but are not available through our shared API. You can read more about REAP in our [research blog](https://www.cerebras.ai/blog/reap). **All of our public models are unpruned.**

Cerebras uses selective weight-only quantization only during storage to preserve maximal quality. This means that the weights are stored in partial 16-bit / 8-bit / 4-bit, in-line with industry standards. For quality, sensitive layers are stored at full precision with dequantization on the fly, so operations are done in high precision. The activations, attention, and kv cache remain in full precision and unquantized.

### Frequently Asked Questions

<Accordion title="Will you change a model's architecture without notice?">
  No. We are committed to serving the original models for all existing endpoints, without modification. We do not alter model architectures via pruning on our hosted portfolio. If we explore additional compression techniques (like pruning) in the future, these would be offered as separate endpoints with pruning-specific names, ensuring complete transparency and allowing you to choose which version best fits your needs.
</Accordion>

<Accordion title="Where can I find your REAP pruned models?">
  Our REAP pruned models are available on Hugging Face for research and experimentation purposes: [Cerebras REAP Collection](https://huggingface.co/collections/cerebras/cerebras-reap). These models demonstrate our pruning research but are not served through our production API.
</Accordion>

<Accordion title="What are compression, quantization, and pruning?">
  **Compression** is an umbrella term for techniques that reduce model size or computational requirements. Common compression techniques include:

  * **Quantization**: Reducing the precision of numbers used to represent model weights (e.g., converting from FP16 to FP8). This reduces memory usage without changing the model's architecture.
  * **Pruning**: Permanently removing parts of a model, like layers or experts, to reduce model size. This changes the model's architecture and creates a different model.
</Accordion>
