OpenAI Api > listAssistants: Returns a list of assistants.
OpenAI Api > createAssistant: Creates a new assistant.
OpenAI Api > getAssistant: Retrieves an assistant.
OpenAI Api > modifyAssistant: Modifies an assistant.
OpenAI Api > deleteAssistant: Deletes an assistant.
OpenAI Api > listAssistantFiles: Returns a list of assistant files.
OpenAI Api > createAssistantFile: Create an assistant file by attaching a [File](/docs/api-reference/files) to an [assistant](/docs/api-reference/assistants).
OpenAI Api > getAssistantFile: Retrieves an AssistantFile.
OpenAI Api > deleteAssistantFile: Delete an assistant file.
OpenAI Api > listMessageFiles: Returns a list of message files.
OpenAI Api > getMessageFile: Retrieves a message file.
Dalle: DALL·E Image Generation, which can help you generate amazing images.
Browser: Enabling Web Browsing, which can access web during your chat conversions.
Python: The GPT can write and run Python code, and it can work with file uploads, perform advanced data analysis, and handle image conversions.
File attachments: You can upload files to this GPT.
Prompt Starters
How do I create an assistant with the API?
What are the best practices for assistant modification?