@earendil-works/pi-ai 0.79.2 → 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.
@@ -4210,7 +4210,7 @@ export declare const MODELS: {
4210
4210
  contextWindow: number;
4211
4211
  maxTokens: number;
4212
4212
  };
4213
- readonly "accounts/fireworks/models/kimi-k2p5": {
4213
+ readonly "accounts/fireworks/models/kimi-k2p6": {
4214
4214
  id: string;
4215
4215
  name: string;
4216
4216
  api: "anthropic-messages";
@@ -4233,7 +4233,7 @@ export declare const MODELS: {
4233
4233
  contextWindow: number;
4234
4234
  maxTokens: number;
4235
4235
  };
4236
- readonly "accounts/fireworks/models/kimi-k2p6": {
4236
+ readonly "accounts/fireworks/models/kimi-k2p7-code": {
4237
4237
  id: string;
4238
4238
  name: string;
4239
4239
  api: "anthropic-messages";
@@ -4256,7 +4256,7 @@ export declare const MODELS: {
4256
4256
  contextWindow: number;
4257
4257
  maxTokens: number;
4258
4258
  };
4259
- readonly "accounts/fireworks/models/minimax-m2p5": {
4259
+ readonly "accounts/fireworks/models/minimax-m2p7": {
4260
4260
  id: string;
4261
4261
  name: string;
4262
4262
  api: "anthropic-messages";
@@ -4279,7 +4279,7 @@ export declare const MODELS: {
4279
4279
  contextWindow: number;
4280
4280
  maxTokens: number;
4281
4281
  };
4282
- readonly "accounts/fireworks/models/minimax-m2p7": {
4282
+ readonly "accounts/fireworks/models/minimax-m3": {
4283
4283
  id: string;
4284
4284
  name: string;
4285
4285
  api: "anthropic-messages";
@@ -4302,7 +4302,7 @@ export declare const MODELS: {
4302
4302
  contextWindow: number;
4303
4303
  maxTokens: number;
4304
4304
  };
4305
- readonly "accounts/fireworks/models/qwen3p6-plus": {
4305
+ readonly "accounts/fireworks/models/qwen3p7-plus": {
4306
4306
  id: string;
4307
4307
  name: string;
4308
4308
  api: "anthropic-messages";
@@ -4394,6 +4394,29 @@ export declare const MODELS: {
4394
4394
  contextWindow: number;
4395
4395
  maxTokens: number;
4396
4396
  };
4397
+ readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
4398
+ id: string;
4399
+ name: string;
4400
+ api: "anthropic-messages";
4401
+ provider: string;
4402
+ baseUrl: string;
4403
+ compat: {
4404
+ sendSessionAffinityHeaders: true;
4405
+ supportsEagerToolInputStreaming: false;
4406
+ supportsCacheControlOnTools: false;
4407
+ supportsLongCacheRetention: false;
4408
+ };
4409
+ reasoning: true;
4410
+ input: ("image" | "text")[];
4411
+ cost: {
4412
+ input: number;
4413
+ output: number;
4414
+ cacheRead: number;
4415
+ cacheWrite: number;
4416
+ };
4417
+ contextWindow: number;
4418
+ maxTokens: number;
4419
+ };
4397
4420
  };
4398
4421
  readonly "github-copilot": {
4399
4422
  readonly "claude-fable-5": {
@@ -8673,30 +8696,6 @@ export declare const MODELS: {
8673
8696
  contextWindow: number;
8674
8697
  maxTokens: number;
8675
8698
  };
8676
- readonly "claude-fable-5": {
8677
- id: string;
8678
- name: string;
8679
- api: "anthropic-messages";
8680
- provider: string;
8681
- baseUrl: string;
8682
- compat: {
8683
- forceAdaptiveThinking: true;
8684
- };
8685
- reasoning: true;
8686
- thinkingLevelMap: {
8687
- off: null;
8688
- xhigh: string;
8689
- };
8690
- input: ("image" | "text")[];
8691
- cost: {
8692
- input: number;
8693
- output: number;
8694
- cacheRead: number;
8695
- cacheWrite: number;
8696
- };
8697
- contextWindow: number;
8698
- maxTokens: number;
8699
- };
8700
8699
  readonly "claude-haiku-4-5": {
8701
8700
  id: string;
8702
8701
  name: string;
@@ -14297,6 +14296,37 @@ export declare const MODELS: {
14297
14296
  contextWindow: number;
14298
14297
  maxTokens: number;
14299
14298
  };
14299
+ readonly "MiniMaxAI/MiniMax-M3": {
14300
+ id: string;
14301
+ name: string;
14302
+ api: "openai-completions";
14303
+ provider: string;
14304
+ baseUrl: string;
14305
+ compat: {
14306
+ supportsStore: false;
14307
+ supportsDeveloperRole: false;
14308
+ supportsReasoningEffort: false;
14309
+ maxTokensField: "max_tokens";
14310
+ supportsStrictMode: false;
14311
+ supportsLongCacheRetention: false;
14312
+ thinkingFormat: "together";
14313
+ };
14314
+ reasoning: true;
14315
+ thinkingLevelMap: {
14316
+ minimal: null;
14317
+ low: null;
14318
+ medium: null;
14319
+ };
14320
+ input: ("image" | "text")[];
14321
+ cost: {
14322
+ input: number;
14323
+ output: number;
14324
+ cacheRead: number;
14325
+ cacheWrite: number;
14326
+ };
14327
+ contextWindow: number;
14328
+ maxTokens: number;
14329
+ };
14300
14330
  readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
14301
14331
  id: string;
14302
14332
  name: string;
@@ -15173,30 +15203,6 @@ export declare const MODELS: {
15173
15203
  contextWindow: number;
15174
15204
  maxTokens: number;
15175
15205
  };
15176
- readonly "anthropic/claude-fable-5": {
15177
- id: string;
15178
- name: string;
15179
- api: "anthropic-messages";
15180
- provider: string;
15181
- baseUrl: string;
15182
- compat: {
15183
- forceAdaptiveThinking: true;
15184
- };
15185
- reasoning: true;
15186
- thinkingLevelMap: {
15187
- off: null;
15188
- xhigh: string;
15189
- };
15190
- input: ("image" | "text")[];
15191
- cost: {
15192
- input: number;
15193
- output: number;
15194
- cacheRead: number;
15195
- cacheWrite: number;
15196
- };
15197
- contextWindow: number;
15198
- maxTokens: number;
15199
- };
15200
15206
  readonly "anthropic/claude-haiku-4.5": {
15201
15207
  id: string;
15202
15208
  name: string;