| Name | Model | Components | Status | Webhook URL | Actions |
|---|
| ID | Username | Role | Created | Actions |
|---|
| ID | Name | Key | Status | Created | Last Used | Actions |
|---|
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
}