llm-zoo 1.0.2 → 1.0.3

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/index.cjs CHANGED
@@ -775,9 +775,9 @@ var MOONSHOT_MODELS = {
775
775
  openrouterFullName: "moonshotai/moonshot-v1-128k",
776
776
  provider: "moonshot" /* MOONSHOT */,
777
777
  maxOutputTokens: 64e3,
778
- contextWindow: 128e3,
779
- inputPrice: 0.28,
780
- outputPrice: 1.12,
778
+ contextWindow: 131072,
779
+ inputPrice: 2,
780
+ outputPrice: 5,
781
781
  capabilities: {
782
782
  ...MOONSHOT_DEFAULT_CAPABILITIES,
783
783
  supportsVision: false
@@ -786,13 +786,13 @@ var MOONSHOT_MODELS = {
786
786
  },
787
787
  kimiv: {
788
788
  name: "kimi128kv",
789
- fullName: "moonshot-v1-128k-vision",
789
+ fullName: "moonshot-v1-128k-vision-preview",
790
790
  openrouterFullName: "moonshotai/moonshot-v1-128k-vision",
791
791
  provider: "moonshot" /* MOONSHOT */,
792
792
  maxOutputTokens: 64e3,
793
- contextWindow: 128e3,
794
- inputPrice: 0.35,
795
- outputPrice: 1.4,
793
+ contextWindow: 131072,
794
+ inputPrice: 2,
795
+ outputPrice: 5,
796
796
  capabilities: {
797
797
  ...MOONSHOT_DEFAULT_CAPABILITIES,
798
798
  supportsVision: true
@@ -840,13 +840,13 @@ var MOONSHOT_MODELS = {
840
840
  provider: "moonshot" /* MOONSHOT */,
841
841
  maxOutputTokens: 64e3,
842
842
  contextWindow: 262144,
843
- inputPrice: 0.56 * 4,
844
- outputPrice: 2.22 * 4,
843
+ inputPrice: 1.15,
844
+ outputPrice: 8,
845
845
  capabilities: {
846
846
  ...MOONSHOT_DEFAULT_CAPABILITIES,
847
847
  supportsVision: false,
848
848
  supportsAutoPromptCaching: true,
849
- cacheDiscountFactor: 0.25,
849
+ cacheDiscountFactor: 0.15 / 1.15,
850
850
  supportsReasoning: false
851
851
  },
852
852
  openRouterOnly: false
@@ -858,8 +858,8 @@ var MOONSHOT_MODELS = {
858
858
  provider: "moonshot" /* MOONSHOT */,
859
859
  maxOutputTokens: 64e3,
860
860
  contextWindow: 262144,
861
- inputPrice: 0.56,
862
- outputPrice: 2.22,
861
+ inputPrice: 0.6,
862
+ outputPrice: 2.5,
863
863
  capabilities: {
864
864
  ...MOONSHOT_DEFAULT_CAPABILITIES,
865
865
  supportsVision: false,
@@ -878,15 +878,53 @@ var MOONSHOT_MODELS = {
878
878
  provider: "moonshot" /* MOONSHOT */,
879
879
  maxOutputTokens: 64e3,
880
880
  contextWindow: 262144,
881
- inputPrice: 0.56 * 4,
882
- outputPrice: 2.22 * 4,
881
+ inputPrice: 1.15,
882
+ outputPrice: 8,
883
883
  capabilities: {
884
884
  ...MOONSHOT_DEFAULT_CAPABILITIES,
885
885
  supportsVision: false,
886
886
  supportsReasoning: true,
887
887
  supportsInterleavedThinking: true,
888
888
  supportsAutoPromptCaching: true,
889
- cacheDiscountFactor: 0.25,
889
+ cacheDiscountFactor: 0.15 / 1.15,
890
+ reasoningEffort: "high" /* HIGH */
891
+ },
892
+ openRouterOnly: false
893
+ },
894
+ // kimi-k2.5: A model that can enable or disable thinking capability, enabled by default. You can disable thinking by using {"type": "disabled"}
895
+ kimi25: {
896
+ name: "kimi25",
897
+ fullName: "kimi-k2.5",
898
+ openrouterFullName: "moonshotai/kimi-k2.5",
899
+ provider: "moonshot" /* MOONSHOT */,
900
+ maxOutputTokens: 64e3,
901
+ contextWindow: 262144,
902
+ inputPrice: 0.6,
903
+ outputPrice: 3,
904
+ capabilities: {
905
+ ...MOONSHOT_DEFAULT_CAPABILITIES,
906
+ supportsVision: true,
907
+ supportsAutoPromptCaching: true,
908
+ cacheDiscountFactor: 0.1 / 0.6
909
+ },
910
+ openRouterOnly: false
911
+ },
912
+ kimi25T: {
913
+ name: "kimi25T",
914
+ fullName: "kimi-k2.5",
915
+ openrouterFullName: "moonshotai/kimi-k2.5",
916
+ provider: "moonshot" /* MOONSHOT */,
917
+ maxOutputTokens: 64e3,
918
+ contextWindow: 262144,
919
+ inputPrice: 0.6,
920
+ outputPrice: 3,
921
+ capabilities: {
922
+ ...MOONSHOT_DEFAULT_CAPABILITIES,
923
+ supportsVision: true,
924
+ supportsReasoning: true,
925
+ supportsInterleavedThinking: true,
926
+ supportsAutoPromptCaching: true,
927
+ cacheDiscountFactor: 0.1 / 0.6,
890
928
  reasoningEffort: "high" /* HIGH */
891
929
  },
892
930
  openRouterOnly: false