Mivator LogoMivator Docs

Ai

Commands for Ai

Ai Commands

Here is the list of commands available in the Ai category.

/generate_playlist

Generate a playlist base on [songs, artists, tags]

Parameters

NameTypeRequiredDescription
songsstringNoThe songs to generate the playlist around
artistsstringNoThe artists to generate the playlist around
tagsstringNoThe tags to generate the playlist around
number_of_songsintegerNoThe number of songs to generate
modelstringchoicesNoWhich Model to use?

Example Usage

/generate_playlist songs:value artists:value tags:value number_of_songs:value model:value

This command allows you to generate a playlist base on [songs, artists, tags].


/text_summary

Summarize a text-file

Parameters

NameTypeRequiredDescription
fileattachmentYesThe file to summarize (e.g. .txt, .md, .pdf, .docx, etc.)
modelstringchoicesYesWhich Model to use?

Example Usage

/text_summary file:value model:value

This command allows you to summarize a text-file.


/generate_content

Generate a content

Parameters

NameTypeRequiredDescription
typestringchoicesYesThe type of content to generate
modelstringchoicesYesWhich Model to use?
core_keywordsstringNoThe core keywords to generate the content around

Example Usage

/generate_content type:value model:value core_keywords:value

This command allows you to generate a content.


/describe_image

Describe an image

Parameters

NameTypeRequiredDescription
imageattachmentYesThe (static)- image to describe
additional_task_promptstringNoTask Mivator-AI how it should return the result of the image

Example Usage

/describe_image image:value additional_task_prompt:value

This command allows you to describe an image.


/image_gen

Generate an image based on a text prompt

Parameters

NameTypeRequiredDescription
promptstringYesDescription of the image you want to generate

Example Usage

/image_gen prompt:value

This command allows you to generate an image based on a text prompt.


/audio_to_text

Transcribe an audio file

Parameters

NameTypeRequiredDescription
audioattachmentYesThe audio file to transcribe

Example Usage

/audio_to_text audio:value

This command allows you to transcribe an audio file.


/chatanswer

Answer a question

Parameters

NameTypeRequiredDescription
questionstringYesThe question to answer
modelstringchoicesYesWhich Model to use?

Example Usage

/chatanswer question:value model:value

This command allows you to answer a question.


On this page