Skip to content

Commit 4589293

Browse files
authored
global endpoint opus4 (#4128)
1 parent bdf5745 commit 4589293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/official/generative_ai/anthropic_claude_intro.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"\n",
106106
"This notebook shows how to use **Vertex AI API** and **Anthropic’s Vertex SDK for Python** to call the Claude models on Vertex AI API.\n",
107107
"\n",
108-
"For more information, see the [Use Claude](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude) documentation.\n"
108+
"For more information and list of supported regions, see the [Use Claude](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude) documentation.\n"
109109
]
110110
},
111111
{
@@ -195,7 +195,7 @@
195195
"if MODEL == \"claude-sonnet-4@20250514\":\n",
196196
" available_regions = [\"us-east5\", \"europe-west4\", \"GLOBAL\"]\n",
197197
"elif MODEL == \"claude-opus-4@20250514\":\n",
198-
" available_regions = [\"us-east5\", \"europe-west4\"]\n",
198+
" available_regions = [\"us-east5\", \"europe-west4\", \"GLOBAL\"]\n",
199199
"elif MODEL == \"claude-3-7-sonnet@20250219\":\n",
200200
" available_regions = [\"us-east5\", \"europe-west1\", \"europe-west4\", \"GLOBAL\"]\n",
201201
"elif MODEL == \"claude-3-5-sonnet-v2@20241022\":\n",

0 commit comments

Comments
 (0)