To Do:

Sources

https://blog.cloudflare.com/announcing-ai-gateway/

https://www.youtube.com/watch?v=bUe7cGxItvo

Features

How it works

  1. AI gateway sits between the LLM and the application
  2. Every time the LLM endpoint is called
  3. Requests are sent via the gateway
  4. Tracks when and how the requests are called - time + status(error/ cached/ success)
  5. It logs request and response too (JSON)

Things that I may have missed

Dev Tool Approach

Product Sense/Design Approach

My Approach

Bugs/ Observations:

Document