@code-yeongyu/senpi 2026.5.21-2 → 2026.5.23
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/CHANGELOG.md +53 -0
- package/README.md +1 -1
- package/dist/cli/file-processor.d.ts.map +1 -1
- package/dist/cli/file-processor.js +2 -3
- package/dist/cli/file-processor.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +3 -10
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +2 -1
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +3 -2
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +2 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +28 -4
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/auth-storage.d.ts.map +1 -1
- package/dist/core/auth-storage.js +2 -1
- package/dist/core/auth-storage.js.map +1 -1
- package/dist/core/export-html/index.d.ts.map +1 -1
- package/dist/core/export-html/index.js +8 -7
- package/dist/core/export-html/index.js.map +1 -1
- package/dist/core/export-html/template.js +6 -3
- package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.js +9 -0
- package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +13 -30
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +5 -1
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/package-manager.d.ts +1 -0
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +47 -32
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/prompt-templates.d.ts.map +1 -1
- package/dist/core/prompt-templates.js +6 -20
- package/dist/core/prompt-templates.js.map +1 -1
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +38 -31
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +9 -4
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +32 -24
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +6 -13
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/skills.d.ts.map +1 -1
- package/dist/core/skills.js +8 -22
- package/dist/core/skills.js.map +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +54 -53
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit-diff.d.ts +3 -1
- package/dist/core/tools/edit-diff.d.ts.map +1 -1
- package/dist/core/tools/edit-diff.js +8 -1
- package/dist/core/tools/edit-diff.js.map +1 -1
- package/dist/core/tools/edit.d.ts +3 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +44 -81
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
- package/dist/core/tools/file-mutation-queue.js +27 -12
- package/dist/core/tools/file-mutation-queue.js.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js +2 -3
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/grep.js +3 -3
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/ls.js +5 -5
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/output-accumulator.d.ts +2 -0
- package/dist/core/tools/output-accumulator.d.ts.map +1 -1
- package/dist/core/tools/output-accumulator.js +9 -3
- package/dist/core/tools/output-accumulator.js.map +1 -1
- package/dist/core/tools/path-utils.d.ts +2 -0
- package/dist/core/tools/path-utils.d.ts.map +1 -1
- package/dist/core/tools/path-utils.js +39 -21
- package/dist/core/tools/path-utils.js.map +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +9 -8
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/truncate.d.ts.map +1 -1
- package/dist/core/tools/truncate.js +12 -2
- package/dist/core/tools/truncate.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +20 -35
- package/dist/core/tools/write.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +5 -6
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/config-selector.js +1 -1
- package/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts +1 -0
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +14 -5
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts +9 -1
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js +29 -4
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +4 -4
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +37 -28
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/utils/clipboard-native.d.ts +3 -1
- package/dist/utils/clipboard-native.d.ts.map +1 -1
- package/dist/utils/clipboard-native.js +14 -8
- package/dist/utils/clipboard-native.js.map +1 -1
- package/dist/utils/image-resize-core.d.ts +30 -0
- package/dist/utils/image-resize-core.d.ts.map +1 -0
- package/dist/utils/image-resize-core.js +124 -0
- package/dist/utils/image-resize-core.js.map +1 -0
- package/dist/utils/image-resize-worker.d.ts +2 -0
- package/dist/utils/image-resize-worker.d.ts.map +1 -0
- package/dist/utils/image-resize-worker.js +31 -0
- package/dist/utils/image-resize-worker.js.map +1 -0
- package/dist/utils/image-resize.d.ts +7 -27
- package/dist/utils/image-resize.d.ts.map +1 -1
- package/dist/utils/image-resize.js +75 -115
- package/dist/utils/image-resize.js.map +1 -1
- package/dist/utils/paths.d.ts +15 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +33 -7
- package/dist/utils/paths.js.map +1 -1
- package/docs/custom-provider.md +44 -12
- package/docs/models.md +8 -2
- package/docs/packages.md +5 -4
- package/docs/sdk.md +2 -0
- package/docs/usage.md +2 -2
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cli.js +14 -0
- package/node_modules/@earendil-works/pi-ai/dist/cli.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +145 -225
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +133 -224
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts +27 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +35 -22
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +10 -0
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts +19 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +55 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +45 -69
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.d.ts +8 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +2 -2
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/npm-shrinkwrap.json +13 -13
- package/package.json +5 -5
|
@@ -1818,6 +1818,9 @@ export declare const MODELS: {
|
|
|
1818
1818
|
api: "anthropic-messages";
|
|
1819
1819
|
provider: string;
|
|
1820
1820
|
baseUrl: string;
|
|
1821
|
+
compat: {
|
|
1822
|
+
forceAdaptiveThinking: true;
|
|
1823
|
+
};
|
|
1821
1824
|
reasoning: true;
|
|
1822
1825
|
thinkingLevelMap: {
|
|
1823
1826
|
xhigh: string;
|
|
@@ -1838,6 +1841,9 @@ export declare const MODELS: {
|
|
|
1838
1841
|
api: "anthropic-messages";
|
|
1839
1842
|
provider: string;
|
|
1840
1843
|
baseUrl: string;
|
|
1844
|
+
compat: {
|
|
1845
|
+
forceAdaptiveThinking: true;
|
|
1846
|
+
};
|
|
1841
1847
|
reasoning: true;
|
|
1842
1848
|
thinkingLevelMap: {
|
|
1843
1849
|
xhigh: string;
|
|
@@ -1926,6 +1932,9 @@ export declare const MODELS: {
|
|
|
1926
1932
|
api: "anthropic-messages";
|
|
1927
1933
|
provider: string;
|
|
1928
1934
|
baseUrl: string;
|
|
1935
|
+
compat: {
|
|
1936
|
+
forceAdaptiveThinking: true;
|
|
1937
|
+
};
|
|
1929
1938
|
reasoning: true;
|
|
1930
1939
|
input: ("image" | "text")[];
|
|
1931
1940
|
cost: {
|
|
@@ -2986,6 +2995,9 @@ export declare const MODELS: {
|
|
|
2986
2995
|
api: "anthropic-messages";
|
|
2987
2996
|
provider: string;
|
|
2988
2997
|
baseUrl: string;
|
|
2998
|
+
compat: {
|
|
2999
|
+
forceAdaptiveThinking: true;
|
|
3000
|
+
};
|
|
2989
3001
|
reasoning: true;
|
|
2990
3002
|
thinkingLevelMap: {
|
|
2991
3003
|
xhigh: string;
|
|
@@ -3006,6 +3018,9 @@ export declare const MODELS: {
|
|
|
3006
3018
|
api: "anthropic-messages";
|
|
3007
3019
|
provider: string;
|
|
3008
3020
|
baseUrl: string;
|
|
3021
|
+
compat: {
|
|
3022
|
+
forceAdaptiveThinking: true;
|
|
3023
|
+
};
|
|
3009
3024
|
reasoning: true;
|
|
3010
3025
|
thinkingLevelMap: {
|
|
3011
3026
|
xhigh: string;
|
|
@@ -3060,6 +3075,9 @@ export declare const MODELS: {
|
|
|
3060
3075
|
api: "anthropic-messages";
|
|
3061
3076
|
provider: string;
|
|
3062
3077
|
baseUrl: string;
|
|
3078
|
+
compat: {
|
|
3079
|
+
forceAdaptiveThinking: true;
|
|
3080
|
+
};
|
|
3063
3081
|
reasoning: true;
|
|
3064
3082
|
input: ("image" | "text")[];
|
|
3065
3083
|
cost: {
|
|
@@ -3751,52 +3769,6 @@ export declare const MODELS: {
|
|
|
3751
3769
|
};
|
|
3752
3770
|
};
|
|
3753
3771
|
readonly fireworks: {
|
|
3754
|
-
readonly "accounts/fireworks/models/deepseek-v3p1": {
|
|
3755
|
-
id: string;
|
|
3756
|
-
name: string;
|
|
3757
|
-
api: "anthropic-messages";
|
|
3758
|
-
provider: string;
|
|
3759
|
-
baseUrl: string;
|
|
3760
|
-
compat: {
|
|
3761
|
-
sendSessionAffinityHeaders: true;
|
|
3762
|
-
supportsEagerToolInputStreaming: false;
|
|
3763
|
-
supportsCacheControlOnTools: false;
|
|
3764
|
-
supportsLongCacheRetention: false;
|
|
3765
|
-
};
|
|
3766
|
-
reasoning: true;
|
|
3767
|
-
input: "text"[];
|
|
3768
|
-
cost: {
|
|
3769
|
-
input: number;
|
|
3770
|
-
output: number;
|
|
3771
|
-
cacheRead: number;
|
|
3772
|
-
cacheWrite: number;
|
|
3773
|
-
};
|
|
3774
|
-
contextWindow: number;
|
|
3775
|
-
maxTokens: number;
|
|
3776
|
-
};
|
|
3777
|
-
readonly "accounts/fireworks/models/deepseek-v3p2": {
|
|
3778
|
-
id: string;
|
|
3779
|
-
name: string;
|
|
3780
|
-
api: "anthropic-messages";
|
|
3781
|
-
provider: string;
|
|
3782
|
-
baseUrl: string;
|
|
3783
|
-
compat: {
|
|
3784
|
-
sendSessionAffinityHeaders: true;
|
|
3785
|
-
supportsEagerToolInputStreaming: false;
|
|
3786
|
-
supportsCacheControlOnTools: false;
|
|
3787
|
-
supportsLongCacheRetention: false;
|
|
3788
|
-
};
|
|
3789
|
-
reasoning: true;
|
|
3790
|
-
input: "text"[];
|
|
3791
|
-
cost: {
|
|
3792
|
-
input: number;
|
|
3793
|
-
output: number;
|
|
3794
|
-
cacheRead: number;
|
|
3795
|
-
cacheWrite: number;
|
|
3796
|
-
};
|
|
3797
|
-
contextWindow: number;
|
|
3798
|
-
maxTokens: number;
|
|
3799
|
-
};
|
|
3800
3772
|
readonly "accounts/fireworks/models/deepseek-v4-flash": {
|
|
3801
3773
|
id: string;
|
|
3802
3774
|
name: string;
|
|
@@ -3843,98 +3815,6 @@ export declare const MODELS: {
|
|
|
3843
3815
|
contextWindow: number;
|
|
3844
3816
|
maxTokens: number;
|
|
3845
3817
|
};
|
|
3846
|
-
readonly "accounts/fireworks/models/glm-4p5": {
|
|
3847
|
-
id: string;
|
|
3848
|
-
name: string;
|
|
3849
|
-
api: "anthropic-messages";
|
|
3850
|
-
provider: string;
|
|
3851
|
-
baseUrl: string;
|
|
3852
|
-
compat: {
|
|
3853
|
-
sendSessionAffinityHeaders: true;
|
|
3854
|
-
supportsEagerToolInputStreaming: false;
|
|
3855
|
-
supportsCacheControlOnTools: false;
|
|
3856
|
-
supportsLongCacheRetention: false;
|
|
3857
|
-
};
|
|
3858
|
-
reasoning: true;
|
|
3859
|
-
input: "text"[];
|
|
3860
|
-
cost: {
|
|
3861
|
-
input: number;
|
|
3862
|
-
output: number;
|
|
3863
|
-
cacheRead: number;
|
|
3864
|
-
cacheWrite: number;
|
|
3865
|
-
};
|
|
3866
|
-
contextWindow: number;
|
|
3867
|
-
maxTokens: number;
|
|
3868
|
-
};
|
|
3869
|
-
readonly "accounts/fireworks/models/glm-4p5-air": {
|
|
3870
|
-
id: string;
|
|
3871
|
-
name: string;
|
|
3872
|
-
api: "anthropic-messages";
|
|
3873
|
-
provider: string;
|
|
3874
|
-
baseUrl: string;
|
|
3875
|
-
compat: {
|
|
3876
|
-
sendSessionAffinityHeaders: true;
|
|
3877
|
-
supportsEagerToolInputStreaming: false;
|
|
3878
|
-
supportsCacheControlOnTools: false;
|
|
3879
|
-
supportsLongCacheRetention: false;
|
|
3880
|
-
};
|
|
3881
|
-
reasoning: true;
|
|
3882
|
-
input: "text"[];
|
|
3883
|
-
cost: {
|
|
3884
|
-
input: number;
|
|
3885
|
-
output: number;
|
|
3886
|
-
cacheRead: number;
|
|
3887
|
-
cacheWrite: number;
|
|
3888
|
-
};
|
|
3889
|
-
contextWindow: number;
|
|
3890
|
-
maxTokens: number;
|
|
3891
|
-
};
|
|
3892
|
-
readonly "accounts/fireworks/models/glm-4p7": {
|
|
3893
|
-
id: string;
|
|
3894
|
-
name: string;
|
|
3895
|
-
api: "anthropic-messages";
|
|
3896
|
-
provider: string;
|
|
3897
|
-
baseUrl: string;
|
|
3898
|
-
compat: {
|
|
3899
|
-
sendSessionAffinityHeaders: true;
|
|
3900
|
-
supportsEagerToolInputStreaming: false;
|
|
3901
|
-
supportsCacheControlOnTools: false;
|
|
3902
|
-
supportsLongCacheRetention: false;
|
|
3903
|
-
};
|
|
3904
|
-
reasoning: true;
|
|
3905
|
-
input: "text"[];
|
|
3906
|
-
cost: {
|
|
3907
|
-
input: number;
|
|
3908
|
-
output: number;
|
|
3909
|
-
cacheRead: number;
|
|
3910
|
-
cacheWrite: number;
|
|
3911
|
-
};
|
|
3912
|
-
contextWindow: number;
|
|
3913
|
-
maxTokens: number;
|
|
3914
|
-
};
|
|
3915
|
-
readonly "accounts/fireworks/models/glm-5": {
|
|
3916
|
-
id: string;
|
|
3917
|
-
name: string;
|
|
3918
|
-
api: "anthropic-messages";
|
|
3919
|
-
provider: string;
|
|
3920
|
-
baseUrl: string;
|
|
3921
|
-
compat: {
|
|
3922
|
-
sendSessionAffinityHeaders: true;
|
|
3923
|
-
supportsEagerToolInputStreaming: false;
|
|
3924
|
-
supportsCacheControlOnTools: false;
|
|
3925
|
-
supportsLongCacheRetention: false;
|
|
3926
|
-
};
|
|
3927
|
-
reasoning: true;
|
|
3928
|
-
input: "text"[];
|
|
3929
|
-
cost: {
|
|
3930
|
-
input: number;
|
|
3931
|
-
output: number;
|
|
3932
|
-
cacheRead: number;
|
|
3933
|
-
cacheWrite: number;
|
|
3934
|
-
};
|
|
3935
|
-
contextWindow: number;
|
|
3936
|
-
maxTokens: number;
|
|
3937
|
-
};
|
|
3938
3818
|
readonly "accounts/fireworks/models/glm-5p1": {
|
|
3939
3819
|
id: string;
|
|
3940
3820
|
name: string;
|
|
@@ -4004,52 +3884,6 @@ export declare const MODELS: {
|
|
|
4004
3884
|
contextWindow: number;
|
|
4005
3885
|
maxTokens: number;
|
|
4006
3886
|
};
|
|
4007
|
-
readonly "accounts/fireworks/models/kimi-k2-instruct": {
|
|
4008
|
-
id: string;
|
|
4009
|
-
name: string;
|
|
4010
|
-
api: "anthropic-messages";
|
|
4011
|
-
provider: string;
|
|
4012
|
-
baseUrl: string;
|
|
4013
|
-
compat: {
|
|
4014
|
-
sendSessionAffinityHeaders: true;
|
|
4015
|
-
supportsEagerToolInputStreaming: false;
|
|
4016
|
-
supportsCacheControlOnTools: false;
|
|
4017
|
-
supportsLongCacheRetention: false;
|
|
4018
|
-
};
|
|
4019
|
-
reasoning: false;
|
|
4020
|
-
input: "text"[];
|
|
4021
|
-
cost: {
|
|
4022
|
-
input: number;
|
|
4023
|
-
output: number;
|
|
4024
|
-
cacheRead: number;
|
|
4025
|
-
cacheWrite: number;
|
|
4026
|
-
};
|
|
4027
|
-
contextWindow: number;
|
|
4028
|
-
maxTokens: number;
|
|
4029
|
-
};
|
|
4030
|
-
readonly "accounts/fireworks/models/kimi-k2-thinking": {
|
|
4031
|
-
id: string;
|
|
4032
|
-
name: string;
|
|
4033
|
-
api: "anthropic-messages";
|
|
4034
|
-
provider: string;
|
|
4035
|
-
baseUrl: string;
|
|
4036
|
-
compat: {
|
|
4037
|
-
sendSessionAffinityHeaders: true;
|
|
4038
|
-
supportsEagerToolInputStreaming: false;
|
|
4039
|
-
supportsCacheControlOnTools: false;
|
|
4040
|
-
supportsLongCacheRetention: false;
|
|
4041
|
-
};
|
|
4042
|
-
reasoning: true;
|
|
4043
|
-
input: "text"[];
|
|
4044
|
-
cost: {
|
|
4045
|
-
input: number;
|
|
4046
|
-
output: number;
|
|
4047
|
-
cacheRead: number;
|
|
4048
|
-
cacheWrite: number;
|
|
4049
|
-
};
|
|
4050
|
-
contextWindow: number;
|
|
4051
|
-
maxTokens: number;
|
|
4052
|
-
};
|
|
4053
3887
|
readonly "accounts/fireworks/models/kimi-k2p5": {
|
|
4054
3888
|
id: string;
|
|
4055
3889
|
name: string;
|
|
@@ -4096,7 +3930,7 @@ export declare const MODELS: {
|
|
|
4096
3930
|
contextWindow: number;
|
|
4097
3931
|
maxTokens: number;
|
|
4098
3932
|
};
|
|
4099
|
-
readonly "accounts/fireworks/models/minimax-
|
|
3933
|
+
readonly "accounts/fireworks/models/minimax-m2p5": {
|
|
4100
3934
|
id: string;
|
|
4101
3935
|
name: string;
|
|
4102
3936
|
api: "anthropic-messages";
|
|
@@ -4119,7 +3953,7 @@ export declare const MODELS: {
|
|
|
4119
3953
|
contextWindow: number;
|
|
4120
3954
|
maxTokens: number;
|
|
4121
3955
|
};
|
|
4122
|
-
readonly "accounts/fireworks/models/minimax-
|
|
3956
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4123
3957
|
id: string;
|
|
4124
3958
|
name: string;
|
|
4125
3959
|
api: "anthropic-messages";
|
|
@@ -4142,7 +3976,7 @@ export declare const MODELS: {
|
|
|
4142
3976
|
contextWindow: number;
|
|
4143
3977
|
maxTokens: number;
|
|
4144
3978
|
};
|
|
4145
|
-
readonly "accounts/fireworks/models/
|
|
3979
|
+
readonly "accounts/fireworks/models/qwen3p6-plus": {
|
|
4146
3980
|
id: string;
|
|
4147
3981
|
name: string;
|
|
4148
3982
|
api: "anthropic-messages";
|
|
@@ -4155,7 +3989,7 @@ export declare const MODELS: {
|
|
|
4155
3989
|
supportsLongCacheRetention: false;
|
|
4156
3990
|
};
|
|
4157
3991
|
reasoning: true;
|
|
4158
|
-
input: "text"[];
|
|
3992
|
+
input: ("image" | "text")[];
|
|
4159
3993
|
cost: {
|
|
4160
3994
|
input: number;
|
|
4161
3995
|
output: number;
|
|
@@ -4165,7 +3999,7 @@ export declare const MODELS: {
|
|
|
4165
3999
|
contextWindow: number;
|
|
4166
4000
|
maxTokens: number;
|
|
4167
4001
|
};
|
|
4168
|
-
readonly "accounts/fireworks/
|
|
4002
|
+
readonly "accounts/fireworks/routers/glm-5p1-fast": {
|
|
4169
4003
|
id: string;
|
|
4170
4004
|
name: string;
|
|
4171
4005
|
api: "anthropic-messages";
|
|
@@ -4178,7 +4012,7 @@ export declare const MODELS: {
|
|
|
4178
4012
|
supportsLongCacheRetention: false;
|
|
4179
4013
|
};
|
|
4180
4014
|
reasoning: true;
|
|
4181
|
-
input:
|
|
4015
|
+
input: "text"[];
|
|
4182
4016
|
cost: {
|
|
4183
4017
|
input: number;
|
|
4184
4018
|
output: number;
|
|
@@ -4188,7 +4022,7 @@ export declare const MODELS: {
|
|
|
4188
4022
|
contextWindow: number;
|
|
4189
4023
|
maxTokens: number;
|
|
4190
4024
|
};
|
|
4191
|
-
readonly "accounts/fireworks/routers/kimi-
|
|
4025
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4192
4026
|
id: string;
|
|
4193
4027
|
name: string;
|
|
4194
4028
|
api: "anthropic-messages";
|
|
@@ -4274,6 +4108,9 @@ export declare const MODELS: {
|
|
|
4274
4108
|
"Editor-Plugin-Version": string;
|
|
4275
4109
|
"Copilot-Integration-Id": string;
|
|
4276
4110
|
};
|
|
4111
|
+
compat: {
|
|
4112
|
+
forceAdaptiveThinking: true;
|
|
4113
|
+
};
|
|
4277
4114
|
reasoning: true;
|
|
4278
4115
|
thinkingLevelMap: {
|
|
4279
4116
|
xhigh: string;
|
|
@@ -4300,6 +4137,9 @@ export declare const MODELS: {
|
|
|
4300
4137
|
"Editor-Plugin-Version": string;
|
|
4301
4138
|
"Copilot-Integration-Id": string;
|
|
4302
4139
|
};
|
|
4140
|
+
compat: {
|
|
4141
|
+
forceAdaptiveThinking: true;
|
|
4142
|
+
};
|
|
4303
4143
|
reasoning: true;
|
|
4304
4144
|
thinkingLevelMap: {
|
|
4305
4145
|
xhigh: string;
|
|
@@ -4352,6 +4192,9 @@ export declare const MODELS: {
|
|
|
4352
4192
|
"Editor-Plugin-Version": string;
|
|
4353
4193
|
"Copilot-Integration-Id": string;
|
|
4354
4194
|
};
|
|
4195
|
+
compat: {
|
|
4196
|
+
forceAdaptiveThinking: true;
|
|
4197
|
+
};
|
|
4355
4198
|
reasoning: true;
|
|
4356
4199
|
input: ("image" | "text")[];
|
|
4357
4200
|
cost: {
|
|
@@ -4447,6 +4290,34 @@ export declare const MODELS: {
|
|
|
4447
4290
|
contextWindow: number;
|
|
4448
4291
|
maxTokens: number;
|
|
4449
4292
|
};
|
|
4293
|
+
readonly "gemini-3.5-flash": {
|
|
4294
|
+
id: string;
|
|
4295
|
+
name: string;
|
|
4296
|
+
api: "openai-completions";
|
|
4297
|
+
provider: string;
|
|
4298
|
+
baseUrl: string;
|
|
4299
|
+
headers: {
|
|
4300
|
+
"User-Agent": string;
|
|
4301
|
+
"Editor-Version": string;
|
|
4302
|
+
"Editor-Plugin-Version": string;
|
|
4303
|
+
"Copilot-Integration-Id": string;
|
|
4304
|
+
};
|
|
4305
|
+
compat: {
|
|
4306
|
+
supportsStore: false;
|
|
4307
|
+
supportsDeveloperRole: false;
|
|
4308
|
+
supportsReasoningEffort: false;
|
|
4309
|
+
};
|
|
4310
|
+
reasoning: true;
|
|
4311
|
+
input: ("image" | "text")[];
|
|
4312
|
+
cost: {
|
|
4313
|
+
input: number;
|
|
4314
|
+
output: number;
|
|
4315
|
+
cacheRead: number;
|
|
4316
|
+
cacheWrite: number;
|
|
4317
|
+
};
|
|
4318
|
+
contextWindow: number;
|
|
4319
|
+
maxTokens: number;
|
|
4320
|
+
};
|
|
4450
4321
|
readonly "gpt-4.1": {
|
|
4451
4322
|
id: string;
|
|
4452
4323
|
name: string;
|
|
@@ -7987,6 +7858,9 @@ export declare const MODELS: {
|
|
|
7987
7858
|
api: "anthropic-messages";
|
|
7988
7859
|
provider: string;
|
|
7989
7860
|
baseUrl: string;
|
|
7861
|
+
compat: {
|
|
7862
|
+
forceAdaptiveThinking: true;
|
|
7863
|
+
};
|
|
7990
7864
|
reasoning: true;
|
|
7991
7865
|
thinkingLevelMap: {
|
|
7992
7866
|
xhigh: string;
|
|
@@ -8007,6 +7881,9 @@ export declare const MODELS: {
|
|
|
8007
7881
|
api: "anthropic-messages";
|
|
8008
7882
|
provider: string;
|
|
8009
7883
|
baseUrl: string;
|
|
7884
|
+
compat: {
|
|
7885
|
+
forceAdaptiveThinking: true;
|
|
7886
|
+
};
|
|
8010
7887
|
reasoning: true;
|
|
8011
7888
|
thinkingLevelMap: {
|
|
8012
7889
|
xhigh: string;
|
|
@@ -8061,6 +7938,9 @@ export declare const MODELS: {
|
|
|
8061
7938
|
api: "anthropic-messages";
|
|
8062
7939
|
provider: string;
|
|
8063
7940
|
baseUrl: string;
|
|
7941
|
+
compat: {
|
|
7942
|
+
forceAdaptiveThinking: true;
|
|
7943
|
+
};
|
|
8064
7944
|
reasoning: true;
|
|
8065
7945
|
input: ("image" | "text")[];
|
|
8066
7946
|
cost: {
|
|
@@ -8663,23 +8543,6 @@ export declare const MODELS: {
|
|
|
8663
8543
|
contextWindow: number;
|
|
8664
8544
|
maxTokens: number;
|
|
8665
8545
|
};
|
|
8666
|
-
readonly "qwen3.6-plus-free": {
|
|
8667
|
-
id: string;
|
|
8668
|
-
name: string;
|
|
8669
|
-
api: "anthropic-messages";
|
|
8670
|
-
provider: string;
|
|
8671
|
-
baseUrl: string;
|
|
8672
|
-
reasoning: true;
|
|
8673
|
-
input: ("image" | "text")[];
|
|
8674
|
-
cost: {
|
|
8675
|
-
input: number;
|
|
8676
|
-
output: number;
|
|
8677
|
-
cacheRead: number;
|
|
8678
|
-
cacheWrite: number;
|
|
8679
|
-
};
|
|
8680
|
-
contextWindow: number;
|
|
8681
|
-
maxTokens: number;
|
|
8682
|
-
};
|
|
8683
8546
|
};
|
|
8684
8547
|
readonly "opencode-go": {
|
|
8685
8548
|
readonly "deepseek-v4-flash": {
|
|
@@ -9268,23 +9131,6 @@ export declare const MODELS: {
|
|
|
9268
9131
|
contextWindow: number;
|
|
9269
9132
|
maxTokens: number;
|
|
9270
9133
|
};
|
|
9271
|
-
readonly "arcee-ai/trinity-large-preview": {
|
|
9272
|
-
id: string;
|
|
9273
|
-
name: string;
|
|
9274
|
-
api: "openai-completions";
|
|
9275
|
-
provider: string;
|
|
9276
|
-
baseUrl: string;
|
|
9277
|
-
reasoning: false;
|
|
9278
|
-
input: "text"[];
|
|
9279
|
-
cost: {
|
|
9280
|
-
input: number;
|
|
9281
|
-
output: number;
|
|
9282
|
-
cacheRead: number;
|
|
9283
|
-
cacheWrite: number;
|
|
9284
|
-
};
|
|
9285
|
-
contextWindow: number;
|
|
9286
|
-
maxTokens: number;
|
|
9287
|
-
};
|
|
9288
9134
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
9289
9135
|
id: string;
|
|
9290
9136
|
name: string;
|
|
@@ -12876,6 +12722,23 @@ export declare const MODELS: {
|
|
|
12876
12722
|
contextWindow: number;
|
|
12877
12723
|
maxTokens: number;
|
|
12878
12724
|
};
|
|
12725
|
+
readonly "qwen/qwen3.7-max": {
|
|
12726
|
+
id: string;
|
|
12727
|
+
name: string;
|
|
12728
|
+
api: "openai-completions";
|
|
12729
|
+
provider: string;
|
|
12730
|
+
baseUrl: string;
|
|
12731
|
+
reasoning: true;
|
|
12732
|
+
input: "text"[];
|
|
12733
|
+
cost: {
|
|
12734
|
+
input: number;
|
|
12735
|
+
output: number;
|
|
12736
|
+
cacheRead: number;
|
|
12737
|
+
cacheWrite: number;
|
|
12738
|
+
};
|
|
12739
|
+
contextWindow: number;
|
|
12740
|
+
maxTokens: number;
|
|
12741
|
+
};
|
|
12879
12742
|
readonly "rekaai/reka-edge": {
|
|
12880
12743
|
id: string;
|
|
12881
12744
|
name: string;
|
|
@@ -13735,6 +13598,37 @@ export declare const MODELS: {
|
|
|
13735
13598
|
contextWindow: number;
|
|
13736
13599
|
maxTokens: number;
|
|
13737
13600
|
};
|
|
13601
|
+
readonly "Qwen/Qwen3.7-Max": {
|
|
13602
|
+
id: string;
|
|
13603
|
+
name: string;
|
|
13604
|
+
api: "openai-completions";
|
|
13605
|
+
provider: string;
|
|
13606
|
+
baseUrl: string;
|
|
13607
|
+
compat: {
|
|
13608
|
+
supportsStore: false;
|
|
13609
|
+
supportsDeveloperRole: false;
|
|
13610
|
+
supportsReasoningEffort: false;
|
|
13611
|
+
maxTokensField: "max_tokens";
|
|
13612
|
+
supportsStrictMode: false;
|
|
13613
|
+
supportsLongCacheRetention: false;
|
|
13614
|
+
thinkingFormat: "together";
|
|
13615
|
+
};
|
|
13616
|
+
reasoning: true;
|
|
13617
|
+
thinkingLevelMap: {
|
|
13618
|
+
minimal: null;
|
|
13619
|
+
low: null;
|
|
13620
|
+
medium: null;
|
|
13621
|
+
};
|
|
13622
|
+
input: "text"[];
|
|
13623
|
+
cost: {
|
|
13624
|
+
input: number;
|
|
13625
|
+
output: number;
|
|
13626
|
+
cacheRead: number;
|
|
13627
|
+
cacheWrite: number;
|
|
13628
|
+
};
|
|
13629
|
+
contextWindow: number;
|
|
13630
|
+
maxTokens: number;
|
|
13631
|
+
};
|
|
13738
13632
|
readonly "deepseek-ai/DeepSeek-V3": {
|
|
13739
13633
|
id: string;
|
|
13740
13634
|
name: string;
|
|
@@ -14342,6 +14236,23 @@ export declare const MODELS: {
|
|
|
14342
14236
|
contextWindow: number;
|
|
14343
14237
|
maxTokens: number;
|
|
14344
14238
|
};
|
|
14239
|
+
readonly "alibaba/qwen3.7-max": {
|
|
14240
|
+
id: string;
|
|
14241
|
+
name: string;
|
|
14242
|
+
api: "anthropic-messages";
|
|
14243
|
+
provider: string;
|
|
14244
|
+
baseUrl: string;
|
|
14245
|
+
reasoning: true;
|
|
14246
|
+
input: ("image" | "text")[];
|
|
14247
|
+
cost: {
|
|
14248
|
+
input: number;
|
|
14249
|
+
output: number;
|
|
14250
|
+
cacheRead: number;
|
|
14251
|
+
cacheWrite: number;
|
|
14252
|
+
};
|
|
14253
|
+
contextWindow: number;
|
|
14254
|
+
maxTokens: number;
|
|
14255
|
+
};
|
|
14345
14256
|
readonly "anthropic/claude-3-haiku": {
|
|
14346
14257
|
id: string;
|
|
14347
14258
|
name: string;
|
|
@@ -14450,6 +14361,9 @@ export declare const MODELS: {
|
|
|
14450
14361
|
api: "anthropic-messages";
|
|
14451
14362
|
provider: string;
|
|
14452
14363
|
baseUrl: string;
|
|
14364
|
+
compat: {
|
|
14365
|
+
forceAdaptiveThinking: true;
|
|
14366
|
+
};
|
|
14453
14367
|
reasoning: true;
|
|
14454
14368
|
thinkingLevelMap: {
|
|
14455
14369
|
xhigh: string;
|
|
@@ -14470,6 +14384,9 @@ export declare const MODELS: {
|
|
|
14470
14384
|
api: "anthropic-messages";
|
|
14471
14385
|
provider: string;
|
|
14472
14386
|
baseUrl: string;
|
|
14387
|
+
compat: {
|
|
14388
|
+
forceAdaptiveThinking: true;
|
|
14389
|
+
};
|
|
14473
14390
|
reasoning: true;
|
|
14474
14391
|
thinkingLevelMap: {
|
|
14475
14392
|
xhigh: string;
|
|
@@ -14524,6 +14441,9 @@ export declare const MODELS: {
|
|
|
14524
14441
|
api: "anthropic-messages";
|
|
14525
14442
|
provider: string;
|
|
14526
14443
|
baseUrl: string;
|
|
14444
|
+
compat: {
|
|
14445
|
+
forceAdaptiveThinking: true;
|
|
14446
|
+
};
|
|
14527
14447
|
reasoning: true;
|
|
14528
14448
|
input: ("image" | "text")[];
|
|
14529
14449
|
cost: {
|