Siliconflow
Examples for SiliconFlow model integration.
The run steps pair a global account key with the international endpoint and a model enabled for the required capability.
| Example | Description |
|---|---|
| Siliconflow Basic | Run gpt-oss-120b on SiliconFlow with sync, streaming, and async response calls. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Siliconflow Structured Output | Request JSON through SiliconFlow and validate a MovieScript with Pydantic. |
| Tool Use | Call web search from a SiliconFlow model with function-calling support. |