TokenOff
OpenAI

Overview

Learn how to use OpenAI models through TokenOff in different ways.

TokenOff provides API interfaces fully compatible with OpenAI, supporting all OpenAI models. You can use your existing OpenAI SDK directly — just update the base_url to switch seamlessly.

Quick Start

Step 1: Get an API Key

Go to the API Keys page to create your API key.

Step 2: Set the Base URL

https://tokenoff.com/api

Replace the OpenAI base URL in your existing code with the address above. No other changes are needed.

Supported APIs

TokenOff supports the following two OpenAI-compatible interfaces:

APIEndpointDescription
Chat Completions API/v1/chat/completionsClassic chat completion interface, compatible with the OpenAI Chat Completions API
Responses API/v1/responsesNext-generation response interface, compatible with the OpenAI Responses API

Supported Models

Contact Us

If you encounter any issues while using TokenOff:

On this page