โจAI integrations
Last updated
Generates a response to a given piece of text within a chat context, simulating a conversation.
Handles multiple messages in a conversation, providing context-aware completions over a series of chat exchanges.
Allows for the upload of a file containing training data to fine-tune the model for specific tasks or domains.
Initiates a fine-tuning process on the model using the previously uploaded training data to customize its responses.
Retrieves the results of a fine-tuning job, which may include the model's performance and any errors encountered.
Deletes a fine-tuned model from the system, likely for cleanup or to manage storage and model versions.
Uses the Dall-E model to generate an image based on a textual description, showcasing the AI's creative capabilities.
Employs an AI model to analyze an image and provide insights or descriptions of its contents.
Converts text into spoken words, generating an audio output from a given text input.
Transcribes audio to text, likely using OpenAI's Whisper model for accurate speech-to-text conversion.
Processes chat inputs and generates completions in JSON format, potentially for integrations that require structured data output.
Last updated