provider(gmicloud): add Opus 4.8 and GPT-5.5

This commit is contained in:
AbdoKnbGit
2026-06-29 11:59:52 +02:00
parent 25e012fcdd
commit 970bc8f6d3
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,9 @@
base_model = "anthropic/claude-opus-4-8"
# GMI documents Opus 4.8 as defaulting to high effort, with xhigh for Claude Code
# and max via API parameters.
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
output = 25
cache_read = 0.5
@@ -0,0 +1,8 @@
base_model = "openai/gpt-5.5"
# GMI's Responses endpoint sends reasoning effort as reasoning = { effort = "low" }.
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
[cost]
input = 5
output = 30
cache_read = 0.5