@heylemon/lemonade 0.1.10 → 0.2.0
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/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
967c8f70a63d8d647a3581a86c59073c515011499b50fbd00081c56ea3263dfc
|
|
@@ -5,7 +5,7 @@ export const MINIMAX_HOSTED_MODEL_REF = `minimax/${MINIMAX_HOSTED_MODEL_ID}`;
|
|
|
5
5
|
export const DEFAULT_MINIMAX_CONTEXT_WINDOW = 200000;
|
|
6
6
|
export const DEFAULT_MINIMAX_MAX_TOKENS = 8192;
|
|
7
7
|
export const MOONSHOT_BASE_URL = "https://api.moonshot.ai/v1";
|
|
8
|
-
export const MOONSHOT_DEFAULT_MODEL_ID = "kimi-k2
|
|
8
|
+
export const MOONSHOT_DEFAULT_MODEL_ID = "kimi-k2.5";
|
|
9
9
|
export const MOONSHOT_DEFAULT_MODEL_REF = `moonshot/${MOONSHOT_DEFAULT_MODEL_ID}`;
|
|
10
10
|
export const MOONSHOT_DEFAULT_CONTEXT_WINDOW = 256000;
|
|
11
11
|
export const MOONSHOT_DEFAULT_MAX_TOKENS = 8192;
|
|
@@ -77,7 +77,7 @@ export function buildMinimaxApiModelDefinition(modelId) {
|
|
|
77
77
|
export function buildMoonshotModelDefinition() {
|
|
78
78
|
return {
|
|
79
79
|
id: MOONSHOT_DEFAULT_MODEL_ID,
|
|
80
|
-
name: "Kimi K2
|
|
80
|
+
name: "Kimi K2.5",
|
|
81
81
|
reasoning: false,
|
|
82
82
|
input: ["text"],
|
|
83
83
|
cost: MOONSHOT_DEFAULT_COST,
|