Chunk #450
Aus: API (Index: 7)
67
Tokens
Synced
Status
Taxonomie
| Kategorie | API |
|---|---|
| Pfad | API > API Reference > Request Response |
| Heading-Pfad | API > API-Referenz > POST /api/v1/tasks/{id}/execute > Request-Body > Response |
Entities
| Name | Typ |
|---|---|
| POST /api/v1/tasks/{id}/execute | COMMAND |
| ollama | SERVICE |
| mistral | TECHNOLOGY |
| tokens_input | CONFIG |
| tokens_output | CONFIG |
| tokens_total | CONFIG |
| duration_ms | CONFIG |
| status | CONFIG |
Keywords
Inhalt
{
"success": true,
"data": {
"id": 1,
"task_id": 2,
"executor": "ollama",
"model_name": "mistral",
"response": "Die Analyse ergab...",
"tokens_input": 150,
"tokens_output": 420,
"tokens_total": 570,
"duration_ms": 12500,
"status": "success"
}
}Clean Content
```
`{
"success": true,
"data": {
"id": 1,
"task_id": 2,
"executor": "ollama",
"model_name": "mistral",
"response": "Die Analyse ergab...",
"tokens_input": 150,
"tokens_output": 420,
"tokens_total": 570,
"duration_ms": 12500,
"status": "success"
}
}`
```
Metadaten
| Analysiert am | 20.12.2025 12:38:56 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | da1c8ad0-abd6-4f0b-9030-b8a5292bdec8 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:36 |