Skip to main content

Getting Started with Tekimax SDK - GPT-OSS Edition

This guide will help you get up and running with the Tekimax SDK, optimized for GPT-OSS 20 and GPT-OSS 120 models.

Prerequisites

  • Node.js 16 or later
  • Ollama installed and running locally (or remote Ollama server accessible)
  • GPT-OSS 20 or GPT-OSS 120 models pulled in Ollama

Installation

Install the SDK using npm, yarn, or bun:

Quick Start

Basic Text Generation with GPT-OSS 20

Streaming Response with GPT-OSS 120

Creating Embeddings with GPT-OSS

Configuration

Custom Ollama Server

Advanced Generation Options

Model Comparison

Next Steps