脑阔有点痛 (@naokuoyoudiantong) 在 claude-3-7-sonnet-20250219如何在cherry studio中设置超大输出呀? 中发帖
claude-3-7-sonnet-20250219超大输出(128K)cherry studio怎么设置啊 有谁会的吗?
我看官方文档是
如果希望使用超过8192的超大输出(128K),可以设置anthropic-beta头为output-128k-2025-02-19官方文档
[image]
curl https://api.anthropic.com/v1/messages
–header “x-api-key: $ANTHROPIC_API_KEY”
–header “anthropic-version: 2023-06-01”
–header “anthropic-beta: output-128k-2025-02-19”
–header “content-type: application/json”
–data
‘{
“model”: “...