Request Headers

authorizationstringoptional

The authorization token (optional).

Request Query

countnumberoptional

The number of LLMs to return.

offsetnumberoptional

The number of LLMs to skip before returning results.

mebooleanoptional

Whether to only return LLMs used by the user, and the user's own statistics. If true, authorization is required.

sortenumoptional

How to sort the LLMs.

Variants
Created"created"

Sort by creation date, most recent first.

Tokens"tokens"

Sort by total tokens used or generated, most to least.

CompletionTokens"completion_tokens"

Sort by total completion tokens generated, most to least.

PromptTokens"prompt_tokens"

Sort by total prompt tokens used, most to least.

Cost"cost"

Sort by total cost incurred, most to least.

Requests"requests"

Sort by total requests made, most to least.

fromstringoptional

An RFC 3339 start date to filter by.

tostringoptional

An RFC 3339 end date to filter by.

Response Body

dataarray*required

An array of Score LLM names.

Items
Score LLM IDstring

A base62 22-character unique identifier for the Score LLM.

Objective Artificial Intelligence, Inc.