update zen models

This commit is contained in:
Frank
2026-07-10 13:48:32 -04:00
parent 084f3e1684
commit 83ffebbca7
3 changed files with 54 additions and 0 deletions
@@ -0,0 +1,18 @@
base_model = "openai/gpt-5.6-luna"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 1
output = 6
cache_read = 0.1
cache_write = 1.25
[[cost.tiers]]
tier = { type = "context", size = 272_000 }
input = 2
output = 9
cache_read = 0.2
cache_write = 2.5
[provider]
npm = "@ai-sdk/openai"
@@ -0,0 +1,18 @@
base_model = "openai/gpt-5.6-sol"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
output = 30
cache_read = 0.5
cache_write = 6.25
[[cost.tiers]]
tier = { type = "context", size = 272_000 }
input = 10
output = 45
cache_read = 1
cache_write = 12.5
[provider]
npm = "@ai-sdk/openai"
@@ -0,0 +1,18 @@
base_model = "openai/gpt-5.6-terra"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 2.5
output = 15
cache_read = 0.25
cache_write = 3.125
[[cost.tiers]]
tier = { type = "context", size = 272_000 }
input = 5
output = 22.5
cache_read = 0.5
cache_write = 6.25
[provider]
npm = "@ai-sdk/openai"