You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,6 +66,10 @@ The following arguments are supported:
64
66
*`medium`
65
67
*`high`
66
68
69
+
*`thinking_enabled` - (Optional) Enables the model's thinking capability. Default is `false`.
70
+
71
+
*`thinking_budget_tokens` - (Optional) Sets the token budget for the model's thinking capability. Default is `1024`.
72
+
67
73
*`input_cost_per_million_tokens` - (Optional) Cost per million input tokens. This will be automatically converted to the per-token cost required by the API.
68
74
69
75
*`output_cost_per_million_tokens` - (Optional) Cost per million output tokens. This will be automatically converted to the per-token cost required by the API.
0 commit comments