DVAI Bridge Android SDK — embeds an OpenAI-compatible HTTP server inside your Android app process (127.0.0.1:38883, /v1/chat/completions, /v1/embeddings, /v1/models, SSE streaming). Any OpenAI client speaks to it (LangChain, autogen, crewai, the OpenAI SDK). Single 8-method Kotlin API surface fronting llama.cpp, MediaPipe / LiteRT-LM and bare-LiteRT backends; engine selected at runtime by device capability. Same OpenAI wire as the dvai-bridge family on iOS (CocoaPods), Flutter (pub.dev), React ...