8 ms·
All this for an SDK you might not need. SDK is just a wrapper around POST https://api.openai.com/v1/responses https://api.openai.com/v1/responses Just REST +
by tulio_ribeiro 19d ago
All this for an SDK you might not need.
SDK is just a wrapper around POST https://api.openai.com/v1/responses https://api.openai.com/v1/responses
Just REST + JSON.
streaming (sse parsing) + tool calling + structured outputs + pagination are easy to do.