@openachieve/ai 0.79.0 → 0.79.1

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.
@@ -7215,6 +7215,118 @@ export declare const MODELS: {
7215
7215
  };
7216
7216
  };
7217
7217
  readonly nvidia: {
7218
+ readonly "abacusai/dracarys-llama-3_1-70b-instruct": {
7219
+ id: string;
7220
+ name: string;
7221
+ api: "openai-completions";
7222
+ provider: string;
7223
+ baseUrl: string;
7224
+ headers: {
7225
+ "NVCF-POLL-SECONDS": string;
7226
+ };
7227
+ compat: {
7228
+ supportsStore: false;
7229
+ supportsDeveloperRole: false;
7230
+ supportsReasoningEffort: false;
7231
+ maxTokensField: "max_tokens";
7232
+ supportsStrictMode: false;
7233
+ supportsLongCacheRetention: false;
7234
+ };
7235
+ reasoning: false;
7236
+ input: "text"[];
7237
+ cost: {
7238
+ input: number;
7239
+ output: number;
7240
+ cacheRead: number;
7241
+ cacheWrite: number;
7242
+ };
7243
+ contextWindow: number;
7244
+ maxTokens: number;
7245
+ };
7246
+ readonly "deepseek-ai/deepseek-v3.1-terminus": {
7247
+ id: string;
7248
+ name: string;
7249
+ api: "openai-completions";
7250
+ provider: string;
7251
+ baseUrl: string;
7252
+ headers: {
7253
+ "NVCF-POLL-SECONDS": string;
7254
+ };
7255
+ compat: {
7256
+ supportsStore: false;
7257
+ supportsDeveloperRole: false;
7258
+ supportsReasoningEffort: false;
7259
+ maxTokensField: "max_tokens";
7260
+ supportsStrictMode: false;
7261
+ supportsLongCacheRetention: false;
7262
+ };
7263
+ reasoning: true;
7264
+ input: "text"[];
7265
+ cost: {
7266
+ input: number;
7267
+ output: number;
7268
+ cacheRead: number;
7269
+ cacheWrite: number;
7270
+ };
7271
+ contextWindow: number;
7272
+ maxTokens: number;
7273
+ };
7274
+ readonly "deepseek-ai/deepseek-v3.2": {
7275
+ id: string;
7276
+ name: string;
7277
+ api: "openai-completions";
7278
+ provider: string;
7279
+ baseUrl: string;
7280
+ headers: {
7281
+ "NVCF-POLL-SECONDS": string;
7282
+ };
7283
+ compat: {
7284
+ supportsStore: false;
7285
+ supportsDeveloperRole: false;
7286
+ supportsReasoningEffort: false;
7287
+ maxTokensField: "max_tokens";
7288
+ supportsStrictMode: false;
7289
+ supportsLongCacheRetention: false;
7290
+ };
7291
+ reasoning: true;
7292
+ input: "text"[];
7293
+ cost: {
7294
+ input: number;
7295
+ output: number;
7296
+ cacheRead: number;
7297
+ cacheWrite: number;
7298
+ };
7299
+ contextWindow: number;
7300
+ maxTokens: number;
7301
+ };
7302
+ readonly "google/gemma-3-27b-it": {
7303
+ id: string;
7304
+ name: string;
7305
+ api: "openai-completions";
7306
+ provider: string;
7307
+ baseUrl: string;
7308
+ headers: {
7309
+ "NVCF-POLL-SECONDS": string;
7310
+ };
7311
+ compat: {
7312
+ supportsStore: false;
7313
+ supportsDeveloperRole: false;
7314
+ supportsReasoningEffort: false;
7315
+ maxTokensField: "max_tokens";
7316
+ supportsStrictMode: false;
7317
+ supportsLongCacheRetention: false;
7318
+ };
7319
+ reasoning: true;
7320
+ input: ("image" | "text")[];
7321
+ cost: {
7322
+ input: number;
7323
+ output: number;
7324
+ cacheRead: number;
7325
+ cacheWrite: number;
7326
+ };
7327
+ contextWindow: number;
7328
+ maxTokens: number;
7329
+ };
7218
7330
  readonly "meta/llama-3.1-70b-instruct": {
7219
7331
  id: string;
7220
7332
  name: string;
@@ -7355,6 +7467,90 @@ export declare const MODELS: {
7355
7467
  contextWindow: number;
7356
7468
  maxTokens: number;
7357
7469
  };
7470
+ readonly "minimaxai/minimax-m2.5": {
7471
+ id: string;
7472
+ name: string;
7473
+ api: "openai-completions";
7474
+ provider: string;
7475
+ baseUrl: string;
7476
+ headers: {
7477
+ "NVCF-POLL-SECONDS": string;
7478
+ };
7479
+ compat: {
7480
+ supportsStore: false;
7481
+ supportsDeveloperRole: false;
7482
+ supportsReasoningEffort: false;
7483
+ maxTokensField: "max_tokens";
7484
+ supportsStrictMode: false;
7485
+ supportsLongCacheRetention: false;
7486
+ };
7487
+ reasoning: true;
7488
+ input: "text"[];
7489
+ cost: {
7490
+ input: number;
7491
+ output: number;
7492
+ cacheRead: number;
7493
+ cacheWrite: number;
7494
+ };
7495
+ contextWindow: number;
7496
+ maxTokens: number;
7497
+ };
7498
+ readonly "mistralai/devstral-2-123b-instruct-2512": {
7499
+ id: string;
7500
+ name: string;
7501
+ api: "openai-completions";
7502
+ provider: string;
7503
+ baseUrl: string;
7504
+ headers: {
7505
+ "NVCF-POLL-SECONDS": string;
7506
+ };
7507
+ compat: {
7508
+ supportsStore: false;
7509
+ supportsDeveloperRole: false;
7510
+ supportsReasoningEffort: false;
7511
+ maxTokensField: "max_tokens";
7512
+ supportsStrictMode: false;
7513
+ supportsLongCacheRetention: false;
7514
+ };
7515
+ reasoning: true;
7516
+ input: "text"[];
7517
+ cost: {
7518
+ input: number;
7519
+ output: number;
7520
+ cacheRead: number;
7521
+ cacheWrite: number;
7522
+ };
7523
+ contextWindow: number;
7524
+ maxTokens: number;
7525
+ };
7526
+ readonly "mistralai/mistral-7b-instruct-v03": {
7527
+ id: string;
7528
+ name: string;
7529
+ api: "openai-completions";
7530
+ provider: string;
7531
+ baseUrl: string;
7532
+ headers: {
7533
+ "NVCF-POLL-SECONDS": string;
7534
+ };
7535
+ compat: {
7536
+ supportsStore: false;
7537
+ supportsDeveloperRole: false;
7538
+ supportsReasoningEffort: false;
7539
+ maxTokensField: "max_tokens";
7540
+ supportsStrictMode: false;
7541
+ supportsLongCacheRetention: false;
7542
+ };
7543
+ reasoning: false;
7544
+ input: "text"[];
7545
+ cost: {
7546
+ input: number;
7547
+ output: number;
7548
+ cacheRead: number;
7549
+ cacheWrite: number;
7550
+ };
7551
+ contextWindow: number;
7552
+ maxTokens: number;
7553
+ };
7358
7554
  readonly "mistralai/mistral-large-3-675b-instruct-2512": {
7359
7555
  id: string;
7360
7556
  name: string;
@@ -7411,6 +7607,146 @@ export declare const MODELS: {
7411
7607
  contextWindow: number;
7412
7608
  maxTokens: number;
7413
7609
  };
7610
+ readonly "mistralai/mixtral-8x22b-instruct": {
7611
+ id: string;
7612
+ name: string;
7613
+ api: "openai-completions";
7614
+ provider: string;
7615
+ baseUrl: string;
7616
+ headers: {
7617
+ "NVCF-POLL-SECONDS": string;
7618
+ };
7619
+ compat: {
7620
+ supportsStore: false;
7621
+ supportsDeveloperRole: false;
7622
+ supportsReasoningEffort: false;
7623
+ maxTokensField: "max_tokens";
7624
+ supportsStrictMode: false;
7625
+ supportsLongCacheRetention: false;
7626
+ };
7627
+ reasoning: false;
7628
+ input: "text"[];
7629
+ cost: {
7630
+ input: number;
7631
+ output: number;
7632
+ cacheRead: number;
7633
+ cacheWrite: number;
7634
+ };
7635
+ contextWindow: number;
7636
+ maxTokens: number;
7637
+ };
7638
+ readonly "mistralai/mixtral-8x7b-instruct": {
7639
+ id: string;
7640
+ name: string;
7641
+ api: "openai-completions";
7642
+ provider: string;
7643
+ baseUrl: string;
7644
+ headers: {
7645
+ "NVCF-POLL-SECONDS": string;
7646
+ };
7647
+ compat: {
7648
+ supportsStore: false;
7649
+ supportsDeveloperRole: false;
7650
+ supportsReasoningEffort: false;
7651
+ maxTokensField: "max_tokens";
7652
+ supportsStrictMode: false;
7653
+ supportsLongCacheRetention: false;
7654
+ };
7655
+ reasoning: false;
7656
+ input: "text"[];
7657
+ cost: {
7658
+ input: number;
7659
+ output: number;
7660
+ cacheRead: number;
7661
+ cacheWrite: number;
7662
+ };
7663
+ contextWindow: number;
7664
+ maxTokens: number;
7665
+ };
7666
+ readonly "moonshotai/kimi-k2-instruct": {
7667
+ id: string;
7668
+ name: string;
7669
+ api: "openai-completions";
7670
+ provider: string;
7671
+ baseUrl: string;
7672
+ headers: {
7673
+ "NVCF-POLL-SECONDS": string;
7674
+ };
7675
+ compat: {
7676
+ supportsStore: false;
7677
+ supportsDeveloperRole: false;
7678
+ supportsReasoningEffort: false;
7679
+ maxTokensField: "max_tokens";
7680
+ supportsStrictMode: false;
7681
+ supportsLongCacheRetention: false;
7682
+ };
7683
+ reasoning: true;
7684
+ input: "text"[];
7685
+ cost: {
7686
+ input: number;
7687
+ output: number;
7688
+ cacheRead: number;
7689
+ cacheWrite: number;
7690
+ };
7691
+ contextWindow: number;
7692
+ maxTokens: number;
7693
+ };
7694
+ readonly "moonshotai/kimi-k2-instruct-0905": {
7695
+ id: string;
7696
+ name: string;
7697
+ api: "openai-completions";
7698
+ provider: string;
7699
+ baseUrl: string;
7700
+ headers: {
7701
+ "NVCF-POLL-SECONDS": string;
7702
+ };
7703
+ compat: {
7704
+ supportsStore: false;
7705
+ supportsDeveloperRole: false;
7706
+ supportsReasoningEffort: false;
7707
+ maxTokensField: "max_tokens";
7708
+ supportsStrictMode: false;
7709
+ supportsLongCacheRetention: false;
7710
+ };
7711
+ reasoning: false;
7712
+ input: "text"[];
7713
+ cost: {
7714
+ input: number;
7715
+ output: number;
7716
+ cacheRead: number;
7717
+ cacheWrite: number;
7718
+ };
7719
+ contextWindow: number;
7720
+ maxTokens: number;
7721
+ };
7722
+ readonly "moonshotai/kimi-k2-thinking": {
7723
+ id: string;
7724
+ name: string;
7725
+ api: "openai-completions";
7726
+ provider: string;
7727
+ baseUrl: string;
7728
+ headers: {
7729
+ "NVCF-POLL-SECONDS": string;
7730
+ };
7731
+ compat: {
7732
+ supportsStore: false;
7733
+ supportsDeveloperRole: false;
7734
+ supportsReasoningEffort: false;
7735
+ maxTokensField: "max_tokens";
7736
+ supportsStrictMode: false;
7737
+ supportsLongCacheRetention: false;
7738
+ };
7739
+ reasoning: true;
7740
+ input: "text"[];
7741
+ cost: {
7742
+ input: number;
7743
+ output: number;
7744
+ cacheRead: number;
7745
+ cacheWrite: number;
7746
+ };
7747
+ contextWindow: number;
7748
+ maxTokens: number;
7749
+ };
7414
7750
  readonly "moonshotai/kimi-k2.6": {
7415
7751
  id: string;
7416
7752
  name: string;
@@ -7439,7 +7775,7 @@ export declare const MODELS: {
7439
7775
  contextWindow: number;
7440
7776
  maxTokens: number;
7441
7777
  };
7442
- readonly "nvidia/llama-3.3-nemotron-super-49b-v1": {
7778
+ readonly "nvidia/llama-3_3-nemotron-super-49b-v1": {
7443
7779
  id: string;
7444
7780
  name: string;
7445
7781
  api: "openai-completions";
@@ -7467,7 +7803,7 @@ export declare const MODELS: {
7467
7803
  contextWindow: number;
7468
7804
  maxTokens: number;
7469
7805
  };
7470
- readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
7806
+ readonly "nvidia/llama-3_3-nemotron-super-49b-v1_5": {
7471
7807
  id: string;
7472
7808
  name: string;
7473
7809
  api: "openai-completions";
@@ -7579,6 +7915,34 @@ export declare const MODELS: {
7579
7915
  contextWindow: number;
7580
7916
  maxTokens: number;
7581
7917
  };
7918
+ readonly "nvidia/nemotron-voicechat": {
7919
+ id: string;
7920
+ name: string;
7921
+ api: "openai-completions";
7922
+ provider: string;
7923
+ baseUrl: string;
7924
+ headers: {
7925
+ "NVCF-POLL-SECONDS": string;
7926
+ };
7927
+ compat: {
7928
+ supportsStore: false;
7929
+ supportsDeveloperRole: false;
7930
+ supportsReasoningEffort: false;
7931
+ maxTokensField: "max_tokens";
7932
+ supportsStrictMode: false;
7933
+ supportsLongCacheRetention: false;
7934
+ };
7935
+ reasoning: false;
7936
+ input: "text"[];
7937
+ cost: {
7938
+ input: number;
7939
+ output: number;
7940
+ cacheRead: number;
7941
+ cacheWrite: number;
7942
+ };
7943
+ contextWindow: number;
7944
+ maxTokens: number;
7945
+ };
7582
7946
  readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
7583
7947
  id: string;
7584
7948
  name: string;
@@ -7635,6 +7999,34 @@ export declare const MODELS: {
7635
7999
  contextWindow: number;
7636
8000
  maxTokens: number;
7637
8001
  };
8002
+ readonly "qwen/qwen2.5-coder-32b-instruct": {
8003
+ id: string;
8004
+ name: string;
8005
+ api: "openai-completions";
8006
+ provider: string;
8007
+ baseUrl: string;
8008
+ headers: {
8009
+ "NVCF-POLL-SECONDS": string;
8010
+ };
8011
+ compat: {
8012
+ supportsStore: false;
8013
+ supportsDeveloperRole: false;
8014
+ supportsReasoningEffort: false;
8015
+ maxTokensField: "max_tokens";
8016
+ supportsStrictMode: false;
8017
+ supportsLongCacheRetention: false;
8018
+ };
8019
+ reasoning: false;
8020
+ input: "text"[];
8021
+ cost: {
8022
+ input: number;
8023
+ output: number;
8024
+ cacheRead: number;
8025
+ cacheWrite: number;
8026
+ };
8027
+ contextWindow: number;
8028
+ maxTokens: number;
8029
+ };
7638
8030
  readonly "qwen/qwen3-coder-480b-a35b-instruct": {
7639
8031
  id: string;
7640
8032
  name: string;
@@ -7663,6 +8055,34 @@ export declare const MODELS: {
7663
8055
  contextWindow: number;
7664
8056
  maxTokens: number;
7665
8057
  };
8058
+ readonly "qwen/qwen3-next-80b-a3b-thinking": {
8059
+ id: string;
8060
+ name: string;
8061
+ api: "openai-completions";
8062
+ provider: string;
8063
+ baseUrl: string;
8064
+ headers: {
8065
+ "NVCF-POLL-SECONDS": string;
8066
+ };
8067
+ compat: {
8068
+ supportsStore: false;
8069
+ supportsDeveloperRole: false;
8070
+ supportsReasoningEffort: false;
8071
+ maxTokensField: "max_tokens";
8072
+ supportsStrictMode: false;
8073
+ supportsLongCacheRetention: false;
8074
+ };
8075
+ reasoning: true;
8076
+ input: "text"[];
8077
+ cost: {
8078
+ input: number;
8079
+ output: number;
8080
+ cacheRead: number;
8081
+ cacheWrite: number;
8082
+ };
8083
+ contextWindow: number;
8084
+ maxTokens: number;
8085
+ };
7666
8086
  readonly "qwen/qwen3.5-122b-a10b": {
7667
8087
  id: string;
7668
8088
  name: string;
@@ -7747,6 +8167,34 @@ export declare const MODELS: {
7747
8167
  contextWindow: number;
7748
8168
  maxTokens: number;
7749
8169
  };
8170
+ readonly "upstage/solar-10_7b-instruct": {
8171
+ id: string;
8172
+ name: string;
8173
+ api: "openai-completions";
8174
+ provider: string;
8175
+ baseUrl: string;
8176
+ headers: {
8177
+ "NVCF-POLL-SECONDS": string;
8178
+ };
8179
+ compat: {
8180
+ supportsStore: false;
8181
+ supportsDeveloperRole: false;
8182
+ supportsReasoningEffort: false;
8183
+ maxTokensField: "max_tokens";
8184
+ supportsStrictMode: false;
8185
+ supportsLongCacheRetention: false;
8186
+ };
8187
+ reasoning: false;
8188
+ input: "text"[];
8189
+ cost: {
8190
+ input: number;
8191
+ output: number;
8192
+ cacheRead: number;
8193
+ cacheWrite: number;
8194
+ };
8195
+ contextWindow: number;
8196
+ maxTokens: number;
8197
+ };
7750
8198
  readonly "z-ai/glm-5.1": {
7751
8199
  id: string;
7752
8200
  name: string;
@@ -7775,6 +8223,34 @@ export declare const MODELS: {
7775
8223
  contextWindow: number;
7776
8224
  maxTokens: number;
7777
8225
  };
8226
+ readonly "z-ai/glm4.7": {
8227
+ id: string;
8228
+ name: string;
8229
+ api: "openai-completions";
8230
+ provider: string;
8231
+ baseUrl: string;
8232
+ headers: {
8233
+ "NVCF-POLL-SECONDS": string;
8234
+ };
8235
+ compat: {
8236
+ supportsStore: false;
8237
+ supportsDeveloperRole: false;
8238
+ supportsReasoningEffort: false;
8239
+ maxTokensField: "max_tokens";
8240
+ supportsStrictMode: false;
8241
+ supportsLongCacheRetention: false;
8242
+ };
8243
+ reasoning: true;
8244
+ input: "text"[];
8245
+ cost: {
8246
+ input: number;
8247
+ output: number;
8248
+ cacheRead: number;
8249
+ cacheWrite: number;
8250
+ };
8251
+ contextWindow: number;
8252
+ maxTokens: number;
8253
+ };
7778
8254
  };
7779
8255
  readonly openai: {
7780
8256
  readonly "gpt-4": {