Anthropic
Last updated
Last updated
System Prompt - Your application’s system prompt. It sets the initial instructions or context for the AI model, defines the behavior, tone, and specific guidelines the AI should follow while interacting. For best practices, refer to the OpenAI documentation on prompt engineering.
API Key - Your Anthropic API Key, it can be generated in via Anthropic's web Console, in API keys section in Account Settings.
Model - Anthropic API name of the large language model that your application is using, you can search for available models, under "Anthropic API" column of the "Model names" table here.
Max Tokens - This parameter specifies the absolute maximum number of tokens that model can generate and return in the response.
For more information, you can explore the official Anthropic documentation.