Skip to content

Commit e86a522

Browse files
caitlinwheelesscaitlinwheeless
and
caitlinwheeless
authored
docs: DOC-278: Add Anthropic to Prompts model list (#7117)
Co-authored-by: caitlinwheeless <[email protected]>
1 parent 667432a commit e86a522

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/source/guide/prompts_keys.md

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ There are two approaches to adding a model provider API key.
1818
* OpenAI
1919
* Vertex AI
2020
* Gemini
21+
* Anthropic
2122

2223
* In the second scenario, you add a separate API key per model. Examples include:
2324

@@ -58,6 +59,14 @@ The JSON credentials are required. You can also optionally provide the project I
5859

5960
Once added, all supported models will appear in the base model drop-down when you [draft your prompt](prompts_draft).
6061

62+
## Anthropic API key
63+
64+
You can only have one Anthropic key per organization. This grants you access to set of whitelisted models. For a list of these models, see [Supported base models](prompts_overview#Supported-base-models).
65+
66+
For information on getting an Anthropic API key, see [Anthropic - Accessing the API](https://docs.anthropic.com/en/api/getting-started#accessing-the-api).
67+
68+
Once added, all supported models will appear in the base model drop-down when you [draft your prompt](prompts_draft).
69+
6170
## Azure OpenAI key
6271

6372
Each Azure OpenAI key is tied to a specific deployment, and each deployment comprises a single OpenAI model. So if you want to use multiple models through Azure, you will need to create a deployment for each model and then add each key to Label Studio.

docs/source/guide/prompts_overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ With Prompts, you can:
4848

4949
| Provider | Supported models |
5050
| --- | --- |
51-
| **OpenAI** | gpt-3.5-turbo-16k* <br>gpt-3.5-turbo* <br>gpt-4 <br>gpt-4-turbo <br>gpt-4o <br>gpt-4o-mini <br>o3-mini<br><br>**Note:** We recommend against using GPT 3.5 models, as these can sometimes be prone to rate limit errors and are not compatible with Image data. |
51+
| **OpenAI** | gpt-3.5-turbo-16k* <br>gpt-3.5-turbo* <br>gpt-4 <br>gpt-4-turbo <br>gpt-4o <br>gpt-4o-mini <br>o3-mini <br>o1<br><br>**Note:** We recommend against using GPT 3.5 models, as these can sometimes be prone to rate limit errors and are not compatible with Image data. |
5252
| **Gemini** | gemini-2.0-flash-exp <br>gemini-1.5-flash <br>gemini-1.5-flash-8b <br>gemini-1.5-pro |
5353
| **Vertex AI** | gemini-2.0-flash-exp <br>gemini-1.5-flash <br>gemini-1.5-pro |
54+
| **Anthropic** | claude-3-5-haiku <br>claude-3-5-sonnet |
5455
| **Azure OpenAI** | [Azure OpenAI chat-based models](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models) <br><br>**Note:** We recommend against using GPT 3.5 models, as these can sometimes be prone to rate limit errors and are not compatible with Image data. |
5556
| **Custom** | [Custom LLM](prompts_create#Add-OpenAI-Azure-OpenAI-or-a-custom-model) |
5657

0 commit comments

Comments
 (0)