docs: add note about files beta status

This commit is contained in:
Stevan Freeborn
2025-07-14 23:30:02 -05:00
parent e52540eec3
commit 35c4147379
+3
View File
@@ -205,6 +205,9 @@ Console.WriteLine("Model Id: {0}", response.Value.Id);
The `AnthropicApiClient` provides support for the Anthropic Files API, which allows you to upload and manage files for use with the Anthropic API. The `AnthropicApiClient` provides support for the Anthropic Files API, which allows you to upload and manage files for use with the Anthropic API.
> [!NOTE]
> The Files API is currently in beta. To use the Files API, youll need to include the beta feature header: `anthropic-beta: files-api-2025-04-14`
#### Create a File #### Create a File
You can create a file using the Files API in several ways: You can create a file using the Files API in several ways: