Request Headers

authorizationstringoptional

The authorization token (optional).

Request Query

countnumberoptional

The number of models to return.

offsetnumberoptional

The number of models to skip before returning results.

mebooleanoptional

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

sortenumoptional

How to sort the models.

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 Query Model names.

Items
Query Model Namestring

A base62 22-character unique identifier for the Query Model. This is a hash of all parameters.

Objective Artificial Intelligence, Inc.