gsd-pi 2.74.0-dev.6e23363 → 2.74.0-dev.703eabc
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.
- package/dist/resources/extensions/gsd/auto-post-unit.js +7 -3
- package/dist/resources/extensions/gsd/bootstrap/register-extension.js +10 -1
- package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +45 -4
- package/dist/resources/extensions/gsd/commands/handlers/ops.js +5 -0
- package/dist/resources/extensions/gsd/commands-extract-learnings.js +225 -0
- package/dist/resources/extensions/gsd/ecosystem/gsd-extension-api.js +144 -0
- package/dist/resources/extensions/gsd/ecosystem/loader.js +145 -0
- package/dist/tsconfig.extensions.tsbuildinfo +1 -1
- package/dist/web/standalone/.next/BUILD_ID +1 -1
- package/dist/web/standalone/.next/app-path-routes-manifest.json +16 -16
- package/dist/web/standalone/.next/build-manifest.json +2 -2
- package/dist/web/standalone/.next/prerender-manifest.json +3 -3
- package/dist/web/standalone/.next/server/app/_global-error.html +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/api/onboarding/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/input/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/resize/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/sessions/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/terminal/stream/route.js +1 -1
- package/dist/web/standalone/.next/server/app/index.html +1 -1
- package/dist/web/standalone/.next/server/app/index.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app-paths-manifest.json +16 -16
- package/dist/web/standalone/.next/server/chunks/6897.js +3 -3
- package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/dist/web/standalone/.next/server/middleware-manifest.json +5 -5
- package/dist/web/standalone/.next/server/pages/404.html +1 -1
- package/dist/web/standalone/.next/server/pages/500.html +1 -1
- package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
- package/package.json +1 -1
- package/packages/mcp-server/dist/readers/graph.d.ts +1 -1
- package/packages/mcp-server/dist/readers/graph.d.ts.map +1 -1
- package/packages/mcp-server/dist/readers/graph.js +107 -0
- package/packages/mcp-server/dist/readers/graph.js.map +1 -1
- package/packages/mcp-server/src/readers/graph.test.ts +178 -0
- package/packages/mcp-server/src/readers/graph.ts +148 -1
- package/packages/mcp-server/tsconfig.tsbuildinfo +1 -1
- package/packages/pi-agent-core/tsconfig.tsbuildinfo +1 -1
- package/packages/pi-ai/dist/index.d.ts +1 -9
- package/packages/pi-ai/dist/index.d.ts.map +1 -1
- package/packages/pi-ai/dist/index.js +1 -9
- package/packages/pi-ai/dist/index.js.map +1 -1
- package/packages/pi-ai/dist/models/capability-patches.d.ts +19 -0
- package/packages/pi-ai/dist/models/capability-patches.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/capability-patches.js +36 -0
- package/packages/pi-ai/dist/models/capability-patches.js.map +1 -0
- package/packages/pi-ai/dist/{models.custom.d.ts → models/custom.d.ts} +1 -1
- package/packages/pi-ai/dist/models/custom.d.ts.map +1 -0
- package/packages/pi-ai/dist/{models.custom.js → models/custom.js} +4 -4
- package/packages/pi-ai/dist/models/custom.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/amazon-bedrock.d.ts +1482 -0
- package/packages/pi-ai/dist/models/generated/amazon-bedrock.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/amazon-bedrock.js +1484 -0
- package/packages/pi-ai/dist/models/generated/amazon-bedrock.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/anthropic.d.ts +377 -0
- package/packages/pi-ai/dist/models/generated/anthropic.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/anthropic.js +379 -0
- package/packages/pi-ai/dist/models/generated/anthropic.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/azure-openai-responses.d.ts +700 -0
- package/packages/pi-ai/dist/models/generated/azure-openai-responses.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/azure-openai-responses.js +702 -0
- package/packages/pi-ai/dist/models/generated/azure-openai-responses.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/cerebras.d.ts +71 -0
- package/packages/pi-ai/dist/models/generated/cerebras.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/cerebras.js +73 -0
- package/packages/pi-ai/dist/models/generated/cerebras.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/github-copilot.d.ts +590 -0
- package/packages/pi-ai/dist/models/generated/github-copilot.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/github-copilot.js +444 -0
- package/packages/pi-ai/dist/models/generated/github-copilot.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/google-antigravity.d.ts +156 -0
- package/packages/pi-ai/dist/models/generated/google-antigravity.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/google-antigravity.js +158 -0
- package/packages/pi-ai/dist/models/generated/google-antigravity.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/google-gemini-cli.d.ts +105 -0
- package/packages/pi-ai/dist/models/generated/google-gemini-cli.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/google-gemini-cli.js +107 -0
- package/packages/pi-ai/dist/models/generated/google-gemini-cli.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/google-vertex.d.ts +207 -0
- package/packages/pi-ai/dist/models/generated/google-vertex.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/google-vertex.js +209 -0
- package/packages/pi-ai/dist/models/generated/google-vertex.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/google.d.ts +462 -0
- package/packages/pi-ai/dist/models/generated/google.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/google.js +464 -0
- package/packages/pi-ai/dist/models/generated/google.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/groq.d.ts +309 -0
- package/packages/pi-ai/dist/models/generated/groq.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/groq.js +311 -0
- package/packages/pi-ai/dist/models/generated/groq.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/huggingface.d.ts +383 -0
- package/packages/pi-ai/dist/models/generated/huggingface.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/huggingface.js +347 -0
- package/packages/pi-ai/dist/models/generated/huggingface.js.map +1 -0
- package/packages/pi-ai/dist/{models.generated.d.ts → models/generated/index.d.ts} +1 -1
- package/packages/pi-ai/dist/{models.generated.d.ts.map → models/generated/index.d.ts.map} +1 -1
- package/packages/pi-ai/dist/models/generated/index.js +51 -0
- package/packages/pi-ai/dist/models/generated/index.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/kimi-coding.d.ts +37 -0
- package/packages/pi-ai/dist/models/generated/kimi-coding.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/kimi-coding.js +39 -0
- package/packages/pi-ai/dist/models/generated/kimi-coding.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/minimax-cn.d.ts +105 -0
- package/packages/pi-ai/dist/models/generated/minimax-cn.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/minimax-cn.js +107 -0
- package/packages/pi-ai/dist/models/generated/minimax-cn.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/minimax.d.ts +105 -0
- package/packages/pi-ai/dist/models/generated/minimax.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/minimax.js +107 -0
- package/packages/pi-ai/dist/models/generated/minimax.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/mistral.d.ts +445 -0
- package/packages/pi-ai/dist/models/generated/mistral.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/mistral.js +447 -0
- package/packages/pi-ai/dist/models/generated/mistral.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/openai-codex.d.ts +139 -0
- package/packages/pi-ai/dist/models/generated/openai-codex.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/openai-codex.js +141 -0
- package/packages/pi-ai/dist/models/generated/openai-codex.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/openai.d.ts +700 -0
- package/packages/pi-ai/dist/models/generated/openai.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/openai.js +702 -0
- package/packages/pi-ai/dist/models/generated/openai.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/opencode-go.d.ts +122 -0
- package/packages/pi-ai/dist/models/generated/opencode-go.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/opencode-go.js +124 -0
- package/packages/pi-ai/dist/models/generated/opencode-go.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/opencode.d.ts +530 -0
- package/packages/pi-ai/dist/models/generated/opencode.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/opencode.js +532 -0
- package/packages/pi-ai/dist/models/generated/opencode.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/openrouter.d.ts +4270 -0
- package/packages/pi-ai/dist/models/generated/openrouter.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/openrouter.js +4272 -0
- package/packages/pi-ai/dist/models/generated/openrouter.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.d.ts +2604 -0
- package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.js +2606 -0
- package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/xai.d.ts +411 -0
- package/packages/pi-ai/dist/models/generated/xai.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/xai.js +413 -0
- package/packages/pi-ai/dist/models/generated/xai.js.map +1 -0
- package/packages/pi-ai/dist/models/generated/zai.d.ts +276 -0
- package/packages/pi-ai/dist/models/generated/zai.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/generated/zai.js +239 -0
- package/packages/pi-ai/dist/models/generated/zai.js.map +1 -0
- package/packages/pi-ai/dist/models/index.d.ts +27 -0
- package/packages/pi-ai/dist/models/index.d.ts.map +1 -0
- package/packages/pi-ai/dist/models/index.js +80 -0
- package/packages/pi-ai/dist/models/index.js.map +1 -0
- package/packages/pi-ai/dist/models.d.ts +1 -36
- package/packages/pi-ai/dist/models.d.ts.map +1 -1
- package/packages/pi-ai/dist/models.generated.test.js +1 -2
- package/packages/pi-ai/dist/models.generated.test.js.map +1 -1
- package/packages/pi-ai/dist/models.js +3 -112
- package/packages/pi-ai/dist/models.js.map +1 -1
- package/packages/pi-ai/dist/models.test.js +6 -5
- package/packages/pi-ai/dist/models.test.js.map +1 -1
- package/packages/pi-ai/scripts/generate-models.ts +74 -40
- package/packages/pi-ai/src/index.ts +1 -9
- package/packages/pi-ai/src/models/capability-patches.ts +40 -0
- package/packages/pi-ai/src/{models.custom.ts → models/custom.ts} +4 -4
- package/packages/pi-ai/src/models/generated/amazon-bedrock.ts +1486 -0
- package/packages/pi-ai/src/models/generated/anthropic.ts +381 -0
- package/packages/pi-ai/src/models/generated/azure-openai-responses.ts +704 -0
- package/packages/pi-ai/src/models/generated/cerebras.ts +75 -0
- package/packages/pi-ai/src/models/generated/github-copilot.ts +446 -0
- package/packages/pi-ai/src/models/generated/google-antigravity.ts +160 -0
- package/packages/pi-ai/src/models/generated/google-gemini-cli.ts +109 -0
- package/packages/pi-ai/src/models/generated/google-vertex.ts +211 -0
- package/packages/pi-ai/src/models/generated/google.ts +466 -0
- package/packages/pi-ai/src/models/generated/groq.ts +313 -0
- package/packages/pi-ai/src/models/generated/huggingface.ts +349 -0
- package/packages/pi-ai/src/models/generated/index.ts +52 -0
- package/packages/pi-ai/src/models/generated/kimi-coding.ts +41 -0
- package/packages/pi-ai/src/models/generated/minimax-cn.ts +109 -0
- package/packages/pi-ai/src/models/generated/minimax.ts +109 -0
- package/packages/pi-ai/src/models/generated/mistral.ts +449 -0
- package/packages/pi-ai/src/models/generated/openai-codex.ts +143 -0
- package/packages/pi-ai/src/models/generated/openai.ts +704 -0
- package/packages/pi-ai/src/models/generated/opencode-go.ts +126 -0
- package/packages/pi-ai/src/models/generated/opencode.ts +534 -0
- package/packages/pi-ai/src/models/generated/openrouter.ts +4274 -0
- package/packages/pi-ai/src/models/generated/vercel-ai-gateway.ts +2608 -0
- package/packages/pi-ai/src/models/generated/xai.ts +415 -0
- package/packages/pi-ai/src/models/generated/zai.ts +241 -0
- package/packages/pi-ai/src/models/index.ts +106 -0
- package/packages/pi-ai/src/models.generated.test.ts +1 -2
- package/packages/pi-ai/src/models.test.ts +6 -5
- package/packages/pi-ai/src/models.ts +3 -153
- package/packages/pi-ai/tsconfig.tsbuildinfo +1 -1
- package/packages/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/agent-session.js +8 -2
- package/packages/pi-coding-agent/dist/core/agent-session.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/chat-controller-ordering.test.js +359 -7
- package/packages/pi-coding-agent/dist/core/chat-controller-ordering.test.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/__tests__/tool-execution.test.js +11 -0
- package/packages/pi-coding-agent/dist/modes/interactive/components/__tests__/tool-execution.test.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts +1 -0
- package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +23 -9
- package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.d.ts +11 -0
- package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.d.ts.map +1 -0
- package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.js +47 -0
- package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.js.map +1 -0
- package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +51 -8
- package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/components/user-message.js +22 -22
- package/packages/pi-coding-agent/dist/modes/interactive/components/user-message.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/controllers/chat-controller.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/controllers/chat-controller.js +192 -22
- package/packages/pi-coding-agent/dist/modes/interactive/controllers/chat-controller.js.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.d.ts +2 -0
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.d.ts.map +1 -0
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.js +38 -0
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.js.map +1 -0
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +13 -0
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.js +53 -6
- package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/packages/pi-coding-agent/src/core/agent-session.ts +12 -6
- package/packages/pi-coding-agent/src/core/chat-controller-ordering.test.ts +453 -7
- package/packages/pi-coding-agent/src/modes/interactive/components/__tests__/tool-execution.test.ts +19 -0
- package/packages/pi-coding-agent/src/modes/interactive/components/assistant-message.ts +25 -10
- package/packages/pi-coding-agent/src/modes/interactive/components/chat-frame.ts +67 -0
- package/packages/pi-coding-agent/src/modes/interactive/components/tool-execution.ts +66 -7
- package/packages/pi-coding-agent/src/modes/interactive/components/user-message.ts +23 -26
- package/packages/pi-coding-agent/src/modes/interactive/controllers/chat-controller.ts +253 -45
- package/packages/pi-coding-agent/src/modes/interactive/interactive-mode-ordering.test.ts +44 -0
- package/packages/pi-coding-agent/src/modes/interactive/interactive-mode.ts +73 -6
- package/packages/pi-coding-agent/tsconfig.tsbuildinfo +1 -1
- package/src/resources/extensions/gsd/auto-post-unit.ts +7 -3
- package/src/resources/extensions/gsd/bootstrap/register-extension.ts +15 -1
- package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +56 -3
- package/src/resources/extensions/gsd/commands/handlers/ops.ts +5 -0
- package/src/resources/extensions/gsd/commands-extract-learnings.ts +304 -0
- package/src/resources/extensions/gsd/ecosystem/gsd-extension-api.ts +228 -0
- package/src/resources/extensions/gsd/ecosystem/loader.ts +201 -0
- package/src/resources/extensions/gsd/tests/commands-extract-learnings.test.ts +340 -0
- package/src/resources/extensions/gsd/tests/health-widget.test.ts +1 -1
- package/src/resources/extensions/gsd/tests/register-hooks-depth-verification.test.ts +1 -1
- package/src/resources/extensions/gsd/types.ts +13 -0
- package/src/resources/extensions/gsd/workflow-logger.ts +2 -1
- package/packages/pi-ai/dist/models.custom.d.ts.map +0 -1
- package/packages/pi-ai/dist/models.custom.js.map +0 -1
- package/packages/pi-ai/dist/models.generated.js +0 -14343
- package/packages/pi-ai/dist/models.generated.js.map +0 -1
- package/packages/pi-ai/src/models.generated.ts +0 -14345
- /package/dist/web/standalone/.next/static/{bc2gRVFTgD7j--BsJE7vP → 3U-oZ5FT59BM7sm2GInic}/_buildManifest.js +0 -0
- /package/dist/web/standalone/.next/static/{bc2gRVFTgD7j--BsJE7vP → 3U-oZ5FT59BM7sm2GInic}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// This file is auto-generated by scripts/generate-models.ts
|
|
2
|
+
// Do not edit manually - run 'npm run generate-models' to update
|
|
3
|
+
|
|
4
|
+
import type { Model } from "../../types.js";
|
|
5
|
+
|
|
6
|
+
export const KIMI_CODING_MODELS = {
|
|
7
|
+
"k2p5": {
|
|
8
|
+
id: "k2p5",
|
|
9
|
+
name: "Kimi K2.5",
|
|
10
|
+
api: "anthropic-messages",
|
|
11
|
+
provider: "kimi-coding",
|
|
12
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
13
|
+
reasoning: true,
|
|
14
|
+
input: ["text", "image"],
|
|
15
|
+
cost: {
|
|
16
|
+
input: 0,
|
|
17
|
+
output: 0,
|
|
18
|
+
cacheRead: 0,
|
|
19
|
+
cacheWrite: 0,
|
|
20
|
+
},
|
|
21
|
+
contextWindow: 262144,
|
|
22
|
+
maxTokens: 32768,
|
|
23
|
+
} satisfies Model<"anthropic-messages">,
|
|
24
|
+
"kimi-k2-thinking": {
|
|
25
|
+
id: "kimi-k2-thinking",
|
|
26
|
+
name: "Kimi K2 Thinking",
|
|
27
|
+
api: "anthropic-messages",
|
|
28
|
+
provider: "kimi-coding",
|
|
29
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
30
|
+
reasoning: true,
|
|
31
|
+
input: ["text"],
|
|
32
|
+
cost: {
|
|
33
|
+
input: 0,
|
|
34
|
+
output: 0,
|
|
35
|
+
cacheRead: 0,
|
|
36
|
+
cacheWrite: 0,
|
|
37
|
+
},
|
|
38
|
+
contextWindow: 262144,
|
|
39
|
+
maxTokens: 32768,
|
|
40
|
+
} satisfies Model<"anthropic-messages">,
|
|
41
|
+
} as const satisfies Record<string, Model<any>>;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
// This file is auto-generated by scripts/generate-models.ts
|
|
2
|
+
// Do not edit manually - run 'npm run generate-models' to update
|
|
3
|
+
|
|
4
|
+
import type { Model } from "../../types.js";
|
|
5
|
+
|
|
6
|
+
export const MINIMAX_CN_MODELS = {
|
|
7
|
+
"MiniMax-M2": {
|
|
8
|
+
id: "MiniMax-M2",
|
|
9
|
+
name: "MiniMax-M2",
|
|
10
|
+
api: "anthropic-messages",
|
|
11
|
+
provider: "minimax-cn",
|
|
12
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
13
|
+
reasoning: true,
|
|
14
|
+
input: ["text"],
|
|
15
|
+
cost: {
|
|
16
|
+
input: 0.3,
|
|
17
|
+
output: 1.2,
|
|
18
|
+
cacheRead: 0,
|
|
19
|
+
cacheWrite: 0,
|
|
20
|
+
},
|
|
21
|
+
contextWindow: 196608,
|
|
22
|
+
maxTokens: 128000,
|
|
23
|
+
} satisfies Model<"anthropic-messages">,
|
|
24
|
+
"MiniMax-M2.1": {
|
|
25
|
+
id: "MiniMax-M2.1",
|
|
26
|
+
name: "MiniMax-M2.1",
|
|
27
|
+
api: "anthropic-messages",
|
|
28
|
+
provider: "minimax-cn",
|
|
29
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
30
|
+
reasoning: true,
|
|
31
|
+
input: ["text"],
|
|
32
|
+
cost: {
|
|
33
|
+
input: 0.3,
|
|
34
|
+
output: 1.2,
|
|
35
|
+
cacheRead: 0,
|
|
36
|
+
cacheWrite: 0,
|
|
37
|
+
},
|
|
38
|
+
contextWindow: 204800,
|
|
39
|
+
maxTokens: 131072,
|
|
40
|
+
} satisfies Model<"anthropic-messages">,
|
|
41
|
+
"MiniMax-M2.5": {
|
|
42
|
+
id: "MiniMax-M2.5",
|
|
43
|
+
name: "MiniMax-M2.5",
|
|
44
|
+
api: "anthropic-messages",
|
|
45
|
+
provider: "minimax-cn",
|
|
46
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
47
|
+
reasoning: true,
|
|
48
|
+
input: ["text"],
|
|
49
|
+
cost: {
|
|
50
|
+
input: 0.3,
|
|
51
|
+
output: 1.2,
|
|
52
|
+
cacheRead: 0.03,
|
|
53
|
+
cacheWrite: 0.375,
|
|
54
|
+
},
|
|
55
|
+
contextWindow: 204800,
|
|
56
|
+
maxTokens: 131072,
|
|
57
|
+
} satisfies Model<"anthropic-messages">,
|
|
58
|
+
"MiniMax-M2.5-highspeed": {
|
|
59
|
+
id: "MiniMax-M2.5-highspeed",
|
|
60
|
+
name: "MiniMax-M2.5-highspeed",
|
|
61
|
+
api: "anthropic-messages",
|
|
62
|
+
provider: "minimax-cn",
|
|
63
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
64
|
+
reasoning: true,
|
|
65
|
+
input: ["text"],
|
|
66
|
+
cost: {
|
|
67
|
+
input: 0.6,
|
|
68
|
+
output: 2.4,
|
|
69
|
+
cacheRead: 0.06,
|
|
70
|
+
cacheWrite: 0.375,
|
|
71
|
+
},
|
|
72
|
+
contextWindow: 204800,
|
|
73
|
+
maxTokens: 131072,
|
|
74
|
+
} satisfies Model<"anthropic-messages">,
|
|
75
|
+
"MiniMax-M2.7": {
|
|
76
|
+
id: "MiniMax-M2.7",
|
|
77
|
+
name: "MiniMax-M2.7",
|
|
78
|
+
api: "anthropic-messages",
|
|
79
|
+
provider: "minimax-cn",
|
|
80
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
81
|
+
reasoning: true,
|
|
82
|
+
input: ["text"],
|
|
83
|
+
cost: {
|
|
84
|
+
input: 0.3,
|
|
85
|
+
output: 1.2,
|
|
86
|
+
cacheRead: 0.06,
|
|
87
|
+
cacheWrite: 0.375,
|
|
88
|
+
},
|
|
89
|
+
contextWindow: 204800,
|
|
90
|
+
maxTokens: 131072,
|
|
91
|
+
} satisfies Model<"anthropic-messages">,
|
|
92
|
+
"MiniMax-M2.7-highspeed": {
|
|
93
|
+
id: "MiniMax-M2.7-highspeed",
|
|
94
|
+
name: "MiniMax-M2.7-highspeed",
|
|
95
|
+
api: "anthropic-messages",
|
|
96
|
+
provider: "minimax-cn",
|
|
97
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
98
|
+
reasoning: true,
|
|
99
|
+
input: ["text"],
|
|
100
|
+
cost: {
|
|
101
|
+
input: 0.6,
|
|
102
|
+
output: 2.4,
|
|
103
|
+
cacheRead: 0.06,
|
|
104
|
+
cacheWrite: 0.375,
|
|
105
|
+
},
|
|
106
|
+
contextWindow: 204800,
|
|
107
|
+
maxTokens: 131072,
|
|
108
|
+
} satisfies Model<"anthropic-messages">,
|
|
109
|
+
} as const satisfies Record<string, Model<any>>;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
// This file is auto-generated by scripts/generate-models.ts
|
|
2
|
+
// Do not edit manually - run 'npm run generate-models' to update
|
|
3
|
+
|
|
4
|
+
import type { Model } from "../../types.js";
|
|
5
|
+
|
|
6
|
+
export const MINIMAX_MODELS = {
|
|
7
|
+
"MiniMax-M2": {
|
|
8
|
+
id: "MiniMax-M2",
|
|
9
|
+
name: "MiniMax-M2",
|
|
10
|
+
api: "anthropic-messages",
|
|
11
|
+
provider: "minimax",
|
|
12
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
13
|
+
reasoning: true,
|
|
14
|
+
input: ["text"],
|
|
15
|
+
cost: {
|
|
16
|
+
input: 0.3,
|
|
17
|
+
output: 1.2,
|
|
18
|
+
cacheRead: 0,
|
|
19
|
+
cacheWrite: 0,
|
|
20
|
+
},
|
|
21
|
+
contextWindow: 196608,
|
|
22
|
+
maxTokens: 128000,
|
|
23
|
+
} satisfies Model<"anthropic-messages">,
|
|
24
|
+
"MiniMax-M2.1": {
|
|
25
|
+
id: "MiniMax-M2.1",
|
|
26
|
+
name: "MiniMax-M2.1",
|
|
27
|
+
api: "anthropic-messages",
|
|
28
|
+
provider: "minimax",
|
|
29
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
30
|
+
reasoning: true,
|
|
31
|
+
input: ["text"],
|
|
32
|
+
cost: {
|
|
33
|
+
input: 0.3,
|
|
34
|
+
output: 1.2,
|
|
35
|
+
cacheRead: 0,
|
|
36
|
+
cacheWrite: 0,
|
|
37
|
+
},
|
|
38
|
+
contextWindow: 204800,
|
|
39
|
+
maxTokens: 131072,
|
|
40
|
+
} satisfies Model<"anthropic-messages">,
|
|
41
|
+
"MiniMax-M2.5": {
|
|
42
|
+
id: "MiniMax-M2.5",
|
|
43
|
+
name: "MiniMax-M2.5",
|
|
44
|
+
api: "anthropic-messages",
|
|
45
|
+
provider: "minimax",
|
|
46
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
47
|
+
reasoning: true,
|
|
48
|
+
input: ["text"],
|
|
49
|
+
cost: {
|
|
50
|
+
input: 0.3,
|
|
51
|
+
output: 1.2,
|
|
52
|
+
cacheRead: 0.03,
|
|
53
|
+
cacheWrite: 0.375,
|
|
54
|
+
},
|
|
55
|
+
contextWindow: 204800,
|
|
56
|
+
maxTokens: 131072,
|
|
57
|
+
} satisfies Model<"anthropic-messages">,
|
|
58
|
+
"MiniMax-M2.5-highspeed": {
|
|
59
|
+
id: "MiniMax-M2.5-highspeed",
|
|
60
|
+
name: "MiniMax-M2.5-highspeed",
|
|
61
|
+
api: "anthropic-messages",
|
|
62
|
+
provider: "minimax",
|
|
63
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
64
|
+
reasoning: true,
|
|
65
|
+
input: ["text"],
|
|
66
|
+
cost: {
|
|
67
|
+
input: 0.6,
|
|
68
|
+
output: 2.4,
|
|
69
|
+
cacheRead: 0.06,
|
|
70
|
+
cacheWrite: 0.375,
|
|
71
|
+
},
|
|
72
|
+
contextWindow: 204800,
|
|
73
|
+
maxTokens: 131072,
|
|
74
|
+
} satisfies Model<"anthropic-messages">,
|
|
75
|
+
"MiniMax-M2.7": {
|
|
76
|
+
id: "MiniMax-M2.7",
|
|
77
|
+
name: "MiniMax-M2.7",
|
|
78
|
+
api: "anthropic-messages",
|
|
79
|
+
provider: "minimax",
|
|
80
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
81
|
+
reasoning: true,
|
|
82
|
+
input: ["text"],
|
|
83
|
+
cost: {
|
|
84
|
+
input: 0.3,
|
|
85
|
+
output: 1.2,
|
|
86
|
+
cacheRead: 0.06,
|
|
87
|
+
cacheWrite: 0.375,
|
|
88
|
+
},
|
|
89
|
+
contextWindow: 204800,
|
|
90
|
+
maxTokens: 131072,
|
|
91
|
+
} satisfies Model<"anthropic-messages">,
|
|
92
|
+
"MiniMax-M2.7-highspeed": {
|
|
93
|
+
id: "MiniMax-M2.7-highspeed",
|
|
94
|
+
name: "MiniMax-M2.7-highspeed",
|
|
95
|
+
api: "anthropic-messages",
|
|
96
|
+
provider: "minimax",
|
|
97
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
98
|
+
reasoning: true,
|
|
99
|
+
input: ["text"],
|
|
100
|
+
cost: {
|
|
101
|
+
input: 0.6,
|
|
102
|
+
output: 2.4,
|
|
103
|
+
cacheRead: 0.06,
|
|
104
|
+
cacheWrite: 0.375,
|
|
105
|
+
},
|
|
106
|
+
contextWindow: 204800,
|
|
107
|
+
maxTokens: 131072,
|
|
108
|
+
} satisfies Model<"anthropic-messages">,
|
|
109
|
+
} as const satisfies Record<string, Model<any>>;
|
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
// This file is auto-generated by scripts/generate-models.ts
|
|
2
|
+
// Do not edit manually - run 'npm run generate-models' to update
|
|
3
|
+
|
|
4
|
+
import type { Model } from "../../types.js";
|
|
5
|
+
|
|
6
|
+
export const MISTRAL_MODELS = {
|
|
7
|
+
"codestral-latest": {
|
|
8
|
+
id: "codestral-latest",
|
|
9
|
+
name: "Codestral (latest)",
|
|
10
|
+
api: "mistral-conversations",
|
|
11
|
+
provider: "mistral",
|
|
12
|
+
baseUrl: "https://api.mistral.ai",
|
|
13
|
+
reasoning: false,
|
|
14
|
+
input: ["text"],
|
|
15
|
+
cost: {
|
|
16
|
+
input: 0.3,
|
|
17
|
+
output: 0.9,
|
|
18
|
+
cacheRead: 0,
|
|
19
|
+
cacheWrite: 0,
|
|
20
|
+
},
|
|
21
|
+
contextWindow: 256000,
|
|
22
|
+
maxTokens: 4096,
|
|
23
|
+
} satisfies Model<"mistral-conversations">,
|
|
24
|
+
"devstral-2512": {
|
|
25
|
+
id: "devstral-2512",
|
|
26
|
+
name: "Devstral 2",
|
|
27
|
+
api: "mistral-conversations",
|
|
28
|
+
provider: "mistral",
|
|
29
|
+
baseUrl: "https://api.mistral.ai",
|
|
30
|
+
reasoning: false,
|
|
31
|
+
input: ["text"],
|
|
32
|
+
cost: {
|
|
33
|
+
input: 0.4,
|
|
34
|
+
output: 2,
|
|
35
|
+
cacheRead: 0,
|
|
36
|
+
cacheWrite: 0,
|
|
37
|
+
},
|
|
38
|
+
contextWindow: 262144,
|
|
39
|
+
maxTokens: 262144,
|
|
40
|
+
} satisfies Model<"mistral-conversations">,
|
|
41
|
+
"devstral-medium-2507": {
|
|
42
|
+
id: "devstral-medium-2507",
|
|
43
|
+
name: "Devstral Medium",
|
|
44
|
+
api: "mistral-conversations",
|
|
45
|
+
provider: "mistral",
|
|
46
|
+
baseUrl: "https://api.mistral.ai",
|
|
47
|
+
reasoning: false,
|
|
48
|
+
input: ["text"],
|
|
49
|
+
cost: {
|
|
50
|
+
input: 0.4,
|
|
51
|
+
output: 2,
|
|
52
|
+
cacheRead: 0,
|
|
53
|
+
cacheWrite: 0,
|
|
54
|
+
},
|
|
55
|
+
contextWindow: 128000,
|
|
56
|
+
maxTokens: 128000,
|
|
57
|
+
} satisfies Model<"mistral-conversations">,
|
|
58
|
+
"devstral-medium-latest": {
|
|
59
|
+
id: "devstral-medium-latest",
|
|
60
|
+
name: "Devstral 2 (latest)",
|
|
61
|
+
api: "mistral-conversations",
|
|
62
|
+
provider: "mistral",
|
|
63
|
+
baseUrl: "https://api.mistral.ai",
|
|
64
|
+
reasoning: false,
|
|
65
|
+
input: ["text"],
|
|
66
|
+
cost: {
|
|
67
|
+
input: 0.4,
|
|
68
|
+
output: 2,
|
|
69
|
+
cacheRead: 0,
|
|
70
|
+
cacheWrite: 0,
|
|
71
|
+
},
|
|
72
|
+
contextWindow: 262144,
|
|
73
|
+
maxTokens: 262144,
|
|
74
|
+
} satisfies Model<"mistral-conversations">,
|
|
75
|
+
"devstral-small-2505": {
|
|
76
|
+
id: "devstral-small-2505",
|
|
77
|
+
name: "Devstral Small 2505",
|
|
78
|
+
api: "mistral-conversations",
|
|
79
|
+
provider: "mistral",
|
|
80
|
+
baseUrl: "https://api.mistral.ai",
|
|
81
|
+
reasoning: false,
|
|
82
|
+
input: ["text"],
|
|
83
|
+
cost: {
|
|
84
|
+
input: 0.1,
|
|
85
|
+
output: 0.3,
|
|
86
|
+
cacheRead: 0,
|
|
87
|
+
cacheWrite: 0,
|
|
88
|
+
},
|
|
89
|
+
contextWindow: 128000,
|
|
90
|
+
maxTokens: 128000,
|
|
91
|
+
} satisfies Model<"mistral-conversations">,
|
|
92
|
+
"devstral-small-2507": {
|
|
93
|
+
id: "devstral-small-2507",
|
|
94
|
+
name: "Devstral Small",
|
|
95
|
+
api: "mistral-conversations",
|
|
96
|
+
provider: "mistral",
|
|
97
|
+
baseUrl: "https://api.mistral.ai",
|
|
98
|
+
reasoning: false,
|
|
99
|
+
input: ["text"],
|
|
100
|
+
cost: {
|
|
101
|
+
input: 0.1,
|
|
102
|
+
output: 0.3,
|
|
103
|
+
cacheRead: 0,
|
|
104
|
+
cacheWrite: 0,
|
|
105
|
+
},
|
|
106
|
+
contextWindow: 128000,
|
|
107
|
+
maxTokens: 128000,
|
|
108
|
+
} satisfies Model<"mistral-conversations">,
|
|
109
|
+
"labs-devstral-small-2512": {
|
|
110
|
+
id: "labs-devstral-small-2512",
|
|
111
|
+
name: "Devstral Small 2",
|
|
112
|
+
api: "mistral-conversations",
|
|
113
|
+
provider: "mistral",
|
|
114
|
+
baseUrl: "https://api.mistral.ai",
|
|
115
|
+
reasoning: false,
|
|
116
|
+
input: ["text", "image"],
|
|
117
|
+
cost: {
|
|
118
|
+
input: 0,
|
|
119
|
+
output: 0,
|
|
120
|
+
cacheRead: 0,
|
|
121
|
+
cacheWrite: 0,
|
|
122
|
+
},
|
|
123
|
+
contextWindow: 256000,
|
|
124
|
+
maxTokens: 256000,
|
|
125
|
+
} satisfies Model<"mistral-conversations">,
|
|
126
|
+
"magistral-medium-latest": {
|
|
127
|
+
id: "magistral-medium-latest",
|
|
128
|
+
name: "Magistral Medium (latest)",
|
|
129
|
+
api: "mistral-conversations",
|
|
130
|
+
provider: "mistral",
|
|
131
|
+
baseUrl: "https://api.mistral.ai",
|
|
132
|
+
reasoning: true,
|
|
133
|
+
input: ["text"],
|
|
134
|
+
cost: {
|
|
135
|
+
input: 2,
|
|
136
|
+
output: 5,
|
|
137
|
+
cacheRead: 0,
|
|
138
|
+
cacheWrite: 0,
|
|
139
|
+
},
|
|
140
|
+
contextWindow: 128000,
|
|
141
|
+
maxTokens: 16384,
|
|
142
|
+
} satisfies Model<"mistral-conversations">,
|
|
143
|
+
"magistral-small": {
|
|
144
|
+
id: "magistral-small",
|
|
145
|
+
name: "Magistral Small",
|
|
146
|
+
api: "mistral-conversations",
|
|
147
|
+
provider: "mistral",
|
|
148
|
+
baseUrl: "https://api.mistral.ai",
|
|
149
|
+
reasoning: true,
|
|
150
|
+
input: ["text"],
|
|
151
|
+
cost: {
|
|
152
|
+
input: 0.5,
|
|
153
|
+
output: 1.5,
|
|
154
|
+
cacheRead: 0,
|
|
155
|
+
cacheWrite: 0,
|
|
156
|
+
},
|
|
157
|
+
contextWindow: 128000,
|
|
158
|
+
maxTokens: 128000,
|
|
159
|
+
} satisfies Model<"mistral-conversations">,
|
|
160
|
+
"ministral-3b-latest": {
|
|
161
|
+
id: "ministral-3b-latest",
|
|
162
|
+
name: "Ministral 3B (latest)",
|
|
163
|
+
api: "mistral-conversations",
|
|
164
|
+
provider: "mistral",
|
|
165
|
+
baseUrl: "https://api.mistral.ai",
|
|
166
|
+
reasoning: false,
|
|
167
|
+
input: ["text"],
|
|
168
|
+
cost: {
|
|
169
|
+
input: 0.04,
|
|
170
|
+
output: 0.04,
|
|
171
|
+
cacheRead: 0,
|
|
172
|
+
cacheWrite: 0,
|
|
173
|
+
},
|
|
174
|
+
contextWindow: 128000,
|
|
175
|
+
maxTokens: 128000,
|
|
176
|
+
} satisfies Model<"mistral-conversations">,
|
|
177
|
+
"ministral-8b-latest": {
|
|
178
|
+
id: "ministral-8b-latest",
|
|
179
|
+
name: "Ministral 8B (latest)",
|
|
180
|
+
api: "mistral-conversations",
|
|
181
|
+
provider: "mistral",
|
|
182
|
+
baseUrl: "https://api.mistral.ai",
|
|
183
|
+
reasoning: false,
|
|
184
|
+
input: ["text"],
|
|
185
|
+
cost: {
|
|
186
|
+
input: 0.1,
|
|
187
|
+
output: 0.1,
|
|
188
|
+
cacheRead: 0,
|
|
189
|
+
cacheWrite: 0,
|
|
190
|
+
},
|
|
191
|
+
contextWindow: 128000,
|
|
192
|
+
maxTokens: 128000,
|
|
193
|
+
} satisfies Model<"mistral-conversations">,
|
|
194
|
+
"mistral-large-2411": {
|
|
195
|
+
id: "mistral-large-2411",
|
|
196
|
+
name: "Mistral Large 2.1",
|
|
197
|
+
api: "mistral-conversations",
|
|
198
|
+
provider: "mistral",
|
|
199
|
+
baseUrl: "https://api.mistral.ai",
|
|
200
|
+
reasoning: false,
|
|
201
|
+
input: ["text"],
|
|
202
|
+
cost: {
|
|
203
|
+
input: 2,
|
|
204
|
+
output: 6,
|
|
205
|
+
cacheRead: 0,
|
|
206
|
+
cacheWrite: 0,
|
|
207
|
+
},
|
|
208
|
+
contextWindow: 131072,
|
|
209
|
+
maxTokens: 16384,
|
|
210
|
+
} satisfies Model<"mistral-conversations">,
|
|
211
|
+
"mistral-large-2512": {
|
|
212
|
+
id: "mistral-large-2512",
|
|
213
|
+
name: "Mistral Large 3",
|
|
214
|
+
api: "mistral-conversations",
|
|
215
|
+
provider: "mistral",
|
|
216
|
+
baseUrl: "https://api.mistral.ai",
|
|
217
|
+
reasoning: false,
|
|
218
|
+
input: ["text", "image"],
|
|
219
|
+
cost: {
|
|
220
|
+
input: 0.5,
|
|
221
|
+
output: 1.5,
|
|
222
|
+
cacheRead: 0,
|
|
223
|
+
cacheWrite: 0,
|
|
224
|
+
},
|
|
225
|
+
contextWindow: 262144,
|
|
226
|
+
maxTokens: 262144,
|
|
227
|
+
} satisfies Model<"mistral-conversations">,
|
|
228
|
+
"mistral-large-latest": {
|
|
229
|
+
id: "mistral-large-latest",
|
|
230
|
+
name: "Mistral Large (latest)",
|
|
231
|
+
api: "mistral-conversations",
|
|
232
|
+
provider: "mistral",
|
|
233
|
+
baseUrl: "https://api.mistral.ai",
|
|
234
|
+
reasoning: false,
|
|
235
|
+
input: ["text", "image"],
|
|
236
|
+
cost: {
|
|
237
|
+
input: 0.5,
|
|
238
|
+
output: 1.5,
|
|
239
|
+
cacheRead: 0,
|
|
240
|
+
cacheWrite: 0,
|
|
241
|
+
},
|
|
242
|
+
contextWindow: 262144,
|
|
243
|
+
maxTokens: 262144,
|
|
244
|
+
} satisfies Model<"mistral-conversations">,
|
|
245
|
+
"mistral-medium-2505": {
|
|
246
|
+
id: "mistral-medium-2505",
|
|
247
|
+
name: "Mistral Medium 3",
|
|
248
|
+
api: "mistral-conversations",
|
|
249
|
+
provider: "mistral",
|
|
250
|
+
baseUrl: "https://api.mistral.ai",
|
|
251
|
+
reasoning: false,
|
|
252
|
+
input: ["text", "image"],
|
|
253
|
+
cost: {
|
|
254
|
+
input: 0.4,
|
|
255
|
+
output: 2,
|
|
256
|
+
cacheRead: 0,
|
|
257
|
+
cacheWrite: 0,
|
|
258
|
+
},
|
|
259
|
+
contextWindow: 131072,
|
|
260
|
+
maxTokens: 131072,
|
|
261
|
+
} satisfies Model<"mistral-conversations">,
|
|
262
|
+
"mistral-medium-2508": {
|
|
263
|
+
id: "mistral-medium-2508",
|
|
264
|
+
name: "Mistral Medium 3.1",
|
|
265
|
+
api: "mistral-conversations",
|
|
266
|
+
provider: "mistral",
|
|
267
|
+
baseUrl: "https://api.mistral.ai",
|
|
268
|
+
reasoning: false,
|
|
269
|
+
input: ["text", "image"],
|
|
270
|
+
cost: {
|
|
271
|
+
input: 0.4,
|
|
272
|
+
output: 2,
|
|
273
|
+
cacheRead: 0,
|
|
274
|
+
cacheWrite: 0,
|
|
275
|
+
},
|
|
276
|
+
contextWindow: 262144,
|
|
277
|
+
maxTokens: 262144,
|
|
278
|
+
} satisfies Model<"mistral-conversations">,
|
|
279
|
+
"mistral-medium-latest": {
|
|
280
|
+
id: "mistral-medium-latest",
|
|
281
|
+
name: "Mistral Medium (latest)",
|
|
282
|
+
api: "mistral-conversations",
|
|
283
|
+
provider: "mistral",
|
|
284
|
+
baseUrl: "https://api.mistral.ai",
|
|
285
|
+
reasoning: false,
|
|
286
|
+
input: ["text", "image"],
|
|
287
|
+
cost: {
|
|
288
|
+
input: 0.4,
|
|
289
|
+
output: 2,
|
|
290
|
+
cacheRead: 0,
|
|
291
|
+
cacheWrite: 0,
|
|
292
|
+
},
|
|
293
|
+
contextWindow: 128000,
|
|
294
|
+
maxTokens: 16384,
|
|
295
|
+
} satisfies Model<"mistral-conversations">,
|
|
296
|
+
"mistral-nemo": {
|
|
297
|
+
id: "mistral-nemo",
|
|
298
|
+
name: "Mistral Nemo",
|
|
299
|
+
api: "mistral-conversations",
|
|
300
|
+
provider: "mistral",
|
|
301
|
+
baseUrl: "https://api.mistral.ai",
|
|
302
|
+
reasoning: false,
|
|
303
|
+
input: ["text"],
|
|
304
|
+
cost: {
|
|
305
|
+
input: 0.15,
|
|
306
|
+
output: 0.15,
|
|
307
|
+
cacheRead: 0,
|
|
308
|
+
cacheWrite: 0,
|
|
309
|
+
},
|
|
310
|
+
contextWindow: 128000,
|
|
311
|
+
maxTokens: 128000,
|
|
312
|
+
} satisfies Model<"mistral-conversations">,
|
|
313
|
+
"mistral-small-2506": {
|
|
314
|
+
id: "mistral-small-2506",
|
|
315
|
+
name: "Mistral Small 3.2",
|
|
316
|
+
api: "mistral-conversations",
|
|
317
|
+
provider: "mistral",
|
|
318
|
+
baseUrl: "https://api.mistral.ai",
|
|
319
|
+
reasoning: false,
|
|
320
|
+
input: ["text", "image"],
|
|
321
|
+
cost: {
|
|
322
|
+
input: 0.1,
|
|
323
|
+
output: 0.3,
|
|
324
|
+
cacheRead: 0,
|
|
325
|
+
cacheWrite: 0,
|
|
326
|
+
},
|
|
327
|
+
contextWindow: 128000,
|
|
328
|
+
maxTokens: 16384,
|
|
329
|
+
} satisfies Model<"mistral-conversations">,
|
|
330
|
+
"mistral-small-2603": {
|
|
331
|
+
id: "mistral-small-2603",
|
|
332
|
+
name: "Mistral Small 4",
|
|
333
|
+
api: "mistral-conversations",
|
|
334
|
+
provider: "mistral",
|
|
335
|
+
baseUrl: "https://api.mistral.ai",
|
|
336
|
+
reasoning: true,
|
|
337
|
+
input: ["text", "image"],
|
|
338
|
+
cost: {
|
|
339
|
+
input: 0.15,
|
|
340
|
+
output: 0.6,
|
|
341
|
+
cacheRead: 0,
|
|
342
|
+
cacheWrite: 0,
|
|
343
|
+
},
|
|
344
|
+
contextWindow: 256000,
|
|
345
|
+
maxTokens: 256000,
|
|
346
|
+
} satisfies Model<"mistral-conversations">,
|
|
347
|
+
"mistral-small-latest": {
|
|
348
|
+
id: "mistral-small-latest",
|
|
349
|
+
name: "Mistral Small (latest)",
|
|
350
|
+
api: "mistral-conversations",
|
|
351
|
+
provider: "mistral",
|
|
352
|
+
baseUrl: "https://api.mistral.ai",
|
|
353
|
+
reasoning: true,
|
|
354
|
+
input: ["text", "image"],
|
|
355
|
+
cost: {
|
|
356
|
+
input: 0.15,
|
|
357
|
+
output: 0.6,
|
|
358
|
+
cacheRead: 0,
|
|
359
|
+
cacheWrite: 0,
|
|
360
|
+
},
|
|
361
|
+
contextWindow: 256000,
|
|
362
|
+
maxTokens: 256000,
|
|
363
|
+
} satisfies Model<"mistral-conversations">,
|
|
364
|
+
"open-mistral-7b": {
|
|
365
|
+
id: "open-mistral-7b",
|
|
366
|
+
name: "Mistral 7B",
|
|
367
|
+
api: "mistral-conversations",
|
|
368
|
+
provider: "mistral",
|
|
369
|
+
baseUrl: "https://api.mistral.ai",
|
|
370
|
+
reasoning: false,
|
|
371
|
+
input: ["text"],
|
|
372
|
+
cost: {
|
|
373
|
+
input: 0.25,
|
|
374
|
+
output: 0.25,
|
|
375
|
+
cacheRead: 0,
|
|
376
|
+
cacheWrite: 0,
|
|
377
|
+
},
|
|
378
|
+
contextWindow: 8000,
|
|
379
|
+
maxTokens: 8000,
|
|
380
|
+
} satisfies Model<"mistral-conversations">,
|
|
381
|
+
"open-mixtral-8x22b": {
|
|
382
|
+
id: "open-mixtral-8x22b",
|
|
383
|
+
name: "Mixtral 8x22B",
|
|
384
|
+
api: "mistral-conversations",
|
|
385
|
+
provider: "mistral",
|
|
386
|
+
baseUrl: "https://api.mistral.ai",
|
|
387
|
+
reasoning: false,
|
|
388
|
+
input: ["text"],
|
|
389
|
+
cost: {
|
|
390
|
+
input: 2,
|
|
391
|
+
output: 6,
|
|
392
|
+
cacheRead: 0,
|
|
393
|
+
cacheWrite: 0,
|
|
394
|
+
},
|
|
395
|
+
contextWindow: 64000,
|
|
396
|
+
maxTokens: 64000,
|
|
397
|
+
} satisfies Model<"mistral-conversations">,
|
|
398
|
+
"open-mixtral-8x7b": {
|
|
399
|
+
id: "open-mixtral-8x7b",
|
|
400
|
+
name: "Mixtral 8x7B",
|
|
401
|
+
api: "mistral-conversations",
|
|
402
|
+
provider: "mistral",
|
|
403
|
+
baseUrl: "https://api.mistral.ai",
|
|
404
|
+
reasoning: false,
|
|
405
|
+
input: ["text"],
|
|
406
|
+
cost: {
|
|
407
|
+
input: 0.7,
|
|
408
|
+
output: 0.7,
|
|
409
|
+
cacheRead: 0,
|
|
410
|
+
cacheWrite: 0,
|
|
411
|
+
},
|
|
412
|
+
contextWindow: 32000,
|
|
413
|
+
maxTokens: 32000,
|
|
414
|
+
} satisfies Model<"mistral-conversations">,
|
|
415
|
+
"pixtral-12b": {
|
|
416
|
+
id: "pixtral-12b",
|
|
417
|
+
name: "Pixtral 12B",
|
|
418
|
+
api: "mistral-conversations",
|
|
419
|
+
provider: "mistral",
|
|
420
|
+
baseUrl: "https://api.mistral.ai",
|
|
421
|
+
reasoning: false,
|
|
422
|
+
input: ["text", "image"],
|
|
423
|
+
cost: {
|
|
424
|
+
input: 0.15,
|
|
425
|
+
output: 0.15,
|
|
426
|
+
cacheRead: 0,
|
|
427
|
+
cacheWrite: 0,
|
|
428
|
+
},
|
|
429
|
+
contextWindow: 128000,
|
|
430
|
+
maxTokens: 128000,
|
|
431
|
+
} satisfies Model<"mistral-conversations">,
|
|
432
|
+
"pixtral-large-latest": {
|
|
433
|
+
id: "pixtral-large-latest",
|
|
434
|
+
name: "Pixtral Large (latest)",
|
|
435
|
+
api: "mistral-conversations",
|
|
436
|
+
provider: "mistral",
|
|
437
|
+
baseUrl: "https://api.mistral.ai",
|
|
438
|
+
reasoning: false,
|
|
439
|
+
input: ["text", "image"],
|
|
440
|
+
cost: {
|
|
441
|
+
input: 2,
|
|
442
|
+
output: 6,
|
|
443
|
+
cacheRead: 0,
|
|
444
|
+
cacheWrite: 0,
|
|
445
|
+
},
|
|
446
|
+
contextWindow: 128000,
|
|
447
|
+
maxTokens: 128000,
|
|
448
|
+
} satisfies Model<"mistral-conversations">,
|
|
449
|
+
} as const satisfies Record<string, Model<any>>;
|