增加环绕侦察场景适配
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -411,9 +411,9 @@ class Completions(SyncAPIResource):
|
||||
|
||||
reasoning_effort: Constrains effort on reasoning for
|
||||
[reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
||||
supported values are `none`, `minimal`, `low`, `medium`, and `high`. Reducing
|
||||
reasoning effort can result in faster responses and fewer tokens used on
|
||||
reasoning in a response.
|
||||
supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`.
|
||||
Reducing reasoning effort can result in faster responses and fewer tokens used
|
||||
on reasoning in a response.
|
||||
|
||||
- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported
|
||||
reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool
|
||||
@@ -421,6 +421,7 @@ class Completions(SyncAPIResource):
|
||||
- All models before `gpt-5.1` default to `medium` reasoning effort, and do not
|
||||
support `none`.
|
||||
- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
||||
- `xhigh` is supported for all models after `gpt-5.1-codex-max`.
|
||||
|
||||
response_format: An object specifying the format that the model must output.
|
||||
|
||||
@@ -721,9 +722,9 @@ class Completions(SyncAPIResource):
|
||||
|
||||
reasoning_effort: Constrains effort on reasoning for
|
||||
[reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
||||
supported values are `none`, `minimal`, `low`, `medium`, and `high`. Reducing
|
||||
reasoning effort can result in faster responses and fewer tokens used on
|
||||
reasoning in a response.
|
||||
supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`.
|
||||
Reducing reasoning effort can result in faster responses and fewer tokens used
|
||||
on reasoning in a response.
|
||||
|
||||
- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported
|
||||
reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool
|
||||
@@ -731,6 +732,7 @@ class Completions(SyncAPIResource):
|
||||
- All models before `gpt-5.1` default to `medium` reasoning effort, and do not
|
||||
support `none`.
|
||||
- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
||||
- `xhigh` is supported for all models after `gpt-5.1-codex-max`.
|
||||
|
||||
response_format: An object specifying the format that the model must output.
|
||||
|
||||
@@ -1022,9 +1024,9 @@ class Completions(SyncAPIResource):
|
||||
|
||||
reasoning_effort: Constrains effort on reasoning for
|
||||
[reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
||||
supported values are `none`, `minimal`, `low`, `medium`, and `high`. Reducing
|
||||
reasoning effort can result in faster responses and fewer tokens used on
|
||||
reasoning in a response.
|
||||
supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`.
|
||||
Reducing reasoning effort can result in faster responses and fewer tokens used
|
||||
on reasoning in a response.
|
||||
|
||||
- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported
|
||||
reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool
|
||||
@@ -1032,6 +1034,7 @@ class Completions(SyncAPIResource):
|
||||
- All models before `gpt-5.1` default to `medium` reasoning effort, and do not
|
||||
support `none`.
|
||||
- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
||||
- `xhigh` is supported for all models after `gpt-5.1-codex-max`.
|
||||
|
||||
response_format: An object specifying the format that the model must output.
|
||||
|
||||
@@ -1894,9 +1897,9 @@ class AsyncCompletions(AsyncAPIResource):
|
||||
|
||||
reasoning_effort: Constrains effort on reasoning for
|
||||
[reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
||||
supported values are `none`, `minimal`, `low`, `medium`, and `high`. Reducing
|
||||
reasoning effort can result in faster responses and fewer tokens used on
|
||||
reasoning in a response.
|
||||
supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`.
|
||||
Reducing reasoning effort can result in faster responses and fewer tokens used
|
||||
on reasoning in a response.
|
||||
|
||||
- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported
|
||||
reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool
|
||||
@@ -1904,6 +1907,7 @@ class AsyncCompletions(AsyncAPIResource):
|
||||
- All models before `gpt-5.1` default to `medium` reasoning effort, and do not
|
||||
support `none`.
|
||||
- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
||||
- `xhigh` is supported for all models after `gpt-5.1-codex-max`.
|
||||
|
||||
response_format: An object specifying the format that the model must output.
|
||||
|
||||
@@ -2204,9 +2208,9 @@ class AsyncCompletions(AsyncAPIResource):
|
||||
|
||||
reasoning_effort: Constrains effort on reasoning for
|
||||
[reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
||||
supported values are `none`, `minimal`, `low`, `medium`, and `high`. Reducing
|
||||
reasoning effort can result in faster responses and fewer tokens used on
|
||||
reasoning in a response.
|
||||
supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`.
|
||||
Reducing reasoning effort can result in faster responses and fewer tokens used
|
||||
on reasoning in a response.
|
||||
|
||||
- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported
|
||||
reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool
|
||||
@@ -2214,6 +2218,7 @@ class AsyncCompletions(AsyncAPIResource):
|
||||
- All models before `gpt-5.1` default to `medium` reasoning effort, and do not
|
||||
support `none`.
|
||||
- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
||||
- `xhigh` is supported for all models after `gpt-5.1-codex-max`.
|
||||
|
||||
response_format: An object specifying the format that the model must output.
|
||||
|
||||
@@ -2505,9 +2510,9 @@ class AsyncCompletions(AsyncAPIResource):
|
||||
|
||||
reasoning_effort: Constrains effort on reasoning for
|
||||
[reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
||||
supported values are `none`, `minimal`, `low`, `medium`, and `high`. Reducing
|
||||
reasoning effort can result in faster responses and fewer tokens used on
|
||||
reasoning in a response.
|
||||
supported values are `none`, `minimal`, `low`, `medium`, `high`, and `xhigh`.
|
||||
Reducing reasoning effort can result in faster responses and fewer tokens used
|
||||
on reasoning in a response.
|
||||
|
||||
- `gpt-5.1` defaults to `none`, which does not perform reasoning. The supported
|
||||
reasoning values for `gpt-5.1` are `none`, `low`, `medium`, and `high`. Tool
|
||||
@@ -2515,6 +2520,7 @@ class AsyncCompletions(AsyncAPIResource):
|
||||
- All models before `gpt-5.1` default to `medium` reasoning effort, and do not
|
||||
support `none`.
|
||||
- The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
||||
- `xhigh` is supported for all models after `gpt-5.1-codex-max`.
|
||||
|
||||
response_format: An object specifying the format that the model must output.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user