@jaypie/llm 1.2.26 → 1.2.27
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/cjs/constants.d.ts +4 -4
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/constants.d.ts +4 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/constants.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const PROVIDER: {
|
|
|
5
5
|
};
|
|
6
6
|
readonly MODEL: {
|
|
7
7
|
readonly DEFAULT: "claude-sonnet-4-6";
|
|
8
|
-
readonly LARGE: "claude-opus-4-
|
|
8
|
+
readonly LARGE: "claude-opus-4-7";
|
|
9
9
|
readonly SMALL: "claude-sonnet-4-6";
|
|
10
10
|
readonly TINY: "claude-haiku-4-5";
|
|
11
11
|
};
|
|
@@ -51,7 +51,7 @@ export declare const PROVIDER: {
|
|
|
51
51
|
readonly OPENROUTER: {
|
|
52
52
|
readonly MODEL: {
|
|
53
53
|
readonly DEFAULT: "anthropic/claude-sonnet-4-6";
|
|
54
|
-
readonly LARGE: "anthropic/claude-opus-4-
|
|
54
|
+
readonly LARGE: "anthropic/claude-opus-4-7";
|
|
55
55
|
readonly SMALL: "anthropic/claude-sonnet-4-6";
|
|
56
56
|
readonly TINY: "anthropic/claude-haiku-4-5";
|
|
57
57
|
};
|
|
@@ -98,8 +98,8 @@ export declare const DEFAULT: {
|
|
|
98
98
|
};
|
|
99
99
|
export declare const ALL: {
|
|
100
100
|
readonly BASE: readonly ["claude-sonnet-4-6", "gemini-3.1-pro-preview", "gpt-5.4", "grok-4.20-0309-reasoning"];
|
|
101
|
-
readonly COMBINED: readonly ("claude-sonnet-4-6" | "claude-opus-4-
|
|
102
|
-
readonly LARGE: readonly ["claude-opus-4-
|
|
101
|
+
readonly COMBINED: readonly ("claude-sonnet-4-6" | "claude-opus-4-7" | "claude-haiku-4-5" | "gemini-3.1-pro-preview" | "gemini-3-flash-preview" | "gemini-3.1-flash-lite-preview" | "gpt-5.4" | "gpt-5.4-mini" | "gpt-5.4-nano" | "grok-4.20-0309-reasoning" | "grok-4.20-0309-non-reasoning" | "grok-4-1-fast-non-reasoning")[];
|
|
102
|
+
readonly LARGE: readonly ["claude-opus-4-7", "gemini-3.1-pro-preview", "gpt-5.4", "grok-4.20-0309-reasoning"];
|
|
103
103
|
readonly SMALL: readonly ["claude-sonnet-4-6", "gemini-3-flash-preview", "gpt-5.4-mini", "grok-4.20-0309-non-reasoning"];
|
|
104
104
|
readonly TINY: readonly ["claude-haiku-4-5", "gemini-3.1-flash-lite-preview", "gpt-5.4-nano", "grok-4-1-fast-non-reasoning"];
|
|
105
105
|
};
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -17,7 +17,7 @@ const FIRST_CLASS_PROVIDER = {
|
|
|
17
17
|
// https://docs.anthropic.com/en/docs/about-claude/models/overview
|
|
18
18
|
ANTHROPIC: {
|
|
19
19
|
DEFAULT: "claude-sonnet-4-6",
|
|
20
|
-
LARGE: "claude-opus-4-
|
|
20
|
+
LARGE: "claude-opus-4-7",
|
|
21
21
|
SMALL: "claude-sonnet-4-6",
|
|
22
22
|
TINY: "claude-haiku-4-5",
|
|
23
23
|
},
|