QuizBeginner

REST/HTTP Requests vs SDK Wrappers

SDKs wrap raw HTTP calls in convenient functions, but ultimately both communicate with the same REST endpoints.

How does using an SDK relate to making raw REST/HTTP requests to an LLM API?