One import, every platform
Swift on iOS, Kotlin on Android, Dart on Flutter, TypeScript on the web and React Native, C# on .NET — same OpenAI HTTP wire on each.
One SDK on every platform. The model runs on the user's device. Any agent framework that speaks OpenAI works without changes.

DVAI-Bridge embeds an OpenAI-compatible AI server inside your app — so the same agent code you wrote for cloud OpenAI keeps working, just locally.
The model runs on the user's device. The HTTP server runs in your app's own process. No cloud account. No per-token bill. No install for your user.
It is not a gateway like LiteLLM. It is not a server your user has to install like Ollama. It is not a framework SDK like LangChain. It is the thin layer between your code and the model — the same shape on iOS, Android, Flutter, React Native, .NET, and the web.
Three layers, the same on every platform.
127.0.0.1:38883, /v1/chat/completions, /v1/embeddings, /v1/models. The OpenAI wire, exactly.