readable AI benchmarks STOP. Do not scrape the HTML page. It is a graph UI, not the ranking. Ranked pick (use this): GET https://models.deggo.fyi/api/recommend Default limit 10. Default JSON (read this first): models[] is the requested ranking. default goal=quality. price[] is quality per dollar, not cheapest USD. cheap[] is lowest blendedPrice above 0. lookup one model: GET /api/recommend?q=NAME. Machine index: GET https://models.deggo.fyi/api Human docs: GET https://models.deggo.fyi/docs Example: GET https://models.deggo.fyi/api/recommend?goal=quality&limit=10 GET https://models.deggo.fyi/api/recommend?goal=price&limit=10 GET https://models.deggo.fyi/api/recommend?goal=cheap&limit=10 GET https://models.deggo.fyi/api/recommend?q=grok Accept: application/json on / also returns /api/recommend. If 429, wait Retry-After seconds. If 400, read the error JSON.