Release v0.80.4

This commit is contained in:
Armin Ronacher
2026-07-09 20:52:57 +02:00
parent bf75b8aa39
commit 912d0953f6
27 changed files with 100 additions and 83 deletions
@@ -608,7 +608,7 @@ export const AZURE_OPENAI_RESPONSES_MODELS = {
} satisfies Model<"azure-openai-responses">,
"gpt-5.6": {
id: "gpt-5.6",
name: "GPT-5.6 Sol",
name: "GPT-5.6",
api: "azure-openai-responses",
provider: "azure-openai-responses",
baseUrl: "",
+1 -1
View File
@@ -608,7 +608,7 @@ export const OPENAI_MODELS = {
} satisfies Model<"openai-responses">,
"gpt-5.6": {
id: "gpt-5.6",
name: "GPT-5.6 Sol",
name: "GPT-5.6",
api: "openai-responses",
provider: "openai",
baseUrl: "https://api.openai.com/v1",
@@ -1895,8 +1895,8 @@ export const OPENROUTER_MODELS = {
input: ["text", "image"],
cost: {
input: 0.72,
output: 3.5,
cacheRead: 0.15,
output: 3.49,
cacheRead: 0.159,
cacheWrite: 0,
},
contextWindow: 262144,
@@ -2810,7 +2810,7 @@ export const OPENROUTER_MODELS = {
input: 1,
output: 6,
cacheRead: 0.1,
cacheWrite: 0,
cacheWrite: 1.25,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -2829,7 +2829,7 @@ export const OPENROUTER_MODELS = {
input: 1,
output: 6,
cacheRead: 0.1,
cacheWrite: 0,
cacheWrite: 1.25,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -2848,7 +2848,7 @@ export const OPENROUTER_MODELS = {
input: 5,
output: 30,
cacheRead: 0.5,
cacheWrite: 0,
cacheWrite: 6.25,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -2867,7 +2867,7 @@ export const OPENROUTER_MODELS = {
input: 5,
output: 30,
cacheRead: 0.5,
cacheWrite: 0,
cacheWrite: 6.25,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -2886,7 +2886,7 @@ export const OPENROUTER_MODELS = {
input: 2.5,
output: 15,
cacheRead: 0.25,
cacheWrite: 0,
cacheWrite: 3.125,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -2905,7 +2905,7 @@ export const OPENROUTER_MODELS = {
input: 2.5,
output: 15,
cacheRead: 0.25,
cacheWrite: 0,
cacheWrite: 3.125,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -4850,7 +4850,7 @@ export const OPENROUTER_MODELS = {
input: 5,
output: 30,
cacheRead: 0.5,
cacheWrite: 0,
cacheWrite: 6.25,
},
contextWindow: 1050000,
maxTokens: 128000,
@@ -1391,6 +1391,23 @@ export const VERCEL_AI_GATEWAY_MODELS = {
contextWindow: 128000,
maxTokens: 8192,
} satisfies Model<"anthropic-messages">,
"meta/muse-spark-1.1": {
id: "meta/muse-spark-1.1",
name: "Muse Spark 1.1",
api: "anthropic-messages",
provider: "vercel-ai-gateway",
baseUrl: "https://ai-gateway.vercel.sh",
reasoning: true,
input: ["text"],
cost: {
input: 1.25,
output: 4.25,
cacheRead: 0.15,
cacheWrite: 0,
},
contextWindow: 1048576,
maxTokens: 1048576,
} satisfies Model<"anthropic-messages">,
"minimax/minimax-m2": {
id: "minimax/minimax-m2",
name: "MiniMax M2",