All apps · 0 apps
Tambaqui
Docker app from UnraidUser-8490017599's Repository
Overview
Tambaqui - IA brasileira de código com API OpenAI-compatível.
Baixa modelos HuggingFace (Qwen, DeepSeek, CodeLlama), chat com busca web, streaming, admin web.
Funciona com Open WebUI, Continue.dev, LibreChat e qualquer client OpenAI.
Readme
View on GitHub🐟 Tambaqui
IA brasileira de código com API OpenAI-compatível.
Baixa modelos HuggingFace, roda local, chat com busca web, admin web, streaming.
Instalar
Linux/macOS (uma linha)
git clone https://github.com/koalitos/tambaqui.git
cd tambaqui
bash install.sh
Docker
git clone https://github.com/koalitos/tambaqui.git
cd tambaqui
docker compose up -d
Login padrão Docker: admin / tambaqui
Usar
./tambaqui # Servidor web (API + Admin)
./tambaqui chat # Chat no terminal
- Chat: http://localhost:8000
- Admin: http://localhost:8000/admin
- API: http://localhost:8000/v1/chat/completions
API OpenAI-Compatível
Funciona com qualquer client que suporte OpenAI API:
export OPENAI_API_BASE=http://localhost:8000/v1
export OPENAI_API_KEY=seu-token
# Testar
curl http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"crie um hello world em python"}]}'
Gerenciar Users
./tambaqui user criar nome senha --admin # Criar admin
./tambaqui user criar nome senha # Criar user
./tambaqui user listar # Listar
./tambaqui user senha nome novaSenha # Trocar senha
./tambaqui user deletar nome # Deletar
Modelos
Baixe pelo admin web ou use modelos do catálogo:
| Modelo | RAM | Uso |
|---|---|---|
| qwen2.5-coder-0.5b | 1 GB | Qualquer PC |
| qwen2.5-coder-1.5b | 3 GB | PCs leves |
| qwen2.5-coder-3b | 6 GB | Balanceado |
| qwen2.5-coder-7b | 14 GB | Completo |
| deepseek-coder-1.3b | 3 GB | Código leve |
| deepseek-coder-6.7b | 14 GB | Código completo |
License
MIT
Install Tambaqui on Unraid in a few clicks.
Find Tambaqui in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Tambaqui Review the template variables and paths Click Install
Categories
Related apps
Explore more like this
Explore allDetails
Repository
ghcr.io/koalitos/tambaqui:latestLast Updated2026-07-05
First Seen2026-06-23
Runtime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--gpus all
Template configuration
Web UI PortPorttcp
Porta da interface web e API
- Target
- 8000
- Default
- 8000
- Value
- 8000
ModelosPathrw
Pasta dos modelos HuggingFace
- Target
- /app/modelos
- Default
- /mnt/user/appdata/tambaqui/modelos
- Value
- /mnt/user/appdata/tambaqui/modelos
DadosPathrw
Dados: users, sessões, conversas
- Target
- /app/dados
- Default
- /mnt/user/appdata/tambaqui/dados
- Value
- /mnt/user/appdata/tambaqui/dados
Admin UserVariable
Usuário admin padrão
- Target
- TAMBAQUI_ADMIN_USER
- Default
- admin
- Value
- admin
Admin PasswordVariable
Senha do admin (troque!)
- Target
- TAMBAQUI_ADMIN_PASS
- Default
- tambaqui
- Value
- tambaqui
NVIDIA Visible DevicesVariable
GPU NVIDIA visível (use a imagem :cuda)
- Target
- NVIDIA_VISIBLE_DEVICES
- Default
- all
- Value
- all
NVIDIA CapabilitiesVariable
Capacidades do driver NVIDIA
- Target
- NVIDIA_DRIVER_CAPABILITIES
- Default
- compute,utility
- Value
- compute,utility