> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.upmore.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Internal AI API gateway for company employees — chat, image, and video behind one OpenAI-compatible endpoint.

<Note>
  **Internal use only.** Upmore is an internal service for company employees. It is **not a public service** and has **no self-service registration** — access is granted only to enterprise staff through corporate single sign-on (SSO).
</Note>

Upmore is an internal AI API gateway. It gives company employees access to the organization's approved AI models — chat, image generation, and video generation — through a single, OpenAI-compatible interface.

Instead of managing separate keys, SDKs, and auth flows for each provider, Upmore exposes everything under one endpoint. Switch between models from ByteDance and OpenAI by changing a single parameter.

## Get started

<Card title="Quickstart" icon="circle-play" href="/quickstart" horizontal>
  Make your first API call in minutes.
</Card>

## What Upmore provides

**Access via corporate SSO**
No public sign-up. Employees sign in with their corporate single sign-on account, then create API keys for their applications.

**One OpenAI-compatible endpoint**
Chat, image, and video models are all reachable under one base URL and one key. If you already use the OpenAI SDK, only the base URL changes.

**Multi-modal support**
Beyond chat, Upmore exposes image and video generation with the provider-specific parameters documented in a clean format.

**Predictable error handling**
Every endpoint returns consistent error codes and message formats, so your error handling stays simple.

**Internal cost tracking**
Usage is metered per token (chat) and per generation (media) for internal cost attribution.

## Explore the API

<Columns cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Authentication, base URL, and error codes.
  </Card>

  <Card title="Model APIs" icon="microchip-ai" href="/api-reference/introduction">
    Browse every available model.
  </Card>
</Columns>
