Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Assistants

Build Assistants that can call models and use tools.

Create assistant
Deprecated
POST/assistants
Delete assistant
Deprecated
DELETE/assistants/{assistant_id}
List assistants
Deprecated
GET/assistants
Retrieve assistant
Deprecated
GET/assistants/{assistant_id}
Modify assistant
Deprecated
POST/assistants/{assistant_id}
ModelsExpand Collapse
Assistant object { id, created_at, description, 10 more }

Represents an assistant that can call the model and use tools.

id: string

The identifier, which can be referenced in API endpoints.

created_at: number

The Unix timestamp (in seconds) for when the assistant was created.

formatunixtime
description: string or null

The description of the assistant. The maximum length is 512 characters.

maxLength512