UI & ecosystem
Framework integrations
OpenAI compatibility without losing governance
Frameworks can target the Octoryn base URL when they preserve the request and stream semantics required by the selected route.
OpenAI SDK
Set baseURL/base_url to https://api.octoryn.dev/v1 and use an Octoryn service key. Keep provider-specific extras out of portable policy routes unless capability metadata permits them.
Vercel AI SDK
Use an OpenAI-compatible provider transport and verify text, streaming, tools and structured object fixtures. UI state belongs above the Router boundary.
LangChain and model frameworks
Configure the compatible endpoint, explicitly select an approved route and inspect framework retries so they do not multiply Router attempts.
Reef orchestration
Reef owns agent loops, tool execution and state. Octoryn SDKs provide governed model access beneath Reef rather than duplicating an Agent SDK.
