mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-01 07:07:21 +00:00
docs - openweb show how to include reasoning content (#13060)
This commit is contained in:
@@ -119,12 +119,17 @@ Example litellm config.yaml:
|
||||
|
||||
```yaml
|
||||
model_list:
|
||||
- model_name: thinking-anthropic-claude-3-7-sonnet
|
||||
- model_name: thinking-anthropic-claude-3-7-sonnet # Bedrock Anthropic
|
||||
litellm_params:
|
||||
model: bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0
|
||||
thinking: {"type": "enabled", "budget_tokens": 1024}
|
||||
max_tokens: 1080
|
||||
merge_reasoning_content_in_choices: true
|
||||
- model_name: vertex_ai/gemini-2.5-pro # Vertex AI Gemini
|
||||
litellm_params:
|
||||
model: vertex_ai/gemini-2.5-pro
|
||||
thinking: {"type": "enabled", "budget_tokens": 1024}
|
||||
merge_reasoning_content_in_choices: true
|
||||
```
|
||||
|
||||
### Test it on Open WebUI
|
||||
|
||||
Reference in New Issue
Block a user