Description
Create a simple REST API that allows querying model data without downloading the full JSON file.
Endpoints
GET /api/models?provider=openai&tool_call=true&min_context=128000
GET /api/models/:id
GET /api/providers
GET /api/stats
Implementation
- Create
api/ directory with a simple Express or Fastify server
- Deploy to Cloudflare Workers or Vercel for free hosting
- Add CORS headers for browser access
Acceptance Criteria
Context
This would make the catalog queryable from any application without downloading 2.3MB of JSON.
Description
Create a simple REST API that allows querying model data without downloading the full JSON file.
Endpoints
Implementation
api/directory with a simple Express or Fastify serverAcceptance Criteria
Context
This would make the catalog queryable from any application without downloading 2.3MB of JSON.