Skip to content

add opus 4.7, adjust thinking#2813

Merged
jelveh merged 1 commit intoHeyPuter:mainfrom
P3il4:opus-47
Apr 16, 2026
Merged

add opus 4.7, adjust thinking#2813
jelveh merged 1 commit intoHeyPuter:mainfrom
P3il4:opus-47

Conversation

@P3il4
Copy link
Copy Markdown
Contributor

@P3il4 P3il4 commented Apr 16, 2026

added opus 4.7 (see its breaking changes)
adjusted opus and sonnet 4.6 to use adaptive thinking instead of the old deprecated budget
set opus 4.7, 4.6 and sonnet 4.6 to 1M context as long context is now priced at standard rates
test:

await puter.ai.chat('What is 127 * 43?', {model: 'claude-opus-4-7', reasoning: {effort: 'medium'}})

sends

...
"thinking": {
    "type": "adaptive",
    "display": "summarized"
},
"output_config": {
    "effort": "medium"
}
...

closes #2812

@jelveh jelveh merged commit 6f54edb into HeyPuter:main Apr 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add opus 4.7 direct integration

3 participants