@blockrun/franklin 3.24.1 → 3.24.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -235,6 +235,7 @@ const MODEL_CONTEXT_WINDOWS = {
235
235
  'zai/glm-5.1': 200_000,
236
236
  'moonshot/kimi-k2.6': 256_000,
237
237
  'moonshot/kimi-k2.5': 128_000,
238
+ 'minimax/minimax-m3': 1_000_000,
238
239
  'minimax/minimax-m2.7': 128_000,
239
240
  // NVIDIA-hosted free tier (2026-04-29 V4 Flash + Omni launch)
240
241
  'nvidia/deepseek-v4-flash': 1_000_000,
package/dist/pricing.js CHANGED
@@ -76,6 +76,7 @@ export const MODEL_PRICING = {
76
76
  // through 2026-05-31 — list is $2.00/$4.00, promo is $0.50/$1.00.
77
77
  'deepseek/deepseek-v4-pro': { input: 0.50, output: 1.00 },
78
78
  // Minimax
79
+ 'minimax/minimax-m3': { input: 0.3, output: 1.2 },
79
80
  'minimax/minimax-m2.7': { input: 0.3, output: 1.2 },
80
81
  'minimax/minimax-m2.5': { input: 0.3, output: 1.2 },
81
82
  // Moonshot
@@ -154,7 +154,8 @@ const MODEL_SHORTCUTS = {
154
154
  nemotron: 'nvidia/qwen3-coder-480b',
155
155
  devstral: 'nvidia/qwen3-coder-480b',
156
156
  // Minimax
157
- minimax: 'minimax/minimax-m2.7',
157
+ minimax: 'minimax/minimax-m3',
158
+ 'm3': 'minimax/minimax-m3',
158
159
  'm2.7': 'minimax/minimax-m2.7',
159
160
  // Others
160
161
  glm: 'zai/glm-5.1',
@@ -91,7 +91,8 @@ export const MODEL_SHORTCUTS = {
91
91
  nemotron: 'nvidia/qwen3-coder-480b',
92
92
  devstral: 'nvidia/qwen3-coder-480b',
93
93
  // Others
94
- minimax: 'minimax/minimax-m2.7',
94
+ minimax: 'minimax/minimax-m3',
95
+ 'm3': 'minimax/minimax-m3',
95
96
  'm2.7': 'minimax/minimax-m2.7',
96
97
  glm: 'zai/glm-5.1',
97
98
  'glm-turbo': 'zai/glm-5-turbo',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/franklin",
3
- "version": "3.24.1",
3
+ "version": "3.24.2",
4
4
  "description": "Franklin Agent — The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.",
5
5
  "type": "module",
6
6
  "exports": {