update zen models
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user