Skip to content

Commit 504c85f

Browse files
committed
fix formatting
1 parent d860ad7 commit 504c85f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/cody/enterprise/model-configuration.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,7 @@ This field is an array of items, each with the following fields:
225225
- `contextWindow`: An object that defines the **number of tokens** (units of text) that can be sent to the LLM. This setting influences response time and request cost and may vary according to the limits set by each LLM model or provider. It includes two fields:
226226
- `maxInputTokens`: Specifies the maximum number of tokens for the contextual data in the prompt (e.g., question, relevant snippets)
227227
- `maxOutputTokens`: Specifies the maximum number of tokens allowed in the response
228-
- `reasoningEffort`: Specifies the effort on reasoning for reasoning models (having `reasoning` capability). Supported values: `high`, `medium`, `low`.
229-
230-
How this value is treated depends on the specific provider.
228+
- `reasoningEffort`: Specifies the effort on reasoning for reasoning models (having `reasoning` capability). Supported values: `high`, `medium`, `low`. How this value is treated depends on the specific provider.
231229
For example, for Anthropic models supporting thinking, `low` effort means that the minimum [`thinking.budget_tokens`](https://docs.anthropic.com/en/api/messages#body-thinking) value (1024) will be used. For other `reasoningEffort` values, the `contextWindow.maxOutputTokens / 2` value will be used.
232230
For OpenAI reasoning models, the `reasoningEffort` field value corresponds to the [`reasoning_effort`](https://platform.openai.com/docs/api-reference/chat/create#chat-create-reasoning_effort) request body value.
233231
- `serverSideConfig`: Additional configuration for the model. It can be one of the following:

0 commit comments

Comments
 (0)