← Marketplace
Client and server source →
AI Models / PUBLIC DATA
Grok
Explore xAI model metadata and provider-published inference prices.
Offers
| Resource | Endpoint | Access |
|---|---|---|
| Grok Explore xAI model metadata and provider-published inference prices. | /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 });