@asm-agent/ai 0.9.0 → 0.9.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.
package/dist/models.generated.js
CHANGED
|
@@ -8954,6 +8954,24 @@ export const MODELS = {
|
|
|
8954
8954
|
contextWindow: 272000,
|
|
8955
8955
|
maxTokens: 128000,
|
|
8956
8956
|
},
|
|
8957
|
+
"gpt-6-astra": {
|
|
8958
|
+
id: "gpt-6-astra",
|
|
8959
|
+
name: "GPT-6 Astra",
|
|
8960
|
+
api: "openai-codex-responses",
|
|
8961
|
+
provider: "openai-codex",
|
|
8962
|
+
baseUrl: "https://chatgpt.com/backend-api",
|
|
8963
|
+
reasoning: true,
|
|
8964
|
+
thinkingLevelMap: { "off": null, "minimal": null, "xhigh": "xhigh", "max": "max" },
|
|
8965
|
+
input: ["text", "image"],
|
|
8966
|
+
cost: {
|
|
8967
|
+
input: 10,
|
|
8968
|
+
output: 50,
|
|
8969
|
+
cacheRead: 1,
|
|
8970
|
+
cacheWrite: 0,
|
|
8971
|
+
},
|
|
8972
|
+
contextWindow: 272000,
|
|
8973
|
+
maxTokens: 128000,
|
|
8974
|
+
},
|
|
8957
8975
|
},
|
|
8958
8976
|
"opencode": {
|
|
8959
8977
|
"big-pickle": {
|