# AI integrations

#### Chat completion

Generates a response to a given piece of text within a chat context, simulating a conversation.

#### Chat completion multi message

Handles multiple messages in a conversation, providing context-aware completions over a series of chat exchanges.

#### FINE TUNING - File upload

Allows for the upload of a file containing training data to fine-tune the model for specific tasks or domains.

#### FINE TUNING - Start fine tuning job

Initiates a fine-tuning process on the model using the previously uploaded training data to customize its responses.

#### FINE TUNING - Get fine tuning job result

Retrieves the results of a fine-tuning job, which may include the model's performance and any errors encountered.

#### FINE TUNING - Delete model

Deletes a fine-tuned model from the system, likely for cleanup or to manage storage and model versions.

#### Create image with Dall-E

Uses the Dall-E model to generate an image based on a textual description, showcasing the AI's creative capabilities.

#### GPT Vision - Analyse image

Employs an AI model to analyze an image and provide insights or descriptions of its contents.

#### Text to speech

Converts text into spoken words, generating an audio output from a given text input.

#### Whisper transcribe

Transcribes audio to text, likely using OpenAI's Whisper model for accurate speech-to-text conversion.

#### Chat Completion JSON Mode

Processes chat inputs and generates completions in JSON format, potentially for integrations that require structured data output.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bulletlaunch.com/template-contents/ai-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
