Respell is a browser extension that helps users correct spelling mistakes and typos as they type on websites.
๐Ÿ”— Connect and Use Respell
1. ๐Ÿ”‘ Connect your Respell account
2. โœ… Select an action
3. ๐Ÿš€ Go live with the agent
What do you want to do?

API actions for Respell for AI assitants/agents

Language
JS
PYTHON

Generate Text

Create text content using AI-powered language models.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_TEXT])

Edit Text

Modify existing text using AI assistance for improvements or alterations.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.EDIT_TEXT])

Translate Text

Convert text from one language to another using AI translation.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.TRANSLATE_TEXT])

Summarize Text

Create a concise summary of longer text content.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SUMMARIZE_TEXT])

Generate Image

Create AI-generated images based on text descriptions.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_IMAGE])

Edit Image

Modify existing images using AI-powered editing tools.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.EDIT_IMAGE])

Image To Text

Extract text content from images using OCR technology.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.IMAGE_TO_TEXT])

Generate Audio

Create AI-generated audio content, such as music or sound effects.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_AUDIO])

Text To Speech

Convert text into spoken audio using AI voice synthesis.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.TEXT_TO_SPEECH])

Speech To Text

Transcribe spoken audio into written text using AI.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SPEECH_TO_TEXT])

Generate Video

Create AI-generated video content based on text descriptions or parameters.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.GENERATE_VIDEO])

Edit Video

Modify existing video content using AI-powered editing tools.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.EDIT_VIDEO])

Sentiment Analysis

Analyze text to determine the emotional tone or sentiment.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SENTIMENT_ANALYSIS])

Named Entity Recognition

Identify and classify named entities in text, such as people, places, or organizations.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NAMED_ENTITY_RECOGNITION])

Code Generation

Generate code snippets or complete programs using AI.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.CODE_GENERATION])

Data Analysis

Perform AI-powered analysis on datasets to extract insights or patterns.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.DATA_ANALYSIS])

Question Answering

Provide answers to questions based on given context or knowledge base.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.QUESTION_ANSWERING])

Text Classification

Categorize text into predefined classes or topics.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.TEXT_CLASSIFICATION])

Image Classification

Categorize images into predefined classes or identify objects within them.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.IMAGE_CLASSIFICATION])

Style Transfer

Apply artistic styles to images or text using AI algorithms.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.STYLE_TRANSFER])

New File Created

Triggered when a new file is created in a specified location or system.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_FILE_CREATED])

File Modified

Triggered when an existing file is modified or updated.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.FILE_MODIFIED])

Scheduled Task

Triggered at specified intervals or on a schedule.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SCHEDULED_TASK])

API Request Received

Triggered when an API request is received by the system.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.API_REQUEST_RECEIVED])

Error Detected

Triggered when an error or exception occurs in the system.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ERROR_DETECTED])

User Input Received

Triggered when user input is received through a specified interface.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.USER_INPUT_RECEIVED])

Data Threshold Reached

Triggered when a specified data threshold or condition is met.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.DATA_THRESHOLD_REACHED])

New Data Available

Triggered when new data becomes available in a specified source or system.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.NEW_DATA_AVAILABLE])

System Status Change

Triggered when the status of the system or a component changes.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.SYSTEM_STATUS_CHANGE])

User Authentication

Triggered when a user successfully authenticates or logs in.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.USER_AUTHENTICATION])

Frequently asked questions

What is Composio.dev?

Composio.dev is a platform for building AI applications, designed to make the process of developing AI solutions super easy and fun! It provides a comprehensive set of tools and libraries that simplify the process of developing AI solutions, allowing you to focus on the creative aspects of your project without getting bogged down by the technical details.

How does Composio.dev support Respell?

Composio.dev seamlessly integrates with Respell, allowing you to leverage its capabilities within the Composio.dev platform. You can utilize Respell to call functions across various platforms, including Google, GitHub, and others, making it a breeze to incorporate different services into your AI applications. Additionally, it supports user authentication via OAuth2 and can work in conjunction with other popular frameworks like LangChain and CrewAI, giving you the flexibility to build truly innovative AI solutions.

What models can I use with Respell?

With Respell, you have access to a wide range of state-of-the-art language models, including GPT-4o (OpenAI), GPT-3.5 (OpenAI), GPT-4 (OpenAI), Claude (Anthropic), PaLM (Google), LLaMA and LLaMA 2 (Meta), Gemini, and many others. This flexibility allows you to choose the model that best suits your specific use case, whether you're building a chatbot, a content creation tool, or any other AI-powered application. You can experiment with different models and find the one that delivers the best performance for your project.

How can I integrate Respell into my project?

Composio.dev provides a seamless integration for Respell, making it super easy to incorporate this powerful framework into your projects. You can leverage the Composio.dev API to call functions from Respell, allowing you to tap into its capabilities with just a few lines of code. The SDK is available in Python, JavaScript, and TypeScript, so you can work with your preferred programming language and integrate Respell into your projects seamlessly.

What is the pricing for Respell?

Respell is completely free to use, with a generous free tier that allows up to 1000 requests per month. This makes it accessible for developers and organizations of all sizes to explore and experiment with this powerful tool without any upfront costs. Whether you're a student working on a personal project or a startup building the next big thing, you can get started with Respell without worrying about breaking the bank.

What kind of authentication is supported for Respell?

Respell supports OAuth2 authentication, ensuring secure and authorized access to its functionalities. You can leverage the Composio.dev API to handle authentication and call functions from Respell seamlessly. The SDK is available in Python, JavaScript, and TypeScript for your convenience, making it easy to integrate authentication into your projects and keep your users' data safe and secure.

Can I add Respell to my project?

Absolutely! You can easily incorporate Respell into your project by utilizing the Composio.dev API. This API allows you to call functions from Respell, enabling you to leverage its capabilities within your application. The SDK is available in Python, JavaScript, and TypeScript to facilitate integration, so you can work with the language you're most comfortable with and add Respell to your project with ease.

What is the accuracy of Respell?

Respell is designed to provide highly accurate and reliable results, ensuring that your AI applications perform at their best. The integration with Composio.dev ensures precise function calls, enabling you to build robust and powerful AI applications with confidence. Respell's comprehensive framework and the ability to leverage state-of-the-art models ensure reliable and accurate outcomes for your AI development needs, whether you're working on a chatbot, a content creation tool, or any other AI-powered project.

What are some common use cases for Respell?

Respell can be used for a wide range of AI applications, making it a versatile tool for developers and creators alike. Some common use cases include natural language processing, text generation, question answering, sentiment analysis, and more. It's particularly useful for building chatbots, virtual assistants, content creation tools, and other AI-powered applications that can help you automate tasks, engage with users, and create compelling content. Whether you're working on a personal project or building a product for your startup, Respell can help you bring your ideas to life.

How does Respell handle data privacy and security?

Data privacy and security are crucial considerations when working with AI systems, and Respell takes these issues seriously. It follows industry best practices and adheres to strict data protection regulations, ensuring that your data is kept safe and secure. Respell provides robust security measures, such as encryption and access controls, to ensure the confidentiality and integrity of your data. You can rest assured that your sensitive information is protected when using Respell for your AI development needs.
+ Integrate seamlessly with your agentic frameworks
Composio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and Sizes
Building for AI across continents๐Ÿงช