mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 13:01:11 +03:00
ac138a7a27
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models * add 3.5 haiku * update vertex embedding models * add azure o1 models * add o3 mini * add wolframalpha tool * Update pnpm-lock.yaml
Flowise API Docs
English | 中文
A list of Flowise public APIs, allowing users to programmatically execute many of the same tasks as the same in the GUI.
To run this standalone:
- Spin up Flowise server:
cd Flowise pnpm start - Start API Docs server:
cd packages/api-documentation pnpm start
To run in dev mode:
cd Flowise
pnpm dev
Docs will be served on: http://localhost:6655/api-docs
License
Source code in this repository is made available under the Apache License Version 2.0.