@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.
@@ -3942,9 +3942,9 @@ export const MODELS = {
3942
3942
  contextWindow: 131072,
3943
3943
  maxTokens: 32768,
3944
3944
  },
3945
- "accounts/fireworks/models/kimi-k2p5": {
3946
- id: "accounts/fireworks/models/kimi-k2p5",
3947
- name: "Kimi K2.5",
3945
+ "accounts/fireworks/models/kimi-k2p6": {
3946
+ id: "accounts/fireworks/models/kimi-k2p6",
3947
+ name: "Kimi K2.6",
3948
3948
  api: "anthropic-messages",
3949
3949
  provider: "fireworks",
3950
3950
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3952,17 +3952,17 @@ export const MODELS = {
3952
3952
  reasoning: true,
3953
3953
  input: ["text", "image"],
3954
3954
  cost: {
3955
- input: 0.6,
3956
- output: 3,
3957
- cacheRead: 0.1,
3955
+ input: 0.95,
3956
+ output: 4,
3957
+ cacheRead: 0.16,
3958
3958
  cacheWrite: 0,
3959
3959
  },
3960
- contextWindow: 256000,
3961
- maxTokens: 256000,
3960
+ contextWindow: 262000,
3961
+ maxTokens: 262000,
3962
3962
  },
3963
- "accounts/fireworks/models/kimi-k2p6": {
3964
- id: "accounts/fireworks/models/kimi-k2p6",
3965
- name: "Kimi K2.6",
3963
+ "accounts/fireworks/models/kimi-k2p7-code": {
3964
+ id: "accounts/fireworks/models/kimi-k2p7-code",
3965
+ name: "Kimi K2.7 Code",
3966
3966
  api: "anthropic-messages",
3967
3967
  provider: "fireworks",
3968
3968
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3972,15 +3972,15 @@ export const MODELS = {
3972
3972
  cost: {
3973
3973
  input: 0.95,
3974
3974
  output: 4,
3975
- cacheRead: 0.16,
3975
+ cacheRead: 0.19,
3976
3976
  cacheWrite: 0,
3977
3977
  },
3978
3978
  contextWindow: 262000,
3979
3979
  maxTokens: 262000,
3980
3980
  },
3981
- "accounts/fireworks/models/minimax-m2p5": {
3982
- id: "accounts/fireworks/models/minimax-m2p5",
3983
- name: "MiniMax-M2.5",
3981
+ "accounts/fireworks/models/minimax-m2p7": {
3982
+ id: "accounts/fireworks/models/minimax-m2p7",
3983
+ name: "MiniMax-M2.7",
3984
3984
  api: "anthropic-messages",
3985
3985
  provider: "fireworks",
3986
3986
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3990,15 +3990,15 @@ export const MODELS = {
3990
3990
  cost: {
3991
3991
  input: 0.3,
3992
3992
  output: 1.2,
3993
- cacheRead: 0.03,
3993
+ cacheRead: 0.06,
3994
3994
  cacheWrite: 0,
3995
3995
  },
3996
3996
  contextWindow: 196608,
3997
3997
  maxTokens: 196608,
3998
3998
  },
3999
- "accounts/fireworks/models/minimax-m2p7": {
4000
- id: "accounts/fireworks/models/minimax-m2p7",
4001
- name: "MiniMax-M2.7",
3999
+ "accounts/fireworks/models/minimax-m3": {
4000
+ id: "accounts/fireworks/models/minimax-m3",
4001
+ name: "MiniMax-M3",
4002
4002
  api: "anthropic-messages",
4003
4003
  provider: "fireworks",
4004
4004
  baseUrl: "https://api.fireworks.ai/inference",
@@ -4011,12 +4011,12 @@ export const MODELS = {
4011
4011
  cacheRead: 0.06,
4012
4012
  cacheWrite: 0,
4013
4013
  },
4014
- contextWindow: 196608,
4015
- maxTokens: 196608,
4014
+ contextWindow: 512000,
4015
+ maxTokens: 512000,
4016
4016
  },
4017
- "accounts/fireworks/models/qwen3p6-plus": {
4018
- id: "accounts/fireworks/models/qwen3p6-plus",
4019
- name: "Qwen 3.6 Plus",
4017
+ "accounts/fireworks/models/qwen3p7-plus": {
4018
+ id: "accounts/fireworks/models/qwen3p7-plus",
4019
+ name: "Qwen 3.7 Plus",
4020
4020
  api: "anthropic-messages",
4021
4021
  provider: "fireworks",
4022
4022
  baseUrl: "https://api.fireworks.ai/inference",
@@ -4024,9 +4024,9 @@ export const MODELS = {
4024
4024
  reasoning: true,
4025
4025
  input: ["text", "image"],
4026
4026
  cost: {
4027
- input: 0.5,
4028
- output: 3,
4029
- cacheRead: 0.1,
4027
+ input: 0.4,
4028
+ output: 1.6,
4029
+ cacheRead: 0.08,
4030
4030
  cacheWrite: 0,
4031
4031
  },
4032
4032
  contextWindow: 262144,
@@ -4086,6 +4086,24 @@ export const MODELS = {
4086
4086
  contextWindow: 262000,
4087
4087
  maxTokens: 262000,
4088
4088
  },
4089
+ "accounts/fireworks/routers/kimi-k2p7-code-fast": {
4090
+ id: "accounts/fireworks/routers/kimi-k2p7-code-fast",
4091
+ name: "Kimi K2.7 Code Fast",
4092
+ api: "anthropic-messages",
4093
+ provider: "fireworks",
4094
+ baseUrl: "https://api.fireworks.ai/inference",
4095
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4096
+ reasoning: true,
4097
+ input: ["text", "image"],
4098
+ cost: {
4099
+ input: 2,
4100
+ output: 8,
4101
+ cacheRead: 0.38,
4102
+ cacheWrite: 0,
4103
+ },
4104
+ contextWindow: 262000,
4105
+ maxTokens: 262000,
4106
+ },
4089
4107
  },
4090
4108
  "github-copilot": {
4091
4109
  "claude-fable-5": {
@@ -7379,7 +7397,7 @@ export const MODELS = {
7379
7397
  cacheRead: 0.25,
7380
7398
  cacheWrite: 0,
7381
7399
  },
7382
- contextWindow: 1050000,
7400
+ contextWindow: 272000,
7383
7401
  maxTokens: 128000,
7384
7402
  },
7385
7403
  "gpt-5.4-mini": {
@@ -7451,7 +7469,7 @@ export const MODELS = {
7451
7469
  cacheRead: 0.5,
7452
7470
  cacheWrite: 0,
7453
7471
  },
7454
- contextWindow: 1050000,
7472
+ contextWindow: 272000,
7455
7473
  maxTokens: 128000,
7456
7474
  },
7457
7475
  "gpt-5.5-pro": {
@@ -7643,7 +7661,7 @@ export const MODELS = {
7643
7661
  cacheRead: 0.25,
7644
7662
  cacheWrite: 0,
7645
7663
  },
7646
- contextWindow: 1000000,
7664
+ contextWindow: 272000,
7647
7665
  maxTokens: 128000,
7648
7666
  },
7649
7667
  "gpt-5.4-mini": {
@@ -7661,7 +7679,7 @@ export const MODELS = {
7661
7679
  cacheRead: 0.075,
7662
7680
  cacheWrite: 0,
7663
7681
  },
7664
- contextWindow: 400000,
7682
+ contextWindow: 272000,
7665
7683
  maxTokens: 128000,
7666
7684
  },
7667
7685
  "gpt-5.5": {
@@ -7679,7 +7697,7 @@ export const MODELS = {
7679
7697
  cacheRead: 0.5,
7680
7698
  cacheWrite: 0,
7681
7699
  },
7682
- contextWindow: 400000,
7700
+ contextWindow: 272000,
7683
7701
  maxTokens: 128000,
7684
7702
  },
7685
7703
  },
@@ -7702,25 +7720,6 @@ export const MODELS = {
7702
7720
  contextWindow: 200000,
7703
7721
  maxTokens: 32000,
7704
7722
  },
7705
- "claude-fable-5": {
7706
- id: "claude-fable-5",
7707
- name: "Claude Fable 5",
7708
- api: "anthropic-messages",
7709
- provider: "opencode",
7710
- baseUrl: "https://opencode.ai/zen",
7711
- compat: { "forceAdaptiveThinking": true },
7712
- reasoning: true,
7713
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
7714
- input: ["text", "image"],
7715
- cost: {
7716
- input: 10,
7717
- output: 50,
7718
- cacheRead: 1,
7719
- cacheWrite: 12.5,
7720
- },
7721
- contextWindow: 1000000,
7722
- maxTokens: 128000,
7723
- },
7724
7723
  "claude-haiku-4-5": {
7725
7724
  id: "claude-haiku-4-5",
7726
7725
  name: "Claude Haiku 4.5",
@@ -13079,6 +13078,25 @@ export const MODELS = {
13079
13078
  contextWindow: 202752,
13080
13079
  maxTokens: 131072,
13081
13080
  },
13081
+ "MiniMaxAI/MiniMax-M3": {
13082
+ id: "MiniMaxAI/MiniMax-M3",
13083
+ name: "MiniMax-M3",
13084
+ api: "openai-completions",
13085
+ provider: "together",
13086
+ baseUrl: "https://api.together.ai/v1",
13087
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
13088
+ reasoning: true,
13089
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
13090
+ input: ["text", "image"],
13091
+ cost: {
13092
+ input: 0.3,
13093
+ output: 1.2,
13094
+ cacheRead: 0.06,
13095
+ cacheWrite: 0,
13096
+ },
13097
+ contextWindow: 524288,
13098
+ maxTokens: 250000,
13099
+ },
13082
13100
  "Qwen/Qwen2.5-7B-Instruct-Turbo": {
13083
13101
  id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
13084
13102
  name: "Qwen 2.5 7B Instruct Turbo",
@@ -13788,25 +13806,6 @@ export const MODELS = {
13788
13806
  contextWindow: 200000,
13789
13807
  maxTokens: 8192,
13790
13808
  },
13791
- "anthropic/claude-fable-5": {
13792
- id: "anthropic/claude-fable-5",
13793
- name: "Claude Fable 5",
13794
- api: "anthropic-messages",
13795
- provider: "vercel-ai-gateway",
13796
- baseUrl: "https://ai-gateway.vercel.sh",
13797
- compat: { "forceAdaptiveThinking": true },
13798
- reasoning: true,
13799
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
13800
- input: ["text", "image"],
13801
- cost: {
13802
- input: 10,
13803
- output: 50,
13804
- cacheRead: 1,
13805
- cacheWrite: 12.5,
13806
- },
13807
- contextWindow: 1000000,
13808
- maxTokens: 128000,
13809
- },
13810
13809
  "anthropic/claude-haiku-4.5": {
13811
13810
  id: "anthropic/claude-haiku-4.5",
13812
13811
  name: "Claude Haiku 4.5",