Ofinis

Resources · Learn

Tutorials

Hands-on, step-by-step guides for building real AI features — from a 10-minute quickstart to production-grade autonomous agents.

PythonBeginner·10 min·5 stepsStart here

Build a streaming chatbot with the Ofinis API in Python

Make your first API call, handle Server-Sent Events, and render a live streaming response in the terminal.

Read tutorial →
JavaScriptBeginner15 min

Add AI chat to a Next.js app

Stream Ofinis completions into a React UI using the fetch API and ReadableStream — no SDK required.

PythonIntermediate20 min

PDF question-answering with the Files API

Upload a PDF, ask natural language questions, and receive cited answers using Ofinis file ingestion.

JavaScriptIntermediate25 min

Real-time news assistant with web search

Build a research tool that answers questions using live web results. Render citations as clickable links.

PythonIntermediate30 min

Persistent AI companion with semantic memory

Build a companion that remembers preferences and past conversations across sessions using /v1/memory.

PythonAdvanced45 min

Autonomous research agent with webhooks

Submit a long-running research task, receive a webhook on completion, and post results to Slack.

TypeScriptAdvanced40 min

Migrate an OpenAI app to Ofinis in production

A zero-downtime migration walkthrough: swap the base URL, add web-search headers, and verify parity.

All tutorials ship with complete, runnable code examples.

Browse the API docs