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

# Siliconflow

> Examples for SiliconFlow model integration.

| Example                                                                         | Description                                                                              |
| ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Siliconflow Basic](/examples/models/siliconflow/basic)                         | Run gpt-oss-120b on SiliconFlow with sync, streaming, and async response calls.          |
| [Retry](/examples/models/siliconflow/retry)                                     | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Siliconflow Structured Output](/examples/models/siliconflow/structured-output) | Use JSON mode on SiliconFlow to parse a Pydantic MovieScript from gpt-oss-120b.          |
| [Tool Use](/examples/models/siliconflow/tool-use)                               | Run a SiliconFlow web-search agent with tool calls and debug output visible.             |
