> ## 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.

# Nebius

> Nebius model examples: basic runs, Postgres sessions, PgVector knowledge, retries, structured output, and tool use.

| Example                                                               | Description                                                                              |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Nebius Basic](/examples/models/nebius/basic)                         | Prompt a Nebius agent synchronously, asynchronously, and with streaming.                 |
| [DB](/examples/models/nebius/db)                                      | Store Nebius agent sessions in Postgres and carry history across a follow-up question.   |
| [Knowledge](/examples/models/nebius/knowledge)                        | Answer recipe questions with a Nebius Qwen3 agent over a PgVector knowledge base.        |
| [Retry](/examples/models/nebius/retry)                                | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Nebius Structured Output](/examples/models/nebius/structured-output) | Produce a MovieScript Pydantic object from Nebius Qwen3 with output\_schema.             |
| [Nebius Tool Use](/examples/models/nebius/tool-use)                   | Use WebSearchTools with Nebius Qwen3 across sync, async, and streaming runs.             |
