Client SDKs

Client SDKs

One governed API. Every production runtime.

Octoryn publishes native server and UI clients around the same production contract. Choose a thin protocol client for services or a stateful UI helper for interactive applications.

Choose a client

TypeScript and Python provide the broadest high-level surface. Go, Java, .NET, PHP, Ruby, Swift and Kotlin provide native transport and typed request support. UI packages add streaming state without owning product authentication.


One base URL

All clients target https://api.octoryn.dev/v1. Use a workspace service key and an approved direct model or policy alias.


Published versions

Pin production dependencies and review the changelog before upgrades.

npm install @octoryn/sdk@3.0.0
pip install octoryn-llm==3.0.1
dotnet add package Octoryn --version 0.1.2
go get github.com/octoryn/octoryn-go@v0.1.1

Contract discipline

SDK convenience does not create Router capability. Confirm model metadata and test streaming, tools, structured outputs and multimodal fixtures on the intended route.

NextTypeScript