Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/warm-pandas-route.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@phaseo/catalog": patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Target the actual catalog package in the changeset

This changeset names @phaseo/catalog, but no workspace package has that name; the catalog package declares @phaseo/data-catalog in packages/data/catalog/package.json. Changesets cannot apply this release entry to the intended package, so catalog versioning/release processing will fail or omit the change until the package name is corrected.

AGENTS.md reference: packages/data/catalog/AGENTS.md:L34-L34

Useful? React with 👍 / 👎.

---

Reconcile IonRouter's multimodal model catalog, endpoints, limits, verification sources, and published pricing.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"api_provider_id": "ionrouter",
"api_provider_name": "IonRouter",
"description": null,
"description": "US-based OpenAI-compatible inference provider for language, vision, image, video, and text-to-speech models.",
"link": "https://ionrouter.io/docs",
"residency_mode": "provider_managed",
"default_execution_regions": ["US"],
Expand All @@ -21,19 +21,32 @@
"prompt_training_policy": "may_train",
"prompt_training_notes": "IonRouter stores prompts and generated content for limited periods and says request logs and generated content may be reviewed to improve model performance, content safety systems, and the service.",
"prompt_training_source_url": "https://ionrouter.io/privacy-policy.pdf",
"gateway_kind": null,
"routable": null,
"routing_enabled": null,
"gateway_kind": "openai_compatible",
"routable": true,
"routing_enabled": true,
"sdk_package": null,
"api_base_url": null,
"api_base_url": "https://api.ionrouter.io/v1",
"docs_url": "https://ionrouter.io/docs",
"auth_env": null,
"api_formats": [],
"service_tiers": [],
"sources": [],
"auth_env": "IONROUTER_API_KEY",
"api_formats": ["openai"],
"service_tiers": ["standard"],
"sources": [
{
"kind": "documentation",
"url": "https://ionrouter.io/docs",
"accessed_at": "2026-08-24T00:00:00Z",
"notes": "Official API reference, endpoints, model catalog, pricing, and rate limits."
},
{
"kind": "api",
"url": "https://api.ionrouter.io/v1/models",
"accessed_at": "2026-08-24T00:00:00Z",
"notes": "Public live OpenAI-compatible model discovery endpoint."
}
],
"verification": {
"status": "unverified",
"checked_at": null,
"notes": null
"status": "verified",
"checked_at": "2026-08-24T00:00:00Z",
"notes": "Reconciled against IonRouter official documentation and live /v1/models endpoint."
}
}
Loading
Loading