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