Skip to main content

Concepts

IG1 AI Principles

IG1 AI is built on three principles:

  1. Sovereignty — Your data never leaves the platform. Zero retention, zero logging of prompts or completions.
  2. OpenAI Compatibility — Drop-in replacement for OpenAI endpoints. Switch your base_url and you're done.
  3. Open Weights — All models are Worldclass open-weights models. No need to setup and manage your own infrastructure.

API Compatibility

IG1 AI is primarily compatible with the OpenAI API specification. However, to support features like specialized embeddings, reranking, document conversion and usage, we provide additional endpoints. These follow either the Cohere API specification or are specific to IG1 AI.

warning

This documentation covers only the OpenAI and Cohere API endpoints supported by IG1 AI. If an endpoint is not listed here, it is not supported.


Commit Follow-up

IG1 AI provides access to various AI models for diverse use cases. Usage is measured in tokens, which include both input tokens (your prompts, instructions, and context) and output tokens (the AI's generated response).

Upon subscribing, you set a monthly commit (i.e., your budget) that defines your spending limit for IG1 AI. Once this limit is reached, every subsequent request will trigger a 402 - Payment Required error. To update your limit or increase your monthly commit, please contact our Support team.

At any time, you can track your consumption against your monthly commit with the usage endpoint.