SDKs#
Coming soon
Official PullO SDK packages are in development. In the meantime, use the standard OpenAI SDK with a custom base URL — see the API Reference for a quick-start example.
Planned SDK packages:
- Python —
pip install pullo— wrapsopenaiwith auto-configuration - JavaScript/TypeScript —
npm install @pullo/sdk— isomorphic, works in Node and the browser - Go —
go get github.com/runtime-co/pullo-go
Each SDK will provide:
- Automatic
base_urlandapi_keyconfiguration from env vars - Model listing helpers (
client.models.list()) - Streaming support with async iterators
- TypeScript types for all request/response shapes
- Retries and backoff on
503/429errors