
MixerBox Translate
Description
Translate any language right away! Learn foreign languages easily by conversing with AI tutors!
Details
https://translate.mixerbox.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "MixerBox Translate",
"name_for_model": "MixerBox_Translate_AI_language_tutor",
"description_for_human": "Translate any language right away! Learn foreign languages easily by conversing with AI tutors!",
"description_for_model": "MixerBox Translate is a versatile translation plugin that supports mutual translation and language learning between multiple languages. It not only helps users understand the meanings and usage of words but also provides pronunciation and phrase usage for foreign words. Additionally, it offers simulated conversations in specific contexts, enabling users to better handle real-life language interactions. MixerBox Translate combines the functions of translation, language learning, and practical application, making it a highly useful tool. In today's globalized world, overcoming language barriers is an undeniable challenge. However, with the advancement of technology, translation and language learning tools make language acquisition easier for us. These tools provide convenient ways to translate texts, learn new languages, understand cultural differences, and play a vital role in cross-lingual communication.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://translate.mixerbox.com/.well-known/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://static.mixerbox.com/chatai/chatgpt-plugin/Translate_logo.png",
"contact_email": "support@translate.mixerbox.com",
"legal_info_url": "https://www.mixerbox.com"
}
https://translate.mixerbox.com/.well-known/openapi.json
{
"openapi": "3.1.0",
"info": {
"title": "MixerBox Translate",
"description": "Learn various languages by conversing with AI in foreign languages.",
"version": "v1"
},
"servers": [
{
"url": "https://translate.mixerbox.com"
}
],
"paths": {
"/api/gpt_plugins/translate/translate": {
"post": {
"operationId": "translate",
"summary": "Provide a description of how to express a particular phrase or term in a different language.",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"translate_phrase": {
"type": "string",
"required": true,
"description": "Phrase or concept that you would like to have translated into a foreign language."
},
"learning_language": {
"type": "string",
"required": true,
"description": "The language that the user is learning and inquiring about, it is important to use the full name of the language rather than an abbreviation or nickname. This will help to avoid confusion and ensure clear communication between both parties (e.g. English, Japanese)."
},
"native_language": {
"type": "string",
"required": true,
"description": "The full name of the language to indicate the user's native language, which can be inferred from the language they used to ask their question (e.g. English, Japanese)."
},
"origin_query": {
"type": "string",
"required": true,
"description": "The complete text of the user's inquiry."
}
}
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"translate_phrase": {
"type": "string",
"required": true,
"description": "Phrase or concept that you would like to have translated into a foreign language."
},
"learning_language": {
"type": "string",
"required": true,
"description": "The language that the user is learning and inquiring about, it is important to use the full name of the language rather than an abbreviation or nickname. This will help to avoid confusion and ensure clear communication between both parties (e.g. English, Japanese)."
},
"native_language": {
"type": "string",
"required": true,
"description": "The full name of the language to indicate the user's native language, which can be inferred from the language they used to ask their question (e.g. English, Japanese)."
},
"extra_response_instructions": {
"type": "array",
"items": {
"type": "string"
},
"description": "The instructions which need chatgpt model to follow."
}
}
}
}
}
}
}
}
},
"/api/gpt_plugins/translate/explain": {
"post": {
"operationId": "explain",
"summary": "Provide a description of the significance and application of a particular phrase in a non-native language that the user is inquiring about.",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"explain_phrase": {
"type": "string",
"required": true,
"description": "A phrase or word in a non-native language that the user requires clarification or information on."
},
"learning_language": {
"type": "string",
"required": true,
"description": "The language that the user is learning and inquiring about, which can be inferred from question, it is important to use the full name of the language rather than an abbreviation or nickname. This will help to avoid confusion and ensure clear communication between both parties. (e.g. English, Japanese)."
},
"native_language": {
"type": "string",
"required": true,
"description": "The full name of the language to indicate the user's native language, which can be inferred from the language they used to ask their question (e.g. English, Japanese)."
},
"origin_query": {
"type": "string",
"required": true,
"description": "The complete text of the user's inquiry."
}
}
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"explain_phrase": {
"type": "string",
"description": "A phrase or word in a non-native language that the user requires clarification or information on."
},
"learning_language": {
"type": "string",
"description": "The language that the user is learning and inquiring about, it is important to use the full name of the language rather than an abbreviation or nickname. This will help to avoid confusion and ensure clear communication between both parties. (e.g. English, Japanese)."
},
"native_language": {
"type": "string",
"description": "The full name of the language to indicate the user's native language, which can be inferred from the language they used to ask their question (e.g. English, Japanese)."
},
"extra_response_instructions": {
"type": "array",
"items": {
"type": "string"
},
"description": "The instructions which need chatgpt model to follow."
}
}
}
}
}
}
}
}
},
"/api/gpt_plugins/translate/task": {
"post": {
"operationId": "task",
"summary": "Offer guidance on the most effective approach to expressing or executing a task in a particular circumstance or context using a foreign language. Implement this endpoint when the user poses broad or overarching inquiries.",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"task_definition": {
"type": "string",
"required": true,
"description": "A description of the objective or action that the user intends to complete or perform."
},
"learning_language": {
"type": "string",
"required": true,
"description": "The language that the user is learning and inquiring about, which can be inferred from question, it is important to use the full name of the language rather than an abbreviation or nickname. This will help to avoid confusion and ensure clear communication between both parties. (e.g. English, Japanese)."
},
"native_language": {
"type": "string",
"required": true,
"description": "The full name of the language to indicate the user's native language, which can be inferred from the language they used to ask their question (e.g. English, Japanese)."
},
"origin_query": {
"type": "string",
"required": true,
"description": "The complete text of the user's inquiry."
}
}
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"task_definition": {
"type": "string",
"description": "A description of the objective or action that the user intends to complete or perform."
},
"learning_language": {
"type": "string",
"description": "The language that the user is learning and inquiring about, it is important to use the full name of the language rather than an abbreviation or nickname. This will help to avoid confusion and ensure clear communication between both parties. (e.g. English, Japanese)."
},
"native_language": {
"type": "string",
"description": "The full name of the language to indicate the user's native language, which can be inferred from the language they used to ask their question (e.g. English, Japanese)."
},
"extra_response_instructions": {
"type": "array",
"items": {
"type": "string"
},
"description": "The instructions which need chatgpt model to follow."
}
}
}
}
}
}
}
}
}
}
}
Discover other plugins from the education category

Speak
Learn how to say anything in another language with Speak, your AI-powered language tutor.
0 Comments
edX
Find courses and content from leading universities to expand your knowledge at any level.
0 Comments

AmazingTalker
Elevate your language learning at any level with personalized 1-on-1 online lessons from tutors across the world.
0 Comments
Preply
Plugin for finding the best language tutors and managing your lessons
0 Comments

IELTS Prep by Talkface
Use lastest IELTS Speaking exam questions to prep your IELTS speaking with Talkface
0 Comments

Coursera
Find recommendation for courses, specializations, and degrees on Coursera.
0 Comments

Outschool
Search for top-quality online classes and teachers on Outschool.
0 Comments

Open Lecture
Discover and access the right moments in open course lectures for targeted learning.
0 Comments

ABCmouse
Provides fun and educational learning activities for children 2-8 years old.
0 Comments
Upskillr
Custom curriculum, lesson plans, and upskilling support on any topic by Upskillr. Powered by Shorthills Tech.
0 Comments

QuickRecall
Create flashcards and review them with spaced repeition.
0 Comments

ProApp Learn Design
Level up your design skills quickly with a wide range of design courses, interactive workshops and AI-guided mentorship.
0 Comments

Giga Tutor
Giga is your AI powered personalised tutor, it keeps the answers to your questions personalised.
0 Comments

Duoduo English
Learn and practice English for Duolingo English Test.
0 Comments

Japanese Strokes
Educational tool to help with learning Japanese writing strokes using animations.
0 Comments

Ukr-School-Books
Interact with a books database. List, get content, and find books.
0 Comments
Course Hero
Get course-specific study materials from Course Hero's library.
0 Comments

MightyOwl K-8
MightyOwl is a K-8 educational resource offering fun and engaging videos, quizzes and worksheets.
0 Comments

MetaMentor by AxonAI
MetaMentor personalizes your learning path in any topic and provides you with PDF,HTML and DOCX study guides.
0 Comments

Eduguide
A tool designed to respond to college admission-related inquiries.
0 Comments

Daily Learning
Unlock your full potential with a personalized education journey featuring custom-tailored lesson plans!
0 Comments

Kokoro
Learn with Kokoro!
0 Comments

BlendED
Create educational resources (question papers, bubble sheets, worksheets, etc.) instantly from your teaching material.
0 Comments

FlashcardsGenerator
Generate Anki flashcards and downloable Decks!
0 Comments