Tutorials Overview
This section contains practical, user-facing tutorials for common TULIP tasks.
TU Delft Network Access Required
TULIP is only reachable from the TU Delft network. Off campus, connect via eduVPN before using the API.
Quick Setup
-
Clone and enter the repository:
-
Create your environment file:
-
Set your API key in
.env.
Dependency Setup
- If you run examples with
pixi run ..., Python dependencies are managed from this repository'spixi.toml. - Bash examples may still require system tools like
jq. - If you do not use Pixi, install dependencies from
pyproject.tomlmanually.
Available Tutorials
- Chat & General Inference
- Embeddings
- Tool Calling
- VS Code Integration
- OpenCode Integration
- OpenHarness Integration
- Jan.ai Integration
The API tutorials include runnable Bash and Python examples. Integration tutorials focus on configuring TULIP in external tools.