프로젝트 스크린샷
개요
1flowbase bridges the gap between LLM gateways and workflow builders. Instead of simply routing a request to a single model, it composes multiple model and tool nodes into a workflow-backed virtual model. Local AI agents and SDKs call a single standard model endpoint, while 1flowbase executes a complex workflow behind the scenes—such as mounting vision models for screenshots, running a fusion-style multi-model review panel, or verifying output structures—and returns the final answer with complete execution logs, tool callback traces, and token consumption metrics.
주요 기능
- Visual workflow editor
- Multi-node workflow orchestration
- Virtual model endpoint publishing
- OpenAI Responses API compatibility
- OpenAI Chat Completions API compatibility
- Claude-compatible Messages API support
- Streaming response support
- Mounted LLM tools for multimodal and branch-model workflows
- Fusion workflow template
- Execution logs and tool callback traces
- Application-level token consumption statistics
- Prompt and model configuration version history
요구 사항, 설치 및 빠른 시작
Windows PowerShell: irm https://raw.githubusercontent.com/taichuy/1flowbase/main/scripts/powershell/docker-deploy.ps1 | iex
Windows CMD: powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/taichuy/1flowbase/main/scripts/powershell/docker-deploy.ps1 | iex"
사용 정보
모델 호환성 및 사용 사례
Compatible with models accessible via OpenAI Responses, OpenAI Chat Completions, and Claude-compatible Messages APIs. Specific models mentioned in workflows include GLM-5.2, DeepSeek, GLM-5V-Turbo, Gemini, and GPT vision models.
라이선스 및 위험 참고 사항
Apache-2.0
Editorial verification 2026-08-02: repository URL, owner, description, license and repository statistics were reviewed. License metadata: Apache-2.0. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.
릴리스 및 유지 관리
Not stated in the repository metadata