Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Analyze Image Content
openai:analyze_image_content
Send a message or question about an image and receive a response
Write
Medium risk
Cancel Run (Assistants)
openai:cancel_run
Cancels a run that is in progress
Write
Medium risk
Chat
openai:chat
The Chat API, using the `gpt-3.5-turbo` or `gpt-4` model
Write
Medium risk
Chat using File Search
openai:chat_using_file_search
Chat with your files knowledge base (vector stores)
Write
Medium risk
Chat using Functions
openai:chat_using_functions
Chat with your models and allow them to invoke functions. Optionally, you can build and invoke workflows as functions
Write
Medium risk
Chat using Web Search
openai:chat_using_web_search
Chat using the web search tool
Write
Medium risk
Chat with Assistant
openai:chat_with_assistant
Sends a message and generates a response, storing the message history for a continuous conversation
Write
Medium risk
Chat With Responses API
openai:chat_with_responses_api
Send a chat via the Responses API, mixing built-in tools and MCP server tools
Write
Medium risk
Classify Items into Categories
openai:classify_items_into_categories
Classify items into specific categories using the Chat API
Write
Medium risk
Convert Text to Speech (TTS)
openai:convert_text_to_speech
Generates audio from the input text
Write
Medium risk
Create Assistant
openai:create_assistant
Creates an assistant with a model and instructions
Write
Medium risk
Create Batch
openai:create_batch
Creates and executes a batch from an uploaded file of requests
Write
Medium risk
Create Embeddings
openai:create_embeddings
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms
Write
Medium risk
Create Fine Tuning Job
openai:create_fine_tuning_job
Creates a job that fine-tunes a specified model from a given dataset
Write
Medium risk
Create Image (Dall-E)
openai:create_image
Creates an image given a prompt returning a URL to the image
Write
Medium risk
Create Moderation
openai:create_moderation
Classifies if text is potentially harmful
Write
Medium risk
Create Thread (Assistants)
openai:create_thread
Creates a thread with optional messages and metadata, and optionally runs the thread using the specified assistant
Write
Medium risk
Create Transcription
openai:create_transcription
Transcribes audio into the input language
Write
Medium risk
Create Vector Store
openai:create_vector_store
Create a vector store
Write
Medium risk
Create Vector Store File
openai:create_vector_store_file
Create a vector store file
Write
Medium risk
Delete File
openai:delete_file
Deletes a specified file from OpenAI
Write
Medium risk
Delete Vector Store
openai:delete_vector_store
Delete a vector store
Write
Medium risk
Delete Vector Store File
openai:delete_vector_store_file
Deletes a vector store file
Write
Medium risk
List Files
openai:list_files
Returns a list of files that belong to the user's organization
Write
Medium risk
List Messages (Assistants)
openai:list_messages
Lists the messages for a given thread
Write
Medium risk
List Runs (Assistants)
openai:list_runs
Returns a list of runs belonging to a thread
Write
Medium risk
List Run Steps (Assistants)
openai:list_run_steps
Returns a list of run steps belonging to a run
Write
Medium risk
List Vector Store Files
openai:list_vector_store_files
Returns a list of vector store file
Write
Medium risk
List Vector Stores
openai:list_vector_stores
Returns a list of vector stores
Write
Medium risk
Modify an Assistant
openai:modify_assistant
Modifies an existing OpenAI assistant
Write
Medium risk
Retrieve File
openai:retrieve_file
Retrieves a specific file from OpenAI
Write
Medium risk
Retrieve File Content
openai:retrieve_file_content
Retrieves the contents of the specified file
Write
Medium risk
Retrieve Run (Assistants)
openai:retrieve_run
Retrieves a specific run within a thread
Write
Medium risk
Retrieve Run Step (Assistants)
openai:retrieve_run_step
Retrieve a specific run step in a thread
Write
Medium risk
Retrieve Vector Store
openai:retrieve_vector_store
Retrieve a vector store
Write
Medium risk
Retrieve Vector Store File
openai:retrieve_vector_store_file
Retrieve a vector store file
Write
Medium risk
Create Completion (Send Prompt)
openai:send_prompt
OpenAI recommends using the **Chat** action for the latest `gpt-3.5-turbo` API, since it's faster and 10x cheaper. This action creates a completion for the provided prompt and parameters using the older `/completions` API
Write
Medium risk
Submit Tool Outputs to Run (Assistants)
openai:submit_tool_outputs_to_run
Submits tool outputs to a run that requires action
Write
Medium risk
Summarize Text
openai:summarize
Summarizes text using the Chat API
Write
Medium risk
Translate Text (Whisper)
openai:translate_text
Translate text from one language to another using the Chat API
Write
Medium risk
Upload File
openai:upload_file
Upload a file that can be used across various endpoints/features. The size of individual files can be a maximum of 512mb
Write
Medium risk