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

AI Models / PUBLIC DATA

Llama

Open-weight model discovery with independent hosting provider price information.

External data sourceOfficial source ↗

Offers

ResourceEndpointAccess
Llama

Open-weight model discovery with independent hosting provider price information.

/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 →