← Marketplace
Client and server source →
AI Models / PUBLIC DATA
Mistral AI
Browse Mistral models, their context windows and current public pricing.
Offers
| Resource | Endpoint | Access |
|---|---|---|
| Mistral AI Browse Mistral models, their context windows and current public 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 });