reygent-code 1.1.1 → 1.1.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/cli.js +6 -6
- package/dist/cli.js.map +1 -1
- package/package.json +2 -1
package/dist/cli.js
CHANGED
|
@@ -5361,16 +5361,16 @@ var PROVIDER_PRICING = {
|
|
|
5361
5361
|
supportsCaching: true,
|
|
5362
5362
|
defaultModel: "claude-sonnet-4-5-20250929",
|
|
5363
5363
|
pricingUrl: "https://www.anthropic.com/pricing",
|
|
5364
|
-
lastVerified: "2026-05-
|
|
5364
|
+
lastVerified: "2026-05-15"
|
|
5365
5365
|
},
|
|
5366
5366
|
codex: {
|
|
5367
|
-
inputCostPerMillion:
|
|
5368
|
-
outputCostPerMillion:
|
|
5367
|
+
inputCostPerMillion: 2.5,
|
|
5368
|
+
outputCostPerMillion: 15,
|
|
5369
5369
|
cacheDiscountRate: 0.9,
|
|
5370
5370
|
supportsCaching: true,
|
|
5371
5371
|
defaultModel: "gpt-5.4",
|
|
5372
5372
|
pricingUrl: "https://openai.com/api/pricing/",
|
|
5373
|
-
lastVerified: "2026-05-
|
|
5373
|
+
lastVerified: "2026-05-15"
|
|
5374
5374
|
},
|
|
5375
5375
|
openrouter: {
|
|
5376
5376
|
inputCostPerMillion: 3,
|
|
@@ -5379,7 +5379,7 @@ var PROVIDER_PRICING = {
|
|
|
5379
5379
|
supportsCaching: true,
|
|
5380
5380
|
defaultModel: "anthropic/claude-sonnet-4-5",
|
|
5381
5381
|
pricingUrl: "https://openrouter.ai/models",
|
|
5382
|
-
lastVerified: "
|
|
5382
|
+
lastVerified: "2026-05-15"
|
|
5383
5383
|
},
|
|
5384
5384
|
gemini: {
|
|
5385
5385
|
inputCostPerMillion: 1.25,
|
|
@@ -5388,7 +5388,7 @@ var PROVIDER_PRICING = {
|
|
|
5388
5388
|
supportsCaching: true,
|
|
5389
5389
|
defaultModel: "gemini-2.5-pro",
|
|
5390
5390
|
pricingUrl: "https://ai.google.dev/pricing",
|
|
5391
|
-
lastVerified: "2026-05-
|
|
5391
|
+
lastVerified: "2026-05-15"
|
|
5392
5392
|
}
|
|
5393
5393
|
};
|
|
5394
5394
|
|