VirtualKimi commited on
Commit
5366de9
·
verified ·
1 Parent(s): d5becbe

Upload kimi-llm-manager.js

Browse files
Files changed (1) hide show
  1. kimi-js/kimi-llm-manager.js +9 -0
kimi-js/kimi-llm-manager.js CHANGED
@@ -25,6 +25,14 @@ class KimiLLMManager {
25
  pricing: { input: 0.1, output: 0.28 },
26
  strengths: ["Open Source", "Balanced", "Fast", "Economical"]
27
  },
 
 
 
 
 
 
 
 
28
  "cohere/command-r-08-2024": {
29
  name: "Command-R-08-2024",
30
  provider: "Cohere",
@@ -69,6 +77,7 @@ class KimiLLMManager {
69
  this.recommendedModelIds = [
70
  "mistralai/mistral-small-3.2-24b-instruct",
71
  "nousresearch/hermes-3-llama-3.1-70b",
 
72
  "cohere/command-r-08-2024",
73
  "qwen/qwen3-235b-a22b-thinking-2507",
74
  "nousresearch/hermes-3-llama-3.1-405b",
 
25
  pricing: { input: 0.1, output: 0.28 },
26
  strengths: ["Open Source", "Balanced", "Fast", "Economical"]
27
  },
28
+ "x-ai/grok-3-mini": {
29
+ name: "Grok 3 mini",
30
+ provider: "xAI",
31
+ type: "openrouter",
32
+ contextWindow: 131000,
33
+ pricing: { input: 0.3, output: 0.50 },
34
+ strengths: ["Multilingual", "Balanced", "Fast", "Economical"]
35
+ },
36
  "cohere/command-r-08-2024": {
37
  name: "Command-R-08-2024",
38
  provider: "Cohere",
 
77
  this.recommendedModelIds = [
78
  "mistralai/mistral-small-3.2-24b-instruct",
79
  "nousresearch/hermes-3-llama-3.1-70b",
80
+ "x-ai/grok-3-mini",
81
  "cohere/command-r-08-2024",
82
  "qwen/qwen3-235b-a22b-thinking-2507",
83
  "nousresearch/hermes-3-llama-3.1-405b",