#64 · Primary category: AI Chatbots

aidea

ai chatbot flutter gpt gpt-4 stable-diffusion tongyiqianwen wenxinyiyan

An APP that integrates mainstream large language models and image generation models, built with Flutter, with fully open-source code.

Project last updated:03/04/26

GitHub Stars

6.9K

Forks

1.0K

Contributors

8

License

MIT

Why we included this project

Developers who want one chat interface that reaches many different models will find this useful as a working example. The Flutter client talks to a Go server that routes requests across mainstream LLMs and image generators, so you can compare answers and images side by side without installing a separate app for each vendor. Since both the front end and backend are open source, you can see how a real multilingual app handles authentication, billing, and model switching. The v1.x branch is the stable line for self-hosting, while main is the v2 under active development, a distinction worth knowing before you deploy. It is a full runnable application, not a library, so treat it as a template and a test bed for building your own client.

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