llmist 15.9.0 → 15.10.0

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.
package/dist/index.cjs CHANGED
@@ -7972,22 +7972,24 @@ var init_openrouter_models = __esm({
7972
7972
  provider: "openrouter",
7973
7973
  modelId: "google/gemini-2.5-flash",
7974
7974
  displayName: "Gemini 2.5 Flash (OpenRouter)",
7975
- contextWindow: 1e6,
7976
- maxOutputTokens: 65536,
7975
+ contextWindow: 1048576,
7976
+ maxOutputTokens: 65535,
7977
7977
  pricing: {
7978
- input: 0.15,
7979
- output: 0.6
7978
+ input: 0.3,
7979
+ output: 2.5
7980
7980
  },
7981
- knowledgeCutoff: "2025-01",
7981
+ knowledgeCutoff: "2025-06",
7982
7982
  features: {
7983
7983
  streaming: true,
7984
7984
  functionCalling: true,
7985
7985
  vision: true,
7986
- reasoning: true
7986
+ reasoning: true,
7987
+ structuredOutputs: true
7987
7988
  },
7988
7989
  metadata: {
7989
7990
  family: "Gemini 2.5",
7990
- notes: "Google Gemini 2.5 Flash via OpenRouter. Fast and cost-effective."
7991
+ releaseDate: "2025-06-17",
7992
+ notes: "Google Gemini 2.5 Flash via OpenRouter. Workhorse model for reasoning, coding, and math."
7991
7993
  }
7992
7994
  },
7993
7995
  {
@@ -8012,6 +8014,54 @@ var init_openrouter_models = __esm({
8012
8014
  notes: "Google Gemini 2.5 Pro via OpenRouter."
8013
8015
  }
8014
8016
  },
8017
+ {
8018
+ provider: "openrouter",
8019
+ modelId: "google/gemini-3-pro-preview",
8020
+ displayName: "Gemini 3 Pro Preview (OpenRouter)",
8021
+ contextWindow: 1048576,
8022
+ maxOutputTokens: 65536,
8023
+ pricing: {
8024
+ input: 2,
8025
+ output: 12
8026
+ },
8027
+ knowledgeCutoff: "2025-11",
8028
+ features: {
8029
+ streaming: true,
8030
+ functionCalling: true,
8031
+ vision: true,
8032
+ reasoning: true,
8033
+ structuredOutputs: true
8034
+ },
8035
+ metadata: {
8036
+ family: "Gemini 3",
8037
+ releaseDate: "2025-11-18",
8038
+ notes: "Gemini 3 Pro Preview via OpenRouter. Flagship frontier model for multimodal reasoning."
8039
+ }
8040
+ },
8041
+ {
8042
+ provider: "openrouter",
8043
+ modelId: "google/gemini-3-flash-preview",
8044
+ displayName: "Gemini 3 Flash Preview (OpenRouter)",
8045
+ contextWindow: 1048576,
8046
+ maxOutputTokens: 65535,
8047
+ pricing: {
8048
+ input: 0.5,
8049
+ output: 3
8050
+ },
8051
+ knowledgeCutoff: "2025-12",
8052
+ features: {
8053
+ streaming: true,
8054
+ functionCalling: true,
8055
+ vision: true,
8056
+ reasoning: true,
8057
+ structuredOutputs: true
8058
+ },
8059
+ metadata: {
8060
+ family: "Gemini 3",
8061
+ releaseDate: "2025-12-17",
8062
+ notes: "Gemini 3 Flash Preview via OpenRouter. High-speed thinking model for agentic workflows."
8063
+ }
8064
+ },
8015
8065
  // ============================================================
8016
8066
  // Meta Llama Models (via OpenRouter)
8017
8067
  // ============================================================
@@ -8103,6 +8153,29 @@ var init_openrouter_models = __esm({
8103
8153
  notes: "DeepSeek Chat via OpenRouter. Very cost-effective."
8104
8154
  }
8105
8155
  },
8156
+ {
8157
+ provider: "openrouter",
8158
+ modelId: "deepseek/deepseek-v3.2",
8159
+ displayName: "DeepSeek V3.2 (OpenRouter)",
8160
+ contextWindow: 163840,
8161
+ maxOutputTokens: 65536,
8162
+ pricing: {
8163
+ input: 0.25,
8164
+ output: 0.38
8165
+ },
8166
+ knowledgeCutoff: "2025-12",
8167
+ features: {
8168
+ streaming: true,
8169
+ functionCalling: true,
8170
+ vision: false,
8171
+ reasoning: true
8172
+ },
8173
+ metadata: {
8174
+ family: "DeepSeek V3.2",
8175
+ releaseDate: "2025-12-01",
8176
+ notes: "DeepSeek V3.2 via OpenRouter. GPT-5 class performance with DeepSeek Sparse Attention."
8177
+ }
8178
+ },
8106
8179
  // ============================================================
8107
8180
  // Mistral Models (via OpenRouter)
8108
8181
  // ============================================================