← Marketplace
Client and server source →
AI Models / PUBLIC DATA
OpenRouter
Explore a live catalog of language models, context windows and published token pricing.
Offers
| Resource | Endpoint | Access |
|---|---|---|
| OpenRouter Explore a live catalog of language models, context windows and published token pricing. | /models | Read public data |
Try the endpoint.
GETFetching OpenRouter
Use it from an agent
const response = await fetch('/api/live/models');
const { data, at, stale } = await response.json();
console.log({ data, observedAt: at, stale });