Add [Unreleased] section for next cycle

This commit is contained in:
Armin Ronacher
2026-05-04 20:33:08 +02:00
parent dbcb473d6f
commit 3c9c54d51b
6 changed files with 43 additions and 33 deletions

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.73.0] - 2026-05-04 ## [0.73.0] - 2026-05-04
## [0.72.1] - 2026-05-02 ## [0.72.1] - 2026-05-02

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.73.0] - 2026-05-04 ## [0.73.0] - 2026-05-04
### Breaking Changes ### Breaking Changes

View File

@@ -9207,8 +9207,8 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.21, input: 0.27,
output: 0.7899999999999999, output: 0.95,
cacheRead: 0.13, cacheRead: 0.13,
cacheWrite: 0, cacheWrite: 0,
}, },
@@ -9279,13 +9279,13 @@ export const MODELS = {
thinkingLevelMap: {"minimal":null,"low":null,"medium":null,"high":"high","xhigh":"max"}, thinkingLevelMap: {"minimal":null,"low":null,"medium":null,"high":"high","xhigh":"max"},
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.435, input: 0,
output: 0.87, output: 0,
cacheRead: 0.003625, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 1048576, contextWindow: 131000,
maxTokens: 384000, maxTokens: 131000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"essentialai/rnj-1-instruct": { "essentialai/rnj-1-instruct": {
id: "essentialai/rnj-1-instruct", id: "essentialai/rnj-1-instruct",
@@ -9318,7 +9318,7 @@ export const MODELS = {
cacheRead: 0.024999999999999998, cacheRead: 0.024999999999999998,
cacheWrite: 0.08333333333333334, cacheWrite: 0.08333333333333334,
}, },
contextWindow: 1000000, contextWindow: 1048576,
maxTokens: 8192, maxTokens: 8192,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"google/gemini-2.0-flash-lite-001": { "google/gemini-2.0-flash-lite-001": {
@@ -11807,13 +11807,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.08, input: 0.09,
output: 0.28, output: 0.44999999999999996,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 40960, contextWindow: 40960,
maxTokens: 16384, maxTokens: 20000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3-30b-a3b-instruct-2507": { "qwen/qwen3-30b-a3b-instruct-2507": {
id: "qwen/qwen3-30b-a3b-instruct-2507", id: "qwen/qwen3-30b-a3b-instruct-2507",
@@ -12232,13 +12232,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.1625, input: 0.15,
output: 1.3, output: 1,
cacheRead: 0, cacheRead: 0.049999999999999996,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 65536, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3.5-397b-a17b": { "qwen/qwen3.5-397b-a17b": {
id: "qwen/qwen3.5-397b-a17b", id: "qwen/qwen3.5-397b-a17b",
@@ -12342,6 +12342,23 @@ export const MODELS = {
contextWindow: 262144, contextWindow: 262144,
maxTokens: 81920, maxTokens: 81920,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3.6-35b-a3b": {
id: "qwen/qwen3.6-35b-a3b",
name: "Qwen: Qwen3.6 35B A3B",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.15,
output: 1,
cacheRead: 0.049999999999999996,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 262144,
} satisfies Model<"openai-completions">,
"qwen/qwen3.6-flash": { "qwen/qwen3.6-flash": {
id: "qwen/qwen3.6-flash", id: "qwen/qwen3.6-flash",
name: "Qwen: Qwen3.6 Flash", name: "Qwen: Qwen3.6 Flash",
@@ -14573,23 +14590,6 @@ export const MODELS = {
contextWindow: 131072, contextWindow: 131072,
maxTokens: 131072, maxTokens: 131072,
} satisfies Model<"anthropic-messages">, } satisfies Model<"anthropic-messages">,
"moonshotai/kimi-k2-0905": {
id: "moonshotai/kimi-k2-0905",
name: "Kimi K2 0905",
api: "anthropic-messages",
provider: "vercel-ai-gateway",
baseUrl: "https://ai-gateway.vercel.sh",
reasoning: false,
input: ["text"],
cost: {
input: 0.6,
output: 2.5,
cacheRead: 0.3,
cacheWrite: 0,
},
contextWindow: 256000,
maxTokens: 128000,
} satisfies Model<"anthropic-messages">,
"moonshotai/kimi-k2-thinking": { "moonshotai/kimi-k2-thinking": {
id: "moonshotai/kimi-k2-thinking", id: "moonshotai/kimi-k2-thinking",
name: "Kimi K2 Thinking", name: "Kimi K2 Thinking",
@@ -16813,7 +16813,7 @@ export const MODELS = {
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"glm-5v-turbo": { "glm-5v-turbo": {
id: "glm-5v-turbo", id: "glm-5v-turbo",
name: "glm-5v-turbo", name: "GLM-5V-Turbo",
api: "openai-completions", api: "openai-completions",
provider: "zai", provider: "zai",
baseUrl: "https://api.z.ai/api/coding/paas/v4", baseUrl: "https://api.z.ai/api/coding/paas/v4",

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.73.0] - 2026-05-04 ## [0.73.0] - 2026-05-04
### New Features ### New Features

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.73.0] - 2026-05-04 ## [0.73.0] - 2026-05-04
### Fixed ### Fixed

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.73.0] - 2026-05-04 ## [0.73.0] - 2026-05-04
## [0.72.1] - 2026-05-02 ## [0.72.1] - 2026-05-02