Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 509cde9

Browse files
committed
Merge branch 'main' into shuowei-anywidget-cell-visual
2 parents 42c3f9f + a2f2b65 commit 509cde9

File tree

4 files changed

+512
-679
lines changed

4 files changed

+512
-679
lines changed

bigframes/ml/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ class Claude3TextGenerator(base.RetriableRemotePredictor):
877877
The model for natural language tasks. Possible values are "claude-3-sonnet", "claude-3-haiku", "claude-3-5-sonnet" and "claude-3-opus".
878878
"claude-3-sonnet" (deprecated) is Anthropic's dependable combination of skills and speed. It is engineered to be dependable for scaled AI deployments across a variety of use cases.
879879
"claude-3-haiku" is Anthropic's fastest, most compact vision and text model for near-instant responses to simple queries, meant for seamless AI experiences mimicking human interactions.
880-
"claude-3-5-sonnet" is Anthropic's most powerful AI model and maintains the speed and cost of Claude 3 Sonnet, which is a mid-tier model.
880+
"claude-3-5-sonnet" (deprecated) is Anthropic's most powerful AI model and maintains the speed and cost of Claude 3 Sonnet, which is a mid-tier model.
881881
"claude-3-opus" (deprecated) is Anthropic's second-most powerful AI model, with strong performance on highly complex tasks.
882882
https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#available-claude-models
883883
If no setting is provided, "claude-3-sonnet" will be used by default

0 commit comments

Comments
 (0)