Integrations
Obstruo exposes an OpenAI-compatible API - any language or framework that can talk to OpenAI works with Obstruo. Change the base URL and API key; everything else stays the same.
-
Python
openaiSDK, async client, streaming, embeddings, tool calls, rawhttpx. -
JavaScript / Node.js
openainpm package, streaming, TypeScript types. -
.NET
OpenAI .NET SDK - chat, streaming, embeddings.
-
Java
OpenAI Java SDK and Spring AI.
-
Go
openai-go- chat, streaming, embeddings. -
Rust
async-openaicrate - chat, streaming, embeddings.