@fleetagent/pi-ai 0.1.0 → 0.1.2

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.
@@ -3782,6 +3782,26 @@ export declare const MODELS: {
3782
3782
  contextWindow: number;
3783
3783
  maxTokens: number;
3784
3784
  };
3785
+ readonly "@cf/moonshotai/kimi-k2.7-code": {
3786
+ id: string;
3787
+ name: string;
3788
+ api: "openai-completions";
3789
+ provider: string;
3790
+ baseUrl: string;
3791
+ compat: {
3792
+ sendSessionAffinityHeaders: true;
3793
+ };
3794
+ reasoning: true;
3795
+ input: ("image" | "text")[];
3796
+ cost: {
3797
+ input: number;
3798
+ output: number;
3799
+ cacheRead: number;
3800
+ cacheWrite: number;
3801
+ };
3802
+ contextWindow: number;
3803
+ maxTokens: number;
3804
+ };
3785
3805
  readonly "@cf/nvidia/nemotron-3-120b-a12b": {
3786
3806
  id: string;
3787
3807
  name: string;
@@ -4057,7 +4077,7 @@ export declare const MODELS: {
4057
4077
  contextWindow: number;
4058
4078
  maxTokens: number;
4059
4079
  };
4060
- readonly "accounts/fireworks/models/kimi-k2p5": {
4080
+ readonly "accounts/fireworks/models/kimi-k2p6": {
4061
4081
  id: string;
4062
4082
  name: string;
4063
4083
  api: "anthropic-messages";
@@ -4080,7 +4100,7 @@ export declare const MODELS: {
4080
4100
  contextWindow: number;
4081
4101
  maxTokens: number;
4082
4102
  };
4083
- readonly "accounts/fireworks/models/kimi-k2p6": {
4103
+ readonly "accounts/fireworks/models/kimi-k2p7-code": {
4084
4104
  id: string;
4085
4105
  name: string;
4086
4106
  api: "anthropic-messages";
@@ -4103,7 +4123,7 @@ export declare const MODELS: {
4103
4123
  contextWindow: number;
4104
4124
  maxTokens: number;
4105
4125
  };
4106
- readonly "accounts/fireworks/models/minimax-m2p5": {
4126
+ readonly "accounts/fireworks/models/minimax-m2p7": {
4107
4127
  id: string;
4108
4128
  name: string;
4109
4129
  api: "anthropic-messages";
@@ -4126,7 +4146,7 @@ export declare const MODELS: {
4126
4146
  contextWindow: number;
4127
4147
  maxTokens: number;
4128
4148
  };
4129
- readonly "accounts/fireworks/models/minimax-m2p7": {
4149
+ readonly "accounts/fireworks/models/minimax-m3": {
4130
4150
  id: string;
4131
4151
  name: string;
4132
4152
  api: "anthropic-messages";
@@ -4149,7 +4169,7 @@ export declare const MODELS: {
4149
4169
  contextWindow: number;
4150
4170
  maxTokens: number;
4151
4171
  };
4152
- readonly "accounts/fireworks/models/qwen3p6-plus": {
4172
+ readonly "accounts/fireworks/models/qwen3p7-plus": {
4153
4173
  id: string;
4154
4174
  name: string;
4155
4175
  api: "anthropic-messages";
@@ -4241,6 +4261,29 @@ export declare const MODELS: {
4241
4261
  contextWindow: number;
4242
4262
  maxTokens: number;
4243
4263
  };
4264
+ readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
4265
+ id: string;
4266
+ name: string;
4267
+ api: "anthropic-messages";
4268
+ provider: string;
4269
+ baseUrl: string;
4270
+ compat: {
4271
+ sendSessionAffinityHeaders: true;
4272
+ supportsEagerToolInputStreaming: false;
4273
+ supportsCacheControlOnTools: false;
4274
+ supportsLongCacheRetention: false;
4275
+ };
4276
+ reasoning: true;
4277
+ input: ("image" | "text")[];
4278
+ cost: {
4279
+ input: number;
4280
+ output: number;
4281
+ cacheRead: number;
4282
+ cacheWrite: number;
4283
+ };
4284
+ contextWindow: number;
4285
+ maxTokens: number;
4286
+ };
4244
4287
  };
4245
4288
  readonly "github-copilot": {
4246
4289
  readonly "claude-fable-5": {
@@ -6014,6 +6057,26 @@ export declare const MODELS: {
6014
6057
  };
6015
6058
  };
6016
6059
  readonly "kimi-coding": {
6060
+ readonly k2p7: {
6061
+ id: string;
6062
+ name: string;
6063
+ api: "anthropic-messages";
6064
+ provider: string;
6065
+ baseUrl: string;
6066
+ headers: {
6067
+ "User-Agent": string;
6068
+ };
6069
+ reasoning: true;
6070
+ input: ("image" | "text")[];
6071
+ cost: {
6072
+ input: number;
6073
+ output: number;
6074
+ cacheRead: number;
6075
+ cacheWrite: number;
6076
+ };
6077
+ contextWindow: number;
6078
+ maxTokens: number;
6079
+ };
6017
6080
  readonly "kimi-for-coding": {
6018
6081
  id: string;
6019
6082
  name: string;
@@ -6808,6 +6871,30 @@ export declare const MODELS: {
6808
6871
  contextWindow: number;
6809
6872
  maxTokens: number;
6810
6873
  };
6874
+ readonly "kimi-k2.7-code": {
6875
+ id: string;
6876
+ name: string;
6877
+ api: "openai-completions";
6878
+ provider: string;
6879
+ baseUrl: string;
6880
+ compat: {
6881
+ supportsStore: false;
6882
+ supportsDeveloperRole: false;
6883
+ supportsReasoningEffort: false;
6884
+ maxTokensField: "max_tokens";
6885
+ supportsStrictMode: false;
6886
+ };
6887
+ reasoning: true;
6888
+ input: ("image" | "text")[];
6889
+ cost: {
6890
+ input: number;
6891
+ output: number;
6892
+ cacheRead: number;
6893
+ cacheWrite: number;
6894
+ };
6895
+ contextWindow: number;
6896
+ maxTokens: number;
6897
+ };
6811
6898
  };
6812
6899
  readonly "moonshotai-cn": {
6813
6900
  readonly "kimi-k2-0711-preview": {
@@ -7929,23 +8016,6 @@ export declare const MODELS: {
7929
8016
  contextWindow: number;
7930
8017
  maxTokens: number;
7931
8018
  };
7932
- readonly "claude-fable-5": {
7933
- id: string;
7934
- name: string;
7935
- api: "anthropic-messages";
7936
- provider: string;
7937
- baseUrl: string;
7938
- reasoning: true;
7939
- input: ("image" | "text")[];
7940
- cost: {
7941
- input: number;
7942
- output: number;
7943
- cacheRead: number;
7944
- cacheWrite: number;
7945
- };
7946
- contextWindow: number;
7947
- maxTokens: number;
7948
- };
7949
8019
  readonly "claude-haiku-4-5": {
7950
8020
  id: string;
7951
8021
  name: string;
@@ -8907,23 +8977,6 @@ export declare const MODELS: {
8907
8977
  contextWindow: number;
8908
8978
  maxTokens: number;
8909
8979
  };
8910
- readonly "kimi-k2.5": {
8911
- id: string;
8912
- name: string;
8913
- api: "openai-completions";
8914
- provider: string;
8915
- baseUrl: string;
8916
- reasoning: true;
8917
- input: ("image" | "text")[];
8918
- cost: {
8919
- input: number;
8920
- output: number;
8921
- cacheRead: number;
8922
- cacheWrite: number;
8923
- };
8924
- contextWindow: number;
8925
- maxTokens: number;
8926
- };
8927
8980
  readonly "kimi-k2.6": {
8928
8981
  id: string;
8929
8982
  name: string;
@@ -8950,7 +9003,7 @@ export declare const MODELS: {
8950
9003
  contextWindow: number;
8951
9004
  maxTokens: number;
8952
9005
  };
8953
- readonly "mimo-v2.5": {
9006
+ readonly "kimi-k2.7-code": {
8954
9007
  id: string;
8955
9008
  name: string;
8956
9009
  api: "openai-completions";
@@ -8967,14 +9020,14 @@ export declare const MODELS: {
8967
9020
  contextWindow: number;
8968
9021
  maxTokens: number;
8969
9022
  };
8970
- readonly "mimo-v2.5-pro": {
9023
+ readonly "mimo-v2.5": {
8971
9024
  id: string;
8972
9025
  name: string;
8973
9026
  api: "openai-completions";
8974
9027
  provider: string;
8975
9028
  baseUrl: string;
8976
9029
  reasoning: true;
8977
- input: "text"[];
9030
+ input: ("image" | "text")[];
8978
9031
  cost: {
8979
9032
  input: number;
8980
9033
  output: number;
@@ -8984,10 +9037,10 @@ export declare const MODELS: {
8984
9037
  contextWindow: number;
8985
9038
  maxTokens: number;
8986
9039
  };
8987
- readonly "minimax-m2.5": {
9040
+ readonly "mimo-v2.5-pro": {
8988
9041
  id: string;
8989
9042
  name: string;
8990
- api: "anthropic-messages";
9043
+ api: "openai-completions";
8991
9044
  provider: string;
8992
9045
  baseUrl: string;
8993
9046
  reasoning: true;
@@ -10846,6 +10899,23 @@ export declare const MODELS: {
10846
10899
  contextWindow: number;
10847
10900
  maxTokens: number;
10848
10901
  };
10902
+ readonly "moonshotai/kimi-k2.7-code": {
10903
+ id: string;
10904
+ name: string;
10905
+ api: "openai-completions";
10906
+ provider: string;
10907
+ baseUrl: string;
10908
+ reasoning: true;
10909
+ input: ("image" | "text")[];
10910
+ cost: {
10911
+ input: number;
10912
+ output: number;
10913
+ cacheRead: number;
10914
+ cacheWrite: number;
10915
+ };
10916
+ contextWindow: number;
10917
+ maxTokens: number;
10918
+ };
10849
10919
  readonly "nex-agi/nex-n2-pro:free": {
10850
10920
  id: string;
10851
10921
  name: string;
@@ -13485,6 +13555,37 @@ export declare const MODELS: {
13485
13555
  contextWindow: number;
13486
13556
  maxTokens: number;
13487
13557
  };
13558
+ readonly "MiniMaxAI/MiniMax-M3": {
13559
+ id: string;
13560
+ name: string;
13561
+ api: "openai-completions";
13562
+ provider: string;
13563
+ baseUrl: string;
13564
+ compat: {
13565
+ supportsStore: false;
13566
+ supportsDeveloperRole: false;
13567
+ supportsReasoningEffort: false;
13568
+ maxTokensField: "max_tokens";
13569
+ supportsStrictMode: false;
13570
+ supportsLongCacheRetention: false;
13571
+ thinkingFormat: "together";
13572
+ };
13573
+ reasoning: true;
13574
+ thinkingLevelMap: {
13575
+ minimal: null;
13576
+ low: null;
13577
+ medium: null;
13578
+ };
13579
+ input: ("image" | "text")[];
13580
+ cost: {
13581
+ input: number;
13582
+ output: number;
13583
+ cacheRead: number;
13584
+ cacheWrite: number;
13585
+ };
13586
+ contextWindow: number;
13587
+ maxTokens: number;
13588
+ };
13488
13589
  readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
13489
13590
  id: string;
13490
13591
  name: string;
@@ -14361,23 +14462,6 @@ export declare const MODELS: {
14361
14462
  contextWindow: number;
14362
14463
  maxTokens: number;
14363
14464
  };
14364
- readonly "anthropic/claude-fable-5": {
14365
- id: string;
14366
- name: string;
14367
- api: "anthropic-messages";
14368
- provider: string;
14369
- baseUrl: string;
14370
- reasoning: true;
14371
- input: ("image" | "text")[];
14372
- cost: {
14373
- input: number;
14374
- output: number;
14375
- cacheRead: number;
14376
- cacheWrite: number;
14377
- };
14378
- contextWindow: number;
14379
- maxTokens: number;
14380
- };
14381
14465
  readonly "anthropic/claude-haiku-4.5": {
14382
14466
  id: string;
14383
14467
  name: string;
@@ -15554,6 +15638,23 @@ export declare const MODELS: {
15554
15638
  contextWindow: number;
15555
15639
  maxTokens: number;
15556
15640
  };
15641
+ readonly "moonshotai/kimi-k2.7-code": {
15642
+ id: string;
15643
+ name: string;
15644
+ api: "anthropic-messages";
15645
+ provider: string;
15646
+ baseUrl: string;
15647
+ reasoning: true;
15648
+ input: ("image" | "text")[];
15649
+ cost: {
15650
+ input: number;
15651
+ output: number;
15652
+ cacheRead: number;
15653
+ cacheWrite: number;
15654
+ };
15655
+ contextWindow: number;
15656
+ maxTokens: number;
15657
+ };
15557
15658
  readonly "nvidia/nemotron-3-super-120b-a12b": {
15558
15659
  id: string;
15559
15660
  name: string;