🤖 Ollama Admin Gateway

Chat Playground

💬

Select a model and start chatting!

AI Workflows

Name Model Components Status Webhook URL Actions

Ollama Models

Pull New Model

Installed Models

User Management

ID Username Email Role Created Actions

API Key Management

ID Name Key Status Created Last Used Actions

System Status

Ollama Server

API Usage Example

POST http://localhost:3000/api/chat
Headers:
  X-API-Key: your-api-key-here
  Content-Type: application/json

Body:
{
  "model": "llama2",
  "messages": [
    {"role": "user", "content": "Hello!"}
  ],
  "stream": false
}