#124 · Primary category: LLM Application Frameworks
openai
The unofficial OpenAI SDK for Dart & Flutter. Full API coverage + OpenAI-compatible providers (Azure, DeepSeek, LM Studio, Ollama): Responses, Chat, Realtime, Videos, Batch, Fine-tuning.
Project last updated:08/25/26
GitHub Stars
666
Forks
231
Contributors
49
License
MIT
Why we included this project
Flutter and Dart teams that need to talk to OpenAI-compatible models get a typed client instead of hand-rolling HTTP calls. The SDK covers most of the API surface, from chat and responses to realtime, batch, fine-tuning, and vector stores, and it compiles on Android, iOS, web, and server-side Dart. Each client instance carries its own base URL and key, so one process can talk to DeepSeek, a local Ollama or LM Studio server, and Azure at the same time. Streaming runs through a single SSE engine with retries, backoff, and an idle watchdog, and errors come back as typed exceptions rather than silent failures. That makes it a reasonable default for cross-platform apps that want one codebase across several model providers.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform