> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-codex-docs-audit-20260719-0149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cerebras

> Cerebras examples: basic runs, storage, knowledge, structured output, retries, and tool use.

Browse Cerebras examples for runs, storage, knowledge, structured output, retries, and tool use.

| Example                                                                   | Description                                                                              |
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Cerebras Basic](/examples/models/cerebras/basic)                         | Compare synchronous, asynchronous, and streaming calls with the Cerebras model client.   |
| [DB](/examples/models/cerebras/db)                                        | Store Cerebras agent sessions in Postgres so follow-up questions keep context.           |
| [Knowledge](/examples/models/cerebras/knowledge)                          | Answer questions from a PDF knowledge base in PgVector with a Cerebras agent.            |
| [Cerebras OSS GPT](/examples/models/cerebras/oss-gpt)                     | Run gpt-oss-120b on Cerebras with web search via WebSearchTools.                         |
| [Retry](/examples/models/cerebras/retry)                                  | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Cerebras Structured Output](/examples/models/cerebras/structured-output) | Compare strict and guided structured output on Cerebras with a MovieScript schema.       |
| [Cerebras Tool Use](/examples/models/cerebras/tool-use)                   | Call WebSearchTools from a Cerebras agent in synchronous and asynchronous modes.         |
