Brainiall Vision Tagger
Try Brainiall Vision Tagger zero-shot, no signup
Standard tier hitting /v1/vision/labels/base64 live. Rate-limited to 5 calls / 5 min per IP. For unlimited access, sign up for $10 free credit.
Brainiall Vision Tagger dense caption — describes the entire image in natural language. AWS Rekognition does NOT offer this.

Click Run to send a request.
AWS Rekognition Labels would return generic top-5 classes for this image. Brainiall Vision Tagger can caption, OCR, segment, and answer free-text queries — see full capability matrix.
Leistung KPIs (messbar)
| Metrik | Brainiall | AWS Recognition | |
|---|---|---|---|
| Fast tier p50 (Brainiall object detection module closed-set) | 236 ms | 250–500 ms (DetectLabels) | ★ |
| Standard tier p50 (Brainiall Vision Tagger engine multi-task) | 1624 ms | Not available (separate calls needed) | ★ |
| Throughput per CPU core | Fast 4 RPS · Standard 0.6 RPS | Cloud auto-scale | = |
Kapazitätsmatrix
| Metrik | Brainiall | AWS Recognition | |
|---|---|---|---|
| Closed-set object detection (~80 common categories) | ✅ Brainiall object detection module | ✅ DetectLabels (~2500 categories) | R |
| Zero-shot detection (custom text prompt) | ✅ Brainiall Vision Tagger engine grounding + future open-vocabulary detection | ❌ Not supported (only pre-trained labels) | ★ |
| Caption generation (image → natural language) | ✅ Brainiall Vision Tagger engine SOTA captioning | ❌ Not supported | ★ |
| Multi-task (caption + detect + OCR + segment in 1 model) | ✅ Brainiall Vision Tagger engine (single model, MIT) | ❌ Requires separate API calls per task | ★ |
| OCR within image | ✅ Brainiall Vision Tagger engine multi-task includes OCR | 🟡 Use DetectText (separate) | ★ |
| Open weights you can audit | ✅ Brainiall object detection module permissive license + Brainiall Vision Tagger engine MIT | ❌ Proprietary closed | ★ |
| LGPD / GDPR-by-default | ✅ EU/BR datacenter | 🟡 us-east default | ★ |
Qualitätsbenchmarks
| Metrik | Brainiall | AWS Recognition | |
|---|---|---|---|
| Object-detection mAP | Brainiall object detection module-Base ~50 mAP | Not published | |
| Multi-task SOTA | Brainiall Vision Tagger engine SOTA on caption + grounding + OCR + segment | Single-task per API |
Preise
Free
500 imgs/month
Get started.
Fast
$0.0005 / image
Brainiall object detection module closed-set object detection. p50 236ms.
Standard
$0.004 / image
Brainiall Vision Tagger engine multi-task: caption + detect + OCR + segment in one call. p50 1.6s.
Schnellstart (Python)
Anforderung (Standard Level, Multi-Task)
import base64, httpx
img = base64.b64encode(open("photo.jpg", "rb").read()).decode()
resp = httpx.post(
"https://api.brainiall.com/v1/vision/labels/base64",
headers={"Authorization": "Bearer brnl-..."},
json={
"image": img,
"tier": "standard",
"task": "<CAPTION>" # or <OCR>, <OD>, <CAPTION_TO_PHRASE_GROUNDING>
},
)
print(resp.json())Beispiele Reaktion
{
"request_id": "req_4d8e2a…",
"processing_ms": 1624,
"tier": "standard",
"task": "<CAPTION>",
"caption": "Two cats laying on a pink couch with remote controls.",
"labels": [
{"label": "cat", "confidence": 0.97,
"box": [120, 240, 380, 520]},
{"label": "couch", "confidence": 0.94,
"box": [0, 100, 800, 600]}
],
"output": {
"<CAPTION>": "Two cats laying on a pink couch…"
},
"warnings": []
}Warum "Paridade per-call" die falsche Vergleich ist
Per Bild, Brainiall Standard ($0.004) und Google Vision ($0.0015) erscheinen vergleichbar. durch FeatureUm die Aufzeichnung + OCR + Objektdetektion auf demselben Bild mit Google Vision Premium zu erhalten, benötigen Sie 3 getrennte Funktionen × $0.0015 = $0.0045Mit dem Brainiall Vision Tagger-Motor Standard kommen alle drei in einem Anruf.
| Gebrauchsfall | Brainiall | Google Vision | AWS Recognition | Sparen |
|---|---|---|---|---|
| Objektdetektion nur (Fast Level) | $0.0005 / img (Brainiall Object Detection Module) | $0.0015 / img | $0.001 / IMG | 50%+ |
| Caption + OCR + Entdeckung (ein Bild) | $0.004 / img (1 Anruf) | $0.0045 / img (3 Funktionen) | $0.0035 + Textrat $0.0015 (2 APIs) | — |
| Die gleiche Arbeitsbelastung für 1M Bilder / Monat | 4.000 $ / Mo | 4.500 € / Mo | 5000 € / Mo | — |
| + Zero-Shot (Finde ein bestimmtes Objekt über eine Textfrage) | Die gleiche Anrufe | nicht unterstützt | nicht unterstützt | capability |
| + Caption in 80+ Sprachen (Brainiall Vision Tagger-Motor mehrsprachig) | Die gleiche Anrufe | Übersetzung API extra | Englisch nur | capability |
Real-Welt TCO: bei 1M Bilder/Monat ist Google Vision ~12% teurer für den Multi-Feature-Nutzungsfall, und Sie verlieren Null-Shot Prompting (sie können nicht fragen "Finden Sie eine brasilianische Flagge in diesem Bild") und bezahlen zusätzlich für den Titel Übersetzung. Für PT-BR, ZH, AR, JP Kataloge, Brainiall Vision Tagger Motor Schiffe native mehrsprachige Titel in der gleichen $0.004 - Google würde Add'l Übersetzung API + noch fehlt Null-Shot.
Volume Tier: beginnend bei 500K imgs/mo, Standard-Tier drops zu $0.0028 / img (-30%)Sehen Sie /pricing für die volle Treppe.
Vergleichsmethoden & Disklaimer
Brainiall Messungen: unsere Produktionsinfrastruktur, Mai 2026. Modelle: Brainiall Object Detection Module (Fast Level) + Brainiall Vision Tagger Engine (Standard Level).
AWS Daten: Rekognition DetectLabels behauptet ~2500 Kategorien (weiteres Katalog als die 80 gängige Klassen des Brainiall Objektdetektionsmoduls - deshalb markieren wir die Kapazität ✅ für Rekognition dort).
Notizen:
- Brainiall S9 v1 umfasst Brainiall Object Detection Module (schloss-set ~80 gängige Klassen) + Brainiall Vision Tagger-Motor (Multi-Task: caption + detection + OCR + Segment). Für eine breitere geschloss-set-Kopfung ähnlich Rekognitions 2500 Kategorien, verwenden Sie Brainiall Vision Tagger-Motor Multi-Task oder warten Sie auf v1.1 (planiert: Open-Vocabulary Zero-Shot für arbitrary prompts).
- Der Brainiall Vision Tagger ist zulässig lizenziert und läuft vollständig auf der CPU – keine API-Egress, keine Cloud-Abhängigkeit.
- Brainiall Objekt-Detektion Modul mAP von unabhängiger Benchmarke; Methoden können sich gegen AWS Bewertung unterscheiden.
- und Trademarks: Amazon Web Services, Rekognition sind Marken von Amazon.com, Inc. Diese Seite ist informative Vergleich; nicht von AWS unterstützt.
Letzte Bewertung: Mai 2026.