PullO
PullODocs
v1.0
PullO

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:

  • Pythonpip install pullo — wraps openai with auto-configuration
  • JavaScript/TypeScriptnpm install @pullo/sdk — isomorphic, works in Node and the browser
  • Gogo get github.com/runtime-co/pullo-go

Each SDK will provide:

  • Automatic base_url and api_key configuration 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 / 429 errors