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.
・パフォーマンスKPI(測定)
| メトリック | ブラジル | AWS 認定 | |
|---|---|---|---|
| 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 | = |
能力マトリックス
| メトリック | ブラジル | AWS 認定 | |
|---|---|---|---|
| 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 | ★ |
品質ベンチマーク
| メトリック | ブラジル | AWS 認定 | |
|---|---|---|---|
| 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 |
価格
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.
スピードスタート(Python)
リクエスト(標準レベル、マルチタスク)
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())例回答
{
"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": []
}なぜ「paridade per-call」が間違った比較なのか
画像ごとに、Brainall Standard($0.004)とGoogle Vision($0.0015)は比較可能に見えますが、Google Visionの料金は 特典によるGoogle Vision Premium と同様の画像でタイトル + OCR + オブジェクト検出を取得するには、 3 個別機能 × $0.0015 = $0.0045Brainiall Vision Tagger エンジン スタンダードで、すべての 3 つが 1 つの呼び出しで来ます。
| 使用ケース | ブラジル | Googleビジョン | AWS 認定 | 節約 |
|---|---|---|---|---|
| オブジェクト検出のみ(ファストレベル) | $0.0005 / img (Brainiall オブジェクト検出モジュール) | ドル 0.0015 / IMG | ドル 0.001 / IMG | 50%+ |
| キャプション + OCR + 検出(画像1枚) | $0.004 / img (1 通話) | $0.0045 / img (3 機能) | $0.0035 + テキストレート $0.0015 (2 APIs) | — |
| 同じ作業負荷 1M 画像 / 月 | 4,000ドル / 月 | 4500ドル / マウス | 5万ドル / モー | — |
| + ゼロショット(テキストリクエストを通じて特定のオブジェクトを見つける) | 同じ呼びかけ | サポートされていない | サポートされていない | capability |
| + 80+言語(Brainiall Vision Tagger エンジン多言語) | 同じ呼びかけ | 翻訳 API 追加 | 英語だけ | capability |
リアル・ワールド TCO: 1Mの画像/moで、Googleビジョンは、マルチ機能の使用のケースで約12%高く、さらにゼロショットのプロミッティングを失う(この画像で「ブラジルの旗を見つける」を要求することはできません)と、タイトルの翻訳のための追加料金を支払う。
ボリュームテア: 500K imgs/mo からスタートし、標準レベルは $0.0028 / IMG(30%)見る /pricing 完全な階段に。
比較方法論 & disclaimer
Brainiall 測定: 私たちの生産インフラストラクチャ、2026年5月 モデル: Brainiall オブジェクト検出モジュール (Fast Tier) + Brainiall Vision Tagger エンジン (Standard Tier)
AWSデータ: Rekognition DetectLabels は ~2500 カテゴリ(Brainiall オブジェクト検出モジュールの 80 の一般的なクラスよりも幅広いカタログ - それが私たちがそこで Rekognition の能力 ✅ をマークする理由です)を主張します。
ノート:
- Brainiall S9 v1 は Brainiall オブジェクト検出モジュール (閉鎖セット ~ 80 の一般的なクラス) + Brainiall Vision Tagger エンジン (複数タスク: タグ + 検出 + OCR + セグメント) をカバーします。
- Brainiall Vision Tagger エンジンは許可でライセンスを取得しており、CPU で完全に実行されます - API エグレス、クラウド依存性はありません。
- Brainiall オブジェクト検出 モジュール mAP から独立したバランスマーク; 方法論は AWS 評価と異なる可能性があります。
- 商標 : Amazon Web サービス, 認定 Amazon.com, Inc. の商標である このページは情報比較であり、AWS によって承認されていません。
最後に確認されました:2016年5月。