@ax-llm/ax 23.0.2 → 23.0.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.
package/index.d.cts CHANGED
@@ -10741,7 +10741,9 @@ declare class AxAIDeepSeek<TModelKey> extends AxAIOpenAIBase<AxAIDeepSeekModel,
10741
10741
  }
10742
10742
 
10743
10743
  declare enum AxAIGoogleGeminiModel {
10744
+ Gemini36Flash = "gemini-3.6-flash",
10744
10745
  Gemini35Flash = "gemini-3.5-flash",
10746
+ Gemini35FlashLite = "gemini-3.5-flash-lite",
10745
10747
  Gemini31Pro = "gemini-3.1-pro-preview",
10746
10748
  Gemini31FlashLite = "gemini-3.1-flash-lite",
10747
10749
  Gemini3FlashLite = "gemini-3.1-flash-lite-preview",
package/index.d.ts CHANGED
@@ -10741,7 +10741,9 @@ declare class AxAIDeepSeek<TModelKey> extends AxAIOpenAIBase<AxAIDeepSeekModel,
10741
10741
  }
10742
10742
 
10743
10743
  declare enum AxAIGoogleGeminiModel {
10744
+ Gemini36Flash = "gemini-3.6-flash",
10744
10745
  Gemini35Flash = "gemini-3.5-flash",
10746
+ Gemini35FlashLite = "gemini-3.5-flash-lite",
10745
10747
  Gemini31Pro = "gemini-3.1-pro-preview",
10746
10748
  Gemini31FlashLite = "gemini-3.1-flash-lite",
10747
10749
  Gemini3FlashLite = "gemini-3.1-flash-lite-preview",