Clients and SDKs
Node / TypeScript SDK
Both @anthropic-ai/sdk and openai npm packages work against OneProvider.
Use this page
Point the client at OneProvider, keep the key in an environment variable, and verify the configured model ID. Both @anthropic-ai/sdk and openai npm packages work against OneProvider.
Configuration context
export ONEPROVIDER_API_KEY="sk-..."
export OPENAI_BASE_URL="https://api.oneprovider.dev/v1"