Robinhood ChainOFFICIAL CAContract will be announced here
hoodgate.
Docs ↗GitHub ↗
← Marketplace

AI Models / PUBLIC DATA

Grok

Explore xAI model metadata and provider-published inference prices.

External data sourceOfficial source ↗

Offers

ResourceEndpointAccess
Grok

Explore xAI model metadata and provider-published inference prices.

/modelsRead public data

Try the endpoint.

GET

Fetching 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 });
Client and server source →