Skip to main content
Server path: /openai-ai | Type: Application | PCID required: Yes

Tools


openai_ai_create_chat_completion

Starting a new project? We recommend trying Responses to take advantage of the latest OpenAI platform features. Compare Chat Completions with Responses. --- Creates a model response for the given chat conversation. Learn more in the text generation, vision, and audio guides. Parameter support can differ depending on the model used to generate the response, particularly for newer reasoning models. Parameters that are only supported for reasoning models are noted below. For the current state of unsupported parameters in reasoning models, refer to the reasoning guide. Parameters:

openai_ai_create_completion

Creates a completion for the provided prompt and parameters. Parameters:

openai_ai_create_embedding

Creates an embedding vector representing the input text. Parameters:

openai_ai_create_image

Creates an image given a prompt. Learn more. Parameters:

openai_ai_create_image_variation

Creates a variation of a given image. This endpoint only supports dall-e-2. Parameters:

openai_ai_create_moderation

Classifies if text and/or image inputs are potentially harmful. Learn more in the moderation guide. Parameters:

openai_ai_create_realtime_session

Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as the session.update client event. It responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API. Parameters:

openai_ai_create_realtime_transcription_session

Create an ephemeral API token for use in client-side applications with the Realtime API specifically for realtime transcriptions. Can be configured with the same session parameters as the transcription_session.update client event. It responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API. Parameters:

openai_ai_create_response

Creates a model response. Provide text or image inputs to generate text or JSON outputs. Have the model call your own custom code or use built-in tools like web search or file search to use your own data as input for the model’s response. Parameters:

openai_ai_create_speech

Generates audio from the input text. Parameters:

openai_ai_create_transcription

Transcribes audio into the input language. Parameters:

openai_ai_create_translation

Translates audio into English. Parameters:

openai_ai_delete_chat_completion

Delete a stored chat completion. Only Chat Completions that have been created with the store parameter set to true can be deleted. Parameters:

openai_ai_delete_model

Delete a fine-tuned model. You must have the Owner role in your organization to delete a model. Parameters:

openai_ai_delete_response

Deletes a model response with the given ID. Parameters:

openai_ai_get_chat_completion

Get a stored chat completion. Only Chat Completions that have been created with the store parameter set to true will be returned. Parameters:

openai_ai_get_chat_completion_messages

Get the messages in a stored chat completion. Only Chat Completions that have been created with the store parameter set to true will be returned. Parameters:

openai_ai_get_response

Retrieves a model response with the given ID. Parameters:

openai_ai_list_chat_completions

List stored Chat Completions. Only Chat Completions that have been stored with the store parameter set to true will be returned. Parameters:

openai_ai_list_input_items

Returns a list of input items for a given response. Parameters:

openai_ai_list_models

Lists the currently available models, and provides basic information about each one such as the owner and availability.

openai_ai_retrieve_model

Retrieves a model instance, providing basic information about the model such as the owner and permissioning. Parameters:

openai_ai_update_chat_completion

Modify a stored chat completion. Only Chat Completions that have been created with the store parameter set to true can be modified. Currently, the only supported modification is to update the metadata field. Parameters: