@openachieve/ai 0.79.1 → 0.79.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.
@@ -7215,118 +7215,6 @@ 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
- };
7330
7218
  readonly "meta/llama-3.1-70b-instruct": {
7331
7219
  id: string;
7332
7220
  name: string;
@@ -7467,90 +7355,6 @@ export declare const MODELS: {
7467
7355
  contextWindow: number;
7468
7356
  maxTokens: number;
7469
7357
  };
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
- };
7554
7358
  readonly "mistralai/mistral-large-3-675b-instruct-2512": {
7555
7359
  id: string;
7556
7360
  name: string;
@@ -7607,146 +7411,6 @@ export declare const MODELS: {
7607
7411
  contextWindow: number;
7608
7412
  maxTokens: number;
7609
7413
  };
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
- };
7750
7414
  readonly "moonshotai/kimi-k2.6": {
7751
7415
  id: string;
7752
7416
  name: string;
@@ -7775,7 +7439,7 @@ export declare const MODELS: {
7775
7439
  contextWindow: number;
7776
7440
  maxTokens: number;
7777
7441
  };
7778
- readonly "nvidia/llama-3_3-nemotron-super-49b-v1": {
7442
+ readonly "nvidia/llama-3.3-nemotron-super-49b-v1": {
7779
7443
  id: string;
7780
7444
  name: string;
7781
7445
  api: "openai-completions";
@@ -7803,7 +7467,7 @@ export declare const MODELS: {
7803
7467
  contextWindow: number;
7804
7468
  maxTokens: number;
7805
7469
  };
7806
- readonly "nvidia/llama-3_3-nemotron-super-49b-v1_5": {
7470
+ readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
7807
7471
  id: string;
7808
7472
  name: string;
7809
7473
  api: "openai-completions";
@@ -7915,34 +7579,6 @@ export declare const MODELS: {
7915
7579
  contextWindow: number;
7916
7580
  maxTokens: number;
7917
7581
  };
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
- };
7946
7582
  readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
7947
7583
  id: string;
7948
7584
  name: string;
@@ -7999,34 +7635,6 @@ export declare const MODELS: {
7999
7635
  contextWindow: number;
8000
7636
  maxTokens: number;
8001
7637
  };
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
- };
8030
7638
  readonly "qwen/qwen3-coder-480b-a35b-instruct": {
8031
7639
  id: string;
8032
7640
  name: string;
@@ -8055,34 +7663,6 @@ export declare const MODELS: {
8055
7663
  contextWindow: number;
8056
7664
  maxTokens: number;
8057
7665
  };
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
- };
8086
7666
  readonly "qwen/qwen3.5-122b-a10b": {
8087
7667
  id: string;
8088
7668
  name: string;
@@ -8167,34 +7747,6 @@ export declare const MODELS: {
8167
7747
  contextWindow: number;
8168
7748
  maxTokens: number;
8169
7749
  };
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
- };
8198
7750
  readonly "z-ai/glm-5.1": {
8199
7751
  id: string;
8200
7752
  name: string;
@@ -8223,34 +7775,6 @@ export declare const MODELS: {
8223
7775
  contextWindow: number;
8224
7776
  maxTokens: number;
8225
7777
  };
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
- };
8254
7778
  };
8255
7779
  readonly openai: {
8256
7780
  readonly "gpt-4": {
@@ -10723,23 +10247,6 @@ export declare const MODELS: {
10723
10247
  contextWindow: number;
10724
10248
  maxTokens: number;
10725
10249
  };
10726
- readonly "baidu/ernie-4.5-vl-28b-a3b": {
10727
- id: string;
10728
- name: string;
10729
- api: "openai-completions";
10730
- provider: string;
10731
- baseUrl: string;
10732
- reasoning: true;
10733
- input: ("image" | "text")[];
10734
- cost: {
10735
- input: number;
10736
- output: number;
10737
- cacheRead: number;
10738
- cacheWrite: number;
10739
- };
10740
- contextWindow: number;
10741
- maxTokens: number;
10742
- };
10743
10250
  readonly "bytedance-seed/seed-1.6": {
10744
10251
  id: string;
10745
10252
  name: string;
@@ -12335,23 +11842,6 @@ export declare const MODELS: {
12335
11842
  contextWindow: number;
12336
11843
  maxTokens: number;
12337
11844
  };
12338
- readonly "openai/gpt-4-1106-preview": {
12339
- id: string;
12340
- name: string;
12341
- api: "openai-completions";
12342
- provider: string;
12343
- baseUrl: string;
12344
- reasoning: false;
12345
- input: "text"[];
12346
- cost: {
12347
- input: number;
12348
- output: number;
12349
- cacheRead: number;
12350
- cacheWrite: number;
12351
- };
12352
- contextWindow: number;
12353
- maxTokens: number;
12354
- };
12355
11845
  readonly "openai/gpt-4-turbo": {
12356
11846
  id: string;
12357
11847
  name: string;