Models

List available Grid Instruments that can be passed in the chat completions "model" field.

List available models

get

Returns a list of all available Grid Instruments that can be passed in the chat completions "model" field.

Each instrument includes its ID, display name, and other metadata. Use the instrument id when making chat completion requests.

Authorizations
AuthorizationstringRequired

Bearer token authentication using your API key.

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Generate API keys from your Grid Dashboard.

Responses
chevron-right
200

List of available models

application/json

List of available models

objectstring · enumRequired

The object type, always "list"

Possible values:
get
/models

Last updated

Was this helpful?