@openachieve/ai 0.79.0 → 0.79.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.
@@ -9186,23 +9186,6 @@ export const MODELS = {
9186
9186
  contextWindow: 2000000,
9187
9187
  maxTokens: 30000,
9188
9188
  },
9189
- "baidu/ernie-4.5-vl-28b-a3b": {
9190
- id: "baidu/ernie-4.5-vl-28b-a3b",
9191
- name: "Baidu: ERNIE 4.5 VL 28B A3B",
9192
- api: "openai-completions",
9193
- provider: "openrouter",
9194
- baseUrl: "https://openrouter.ai/api/v1",
9195
- reasoning: true,
9196
- input: ["text", "image"],
9197
- cost: {
9198
- input: 0.14,
9199
- output: 0.56,
9200
- cacheRead: 0,
9201
- cacheWrite: 0,
9202
- },
9203
- contextWindow: 131072,
9204
- maxTokens: 8000,
9205
- },
9206
9189
  "bytedance-seed/seed-1.6": {
9207
9190
  id: "bytedance-seed/seed-1.6",
9208
9191
  name: "ByteDance Seed: Seed 1.6",
@@ -9778,12 +9761,12 @@ export const MODELS = {
9778
9761
  input: ["text", "image"],
9779
9762
  cost: {
9780
9763
  input: 0.12,
9781
- output: 0.37,
9782
- cacheRead: 0,
9764
+ output: 0.36,
9765
+ cacheRead: 0.09,
9783
9766
  cacheWrite: 0,
9784
9767
  },
9785
9768
  contextWindow: 262144,
9786
- maxTokens: 16384,
9769
+ maxTokens: 8192,
9787
9770
  },
9788
9771
  "google/gemma-4-31b-it:free": {
9789
9772
  id: "google/gemma-4-31b-it:free",
@@ -10090,7 +10073,7 @@ export const MODELS = {
10090
10073
  cacheWrite: 0,
10091
10074
  },
10092
10075
  contextWindow: 204800,
10093
- maxTokens: 131072,
10076
+ maxTokens: 196608,
10094
10077
  },
10095
10078
  "minimax/minimax-m3": {
10096
10079
  id: "minimax/minimax-m3",
@@ -10774,23 +10757,6 @@ export const MODELS = {
10774
10757
  contextWindow: 8191,
10775
10758
  maxTokens: 4096,
10776
10759
  },
10777
- "openai/gpt-4-1106-preview": {
10778
- id: "openai/gpt-4-1106-preview",
10779
- name: "OpenAI: GPT-4 Turbo (older v1106)",
10780
- api: "openai-completions",
10781
- provider: "openrouter",
10782
- baseUrl: "https://openrouter.ai/api/v1",
10783
- reasoning: false,
10784
- input: ["text"],
10785
- cost: {
10786
- input: 10,
10787
- output: 30,
10788
- cacheRead: 0,
10789
- cacheWrite: 0,
10790
- },
10791
- contextWindow: 128000,
10792
- maxTokens: 4096,
10793
- },
10794
10760
  "openai/gpt-4-turbo": {
10795
10761
  id: "openai/gpt-4-turbo",
10796
10762
  name: "OpenAI: GPT-4 Turbo",