File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 17
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-7b30a76357bf665ea0e09e88a4ad7ba5cc84f575df8f946e713e280a105f80a1 .yml
3- openapi_spec_hash : 5c5b5381c30d2d382c79839f5c5fe84b
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-8f955114b8dc48157b4a968ceb5538b361028faf92610b03b9720006f396bf51 .yml
3+ openapi_spec_hash : 09e9371adca4293f21e7c73211c2dad9
44config_hash : 6b1c374dcc1ffa3165dd22f52a77ff89
Original file line number Diff line number Diff line change @@ -1588,8 +1588,11 @@ export interface ChatCompletionCreateParamsBase {
15881588 presence_penalty ?: number | null ;
15891589
15901590 /**
1591- * this field is only available for qwen3 models. Set to 'none' to disable
1592- * reasoning. Set to 'default' or null to let Qwen reason.
1591+ * qwen3 models support the following values Set to 'none' to disable reasoning.
1592+ * Set to 'default' or null to let Qwen reason.
1593+ *
1594+ * openai/gpt-oss-20b and openai/gpt-oss-120b support 'low', 'medium', or 'high'.
1595+ * 'medium' is the default value.
15931596 */
15941597 reasoning_effort ?: 'none' | 'default' | 'low' | 'medium' | 'high' | null ;
15951598
You can’t perform that action at this time.
0 commit comments