@mariozechner/pi-ai 0.25.2 → 0.25.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.
@@ -3222,7 +3222,7 @@ export const MODELS = {
3222
3222
  cost: {
3223
3223
  input: 0.24,
3224
3224
  output: 0.38,
3225
- cacheRead: 0.11,
3225
+ cacheRead: 0.02,
3226
3226
  cacheWrite: 0,
3227
3227
  },
3228
3228
  contextWindow: 163840,
@@ -6851,6 +6851,40 @@ export const MODELS = {
6851
6851
  contextWindow: 1048576,
6852
6852
  maxTokens: 8192,
6853
6853
  },
6854
+ "gemini-3-pro-preview": {
6855
+ id: "gemini-3-pro-preview",
6856
+ name: "Gemini 3 Pro Preview (Cloud Code Assist)",
6857
+ api: "google-gemini-cli",
6858
+ provider: "google-gemini-cli",
6859
+ baseUrl: "https://cloudcode-pa.googleapis.com",
6860
+ reasoning: true,
6861
+ input: ["text", "image"],
6862
+ cost: {
6863
+ input: 0,
6864
+ output: 0,
6865
+ cacheRead: 0,
6866
+ cacheWrite: 0,
6867
+ },
6868
+ contextWindow: 1048576,
6869
+ maxTokens: 65535,
6870
+ },
6871
+ "gemini-3-flash-preview": {
6872
+ id: "gemini-3-flash-preview",
6873
+ name: "Gemini 3 Flash Preview (Cloud Code Assist)",
6874
+ api: "google-gemini-cli",
6875
+ provider: "google-gemini-cli",
6876
+ baseUrl: "https://cloudcode-pa.googleapis.com",
6877
+ reasoning: true,
6878
+ input: ["text", "image"],
6879
+ cost: {
6880
+ input: 0,
6881
+ output: 0,
6882
+ cacheRead: 0,
6883
+ cacheWrite: 0,
6884
+ },
6885
+ contextWindow: 1048576,
6886
+ maxTokens: 65535,
6887
+ },
6854
6888
  },
6855
6889
  "google-antigravity": {
6856
6890
  "gemini-3-pro-high": {