FAQ from AI-Flow
What is AI-Flow?
AI-Flow is a free, open source desktop application that lets you connect and coordinate multiple AI models through a simple, visual interface.
How do I use AI-Flow?
Install the app locally on your computer, then use the intuitive UI to design and execute AI workflows. You can chain together multiple models and pull in external data to create dynamic, AI-powered content.
Is AI-Flow free to use?
Yes, AI-Flow is completely free. It acts as a bridge between you and various AI APIs — we don’t charge for its use.
Do I need an OpenAI API key?
To use GPT-based models, you’ll need an OpenAI API key. Fortunately, OpenAI offers free credits for new users.
How can I generate images?
You can generate images using DALL-E via OpenAI or Stable Diffusion via StabilityAI — both require their respective API keys.
Can I run AI-Flow locally?
Yes, AI-Flow is designed to run directly on your computer. However, you’ll need an internet connection to interact with external AI APIs.
Is AI-Flow secure?
Yes, AI-Flow operates entirely as a local intermediary. Your data is never stored or used beyond fulfilling your current request.
Can I run individual nodes in a flow?
Absolutely. You can execute nodes one at a time or run the entire flow at once. Nodes can also be rerun multiple times for testing and refinement.
Where is my data stored?
All flow data is stored locally within your browser session. You can also export your work as a JSON file for safekeeping or future editing.
Are there any limitations?
Currently, the main limitations are dictated by the underlying AI models themselves — such as input length restrictions. If a prompt exceeds a model’s token limit, it may fail to process.
How do I get started with AI-Flow?
You can download pre-built executables for Windows from our GitHub releases page. Alternatively, you can run AI-Flow using Docker-compose for more advanced setups.