Skip to main content

Quickstart

Get from zero to a working chat completion in a few steps.

1. Create an account

Go to openference.com/register. You will receive a verification email. Click the link to activate your account.

2. Create an API key

  1. Log in at openference.com.
  2. Go to API Keys in the dashboard.
  3. Click Create API Key.
  4. Give it a name (e.g. “Cursor”) and optionally restrict it to specific models.
  5. Copy the key — it is only shown once.
Keep your key secret. You can create as many keys as you need.

3. Make your first request

Use the base URL: https://api.openference.com/v1

curl example

You should receive a normal OpenAI-format response.

Python (OpenAI SDK)

4. Connect your favorite client

Choose your tool and follow the dedicated guide: All clients use the same base URL and same key.

5. Check available models

The list is filtered to models your key is allowed to use.

What’s next?