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