@anthonyhaussman/opencode-agy-auth 1.1.27-alpha.0 → 1.1.28-alpha.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.js +0 -15
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19859,15 +19859,6 @@ var STATIC_MODELS_SIMPLE = {
|
|
|
19859
19859
|
reasoning: true,
|
|
19860
19860
|
attachment: true
|
|
19861
19861
|
},
|
|
19862
|
-
"gemini-3.5-flash": {
|
|
19863
|
-
name: "Gemini 3.5 Flash",
|
|
19864
|
-
description: "Gemini 3.5 Flash base model. Select tier at runtime.",
|
|
19865
|
-
maxTokens: 1048576,
|
|
19866
|
-
maxOutputTokens: 65536,
|
|
19867
|
-
toolCall: true,
|
|
19868
|
-
reasoning: true,
|
|
19869
|
-
attachment: true
|
|
19870
|
-
},
|
|
19871
19862
|
"gemini-3.1-pro": {
|
|
19872
19863
|
name: "Gemini 3.1 Pro",
|
|
19873
19864
|
description: "Gemini 3.1 Pro base model. Select tier at runtime.",
|
|
@@ -19922,12 +19913,6 @@ var TIER_MAPPING = {
|
|
|
19922
19913
|
medium: "gemini-3.6-flash-medium",
|
|
19923
19914
|
high: "gemini-3.6-flash-high"
|
|
19924
19915
|
},
|
|
19925
|
-
"gemini-3.5-flash": {
|
|
19926
|
-
minimal: "gemini-3.5-flash-extra-low",
|
|
19927
|
-
low: "gemini-3.5-flash-extra-low",
|
|
19928
|
-
medium: "gemini-3.5-flash-low",
|
|
19929
|
-
high: "gemini-3-flash-agent"
|
|
19930
|
-
},
|
|
19931
19916
|
"gemini-3.1-pro": {
|
|
19932
19917
|
low: "gemini-3.1-pro-low",
|
|
19933
19918
|
high: "gemini-3.1-pro-high"
|