Skip to main content
The Models API allows you to list and retrieve information about available language models in the Prime Intellect Inference service.

Base URL

Authentication

All requests require a Bearer token in the Authorization header:

Team Account Usage

When using a team account, you must include the X-Prime-Team-ID header. Without this header, requests default to your personal account instead of your team account.
Find your Team ID on your Team’s Profile page.

List Models

Returns a list of all available models that you can use for inference requests.

Request

Response

Get Model Details

Retrieve detailed information about a specific model.

Request

Response

Error Responses

Model Not Found (404)

Authentication Error (401)