@substrat-run/model-providers 0.5.0 → 0.5.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * GENERATED by scripts/update-rate-card.mjs — DO NOT EDIT.
2
+ * GENERATED by scripts/update-rate-card.mjs from https://models.dev/api.json — DO NOT EDIT.
3
3
  *
4
4
  * Regenerate: pnpm --filter @substrat-run/model-providers update-rate-card
5
5
  * (review the diff — this file is the billing checkpoint, docs/architecture/builder/harness.md §2.2).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/model-providers",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "The model-provider seam: one `provider:model` grammar, a table of providers (Anthropic, OpenAI, Google, Mistral, Qwen, Cloudflare, Scaleway, Ollama, any OpenAI-compatible endpoint), the hosting disclosure per provider, the generated rate card and the list-price math over it. Cloudflare is one row, not the design (#1054).",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@ai-sdk/openai-compatible": "3.0.30",
26
26
  "ai": "7.0.62",
27
- "@substrat-run/contracts": "^0.110.0"
27
+ "@substrat-run/contracts": "^0.112.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "typescript": "^7.0.0",