Nebius
Nebius model examples: basic runs, Postgres sessions, PgVector knowledge, retries, structured output, and tool use.
Choose a model currently enabled for your Token Factory account and endpoint. The source's Qwen3-30B example model was retired; the run instructions select an account-specific replacement.
| 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 using a Token Factory model and a PgVector knowledge base. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Nebius Structured Output | Request a MovieScript schema from a Token Factory model and validate the response. |
| Nebius Tool Use | Use WebSearchTools with a Token Factory model across sync, async, and streaming runs. |