File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ modalities:
1616 input :
1717 - text
1818 - image
19+ - video
1920 output :
2021 - text
2122 - image
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ modalities:
1919 - text
2020 - image
2121 - video
22+ - audio
2223 output :
2324 - text
2425 - image
Original file line number Diff line number Diff line change @@ -47,10 +47,12 @@ params:
4747provisioning : serverless
4848removeParams :
4949 - temperature
50+ - top_p
5051sources :
5152 - https://platform.claude.com/docs/en/about-claude/models/overview
5253 - https://platform.claude.com/docs/en/about-claude/pricing
5354 - https://platform.claude.com/docs/en/build-with-claude/claude-on-vertex-ai
55+ - https://platform.claude.com/docs/en/about-claude/model-deprecations
5456status : active
5557supportedModes :
5658 - chat
Original file line number Diff line number Diff line change 11costs :
22 - input_cost_per_token : 2e-7
3+ input_cost_per_token_batches : 1e-7
34 output_cost_per_token : 2e-7
5+ output_cost_per_token_batches : 1e-7
46 region : " *"
57features :
68 - function_calling
79 - parallel_function_calling
810 - tool_choice
911 - structured_output
1012 - json_output
13+ - system_messages
14+ - assistant_prefill
1115limits :
1216 context_window : 262144
1317modalities :
Original file line number Diff line number Diff line change 1+ costs :
2+ - cache_read_input_token_cost : 1e-7
3+ input_cost_per_token : 1e-6
4+ output_cost_per_token : 3.2e-6
5+ region : " *"
6+ features :
7+ - function_calling
8+ - parallel_function_calling
9+ - tool_choice
10+ - json_output
11+ - structured_output
12+ - prompt_caching
13+ - system_messages
14+ limits :
15+ context_window : 202752
16+ modalities :
17+ input :
18+ - text
19+ output :
20+ - text
21+ mode : chat
22+ model : GLM-5.1
23+ provisioning : serverless
24+ sources :
25+ - https://pass.wafer.ai/v1/models
26+ status : active
27+ supportedModes :
28+ - chat
29+ thinking : true
Original file line number Diff line number Diff line change 1+ costs :
2+ - cache_read_input_token_cost : 2e-7
3+ input_cost_per_token : 1.2e-6
4+ output_cost_per_token : 4.1e-6
5+ region : " *"
6+ features :
7+ - function_calling
8+ - tool_choice
9+ - structured_output
10+ - json_output
11+ - prompt_caching
12+ - system_messages
13+ limits :
14+ context_window : 1048576
15+ modalities :
16+ input :
17+ - text
18+ output :
19+ - text
20+ mode : chat
21+ model : GLM-5.2
22+ provisioning : serverless
23+ sources :
24+ - https://pass.wafer.ai/v1/models
25+ status : active
26+ supportedModes :
27+ - chat
28+ - responses
29+ thinking : true
You can’t perform that action at this time.
0 commit comments