Skip to main content
Upmore is an internal AI API gateway that exposes chat, image, and video models through one OpenAI-compatible endpoint. This guide gets you to your first successful call.

Get started in three steps

Step 1: Sign in with SSO

Upmore is internal-only and has no self-service registration. Access is granted only to company employees through corporate single sign-on (SSO). Sign in at api.upmore.net with your SSO account.

Step 2: Create an API key

Open API Keys and create a key. Keep it safe — you’ll use it to authenticate every request.

Step 3: Make your first API call

Point any OpenAI SDK at https://api.upmore.net/v1 and use your key. The example below calls the gpt-5.5 chat model:
Only the models listed under Model APIs are available. Swap model for any of them — for example doubao-seed-2-1-pro (chat), gpt-image-2 (image), or doubao-seedance-2-0 (video).

Next steps

API Reference

Authentication, base URL, and error codes.

Model APIs

Browse every available model.