We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8939148 commit 348adeeCopy full SHA for 348adee
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc
@@ -93,6 +93,7 @@ The prefix `spring.ai.anthropic` is used as the property prefix that lets you co
93
| Property | Description | Default
94
95
| spring.ai.anthropic.base-url | The URL to connect to | https://api.anthropic.com
96
+| spring.ai.anthropic.completions-path | The path to append to the base URL. | `/v1/chat/completions`
97
| spring.ai.anthropic.version | Anthropic API version | 2023-06-01
98
| spring.ai.anthropic.api-key | The API Key | -
99
| spring.ai.anthropic.beta-version | Enables new/experimental features. If set to `max-tokens-3-5-sonnet-2024-07-15`
0 commit comments