@tryarcanist/cli 0.1.189 → 0.1.190
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -758,7 +758,8 @@ var MODEL_REGISTRY = [
|
|
|
758
758
|
// June 2026). Bridge cost estimates deliberately strip this gateway-only
|
|
759
759
|
// axis when deriving MODEL_PRICING.
|
|
760
760
|
flex: { inputPerMillion: 0.375, outputPerMillion: 2.25, cacheReadPerMillion: 0.0375 }
|
|
761
|
-
}
|
|
761
|
+
},
|
|
762
|
+
sessionStart: { eligible: true }
|
|
762
763
|
},
|
|
763
764
|
{
|
|
764
765
|
id: OpenAIModel.GPT54Nano,
|