Skip to main content

Introduction

IG1 AI provides a shared API endpoint secured by a Master API key linked to each contract.

Dedicated Gateway is an optional dedicated layer, powered by LiteLLM, that gives you full control over access, usage, and exposure of IG1 AI capabilities inside your organization.

It acts as a sovereign control plane on top of IG1 AI — without changing the underlying API.

info

Dedicated Gateway is deployed in IG1-controlled infrastructure within a dedicated tenant.
Your data is never shared across tenants and never used for model training.


API Base URL

By default, your instance is accessible via a dedicated Base URL following this pattern:

https://api.XXX.ig1.ai

Traffic is routed through this dedicated entry point, isolating your requests from other customers at the network level.

note

XXX is a unique organization trigram provided by IG1 team.


High-Level Architecture

Dedicated Gateway sits between your applications and IG1 AI:

  • Your users/apps → call your dedicated endpoint
  • Dedicated Gateway → enforces policies (auth, quotas, routing)
  • IG1 AI → executes inference

Dedicated Gateway diagramDedicated Gateway diagram