Works best on Chrome and Edge.
This article provides instructions for accessing the Claude 3 API through AiSudo. AiSudo offers a simplified interface for connecting to third-party AI providers, including Anthropic's Claude 3 language model.
If haven't use Anthropic's API before, you need to activate the free plan:
Open AiSudo App
After the session is created:
The image above shows a successful API connection to Claude 3 via AiSudo. Use this as a reference to confirm that your configuration is correct. In the screenshot, the model is instructed to be a puns generator (using System Instruction Parameter), and the AI will respond accordingly for the rest of the conversation.
This is the list of available setting parameters on the AiSudo app for this model:
For further information, check https://docs.anthropic.com/en/api/messages.
The list might be expanded with additional parameters in the future.
Claude 3 offers state-of-the-art natural language processing for tasks like text generation, analysis, and question-answering. By using AiSudo, you can quickly implement Claude 3 functionalities without directly managing API calls to Anthropic.
API access refers to the method of interacting with a software application or service programmatically. An API (Application Programming Interface) acts as a bridge, allowing different software systems to communicate and exchange data with the service provider.
In the context of AiSudo and Claude 3:
If you want to change the parameters, you can configure the connection manually using a JSON file. The file can be found at:
https://github.com/aisudoapp/ai-model-providers/tree/main/providers/anthropic
Claude 3.5 Sonnet | Claude 3 Opus | Claude 3 Sonnet | Claude 3 Haiku | |
---|---|---|---|---|
Description | Most intelligent model | Powerful model for highly complex tasks | Balance of intelligence and speed | Fastest and most compact model for near-instant responsiveness |
Strengths | Highest level of intelligence and capability | Top-level performance, intelligence, fluency, and understanding | Strong utility, balanced for scaled deployments | Quick and accurate targeted performance |
Multilingual | Yes | Yes | Yes | Yes |
Vision | Yes | Yes | Yes | Yes |
API model name | claude-3-5-sonnet-20240620 | claude-3-opus-20240229 | claude-3-sonnet-20240229 | claude-3-haiku-20240307 |
API format | Messages API | Messages API | Messages API | Messages API |
Comparative latency | Fast | Moderately fast | Fast | Fastest |
Context window | 200K | 200K | 200K | 200K |
Max output | 8192 tokens | 4096 tokens | 4096 tokens | 4096 tokens |
Cost (Input / Output per MTok) | $3.00 / $15.00 | $15.00 / $75.00 | $3.00 / $15.00 | $0.25 / $1.25 |
Training data cut-off | Apr 2024 | Aug 2023 | Aug 2023 | Aug 2023 |
This is the limit for Anthropics Free Tier:
MODEL TIER | REQUESTS PER MINUTE | TOKENS PER MINUTE | TOKENS PER DAY |
---|---|---|---|
Claude 3.5 Sonnet | 5 | 20,000 | 300,000 |
Claude 3 Opus | 5 | 10,000 | 300,000 |
Claude 3 Sonnet | 5 | 20,000 | 300,000 |
Claude 3 Haiku | 5 | 25,000 | 300,000 |
We do not collect or store any data sent to third-party providers. Any data exchanged with these providers is not retained or saved in our database, your data is remain private and secure.