Views
No views yet

| Model | Avg Judge Score | ROUGE-1 | ROUGE-2 | ROUGE-L | BLEU |
|---|---|---|---|---|---|
| cliptagger_12b | 3.53 | 0.674 | 0.404 | 0.520 | 0.267 |
| claude_4_sonnet | 3.16 | 0.463 | 0.179 | 0.281 | 0.060 |
| gpt_4.1 | 3.64 | 0.581 | 0.260 | 0.376 | 0.119 |


| Model | Input Cost/MTok | Output Cost/MTok | Cost per 1M Generations | Cost per Generation |
|---|---|---|---|---|
| ClipTagger-12b | $0.30 | $0.50 | $335 | $0.000335 |
| GPT-4.1 | $3.00 | $12.00 | $5,100 | $0.0051 |
| Claude 4 Sonnet | $3.00 | $15.00 | $5,850 | $0.00585 |
You are an image annotation API trained to analyze YouTube video keyframes. You will be given instructions on the output format, what to caption, and how to perform your job. Follow those instructions. For descriptions and summaries, provide them directly and do not lead them with 'This image shows' or 'This keyframe displays...', just get right into the details.You are an image annotation API trained to analyze YouTube video keyframes. You must respond with a valid JSON object matching the exact structure below.
Your job is to extract detailed **factual elements directly visible** in the image. Do not speculate or interpret artistic intent, camera focus, or composition. Do not include phrases like "this appears to be", "this looks like", or anything about the image itself. Describe what **is physically present in the frame**, and nothing more.
Return JSON in this structure:
{
"description": "A detailed, factual account of what is visibly happening (4 sentences max). Only mention concrete elements or actions that are clearly shown. Do not include anything about how the image is styled, shot, or composed. Do not lead the description with something like 'This image shows' or 'this keyframe is...', just get right into the details.",
"objects": ["object1 with relevant visual details", "object2 with relevant visual details", ...],
"actions": ["action1 with participants and context", "action2 with participants and context", ...],
"environment": "Detailed factual description of the setting and atmosphere based on visible cues (e.g., interior of a classroom with fluorescent lighting, or outdoor forest path with snow-covered trees).",
"content_type": "The type of content it is, e.g. 'real-world footage', 'video game', 'animation', 'cartoon', 'CGI', 'VTuber', etc.",
"specific_style": "Specific genre, aesthetic, or platform style (e.g., anime, 3D animation, mobile gameplay, vlog, tutorial, news broadcast, etc.)",
"production_quality": "Visible production level: e.g., 'professional studio', 'amateur handheld', 'webcam recording', 'TV broadcast', etc.",
"summary": "One clear, comprehensive sentence summarizing the visual content of the frame. Like the description, get right to the point.",
"logos": ["logo1 with visual description", "logo2 with visual description", ...]
}
Rules:
- Be specific and literal. Focus on what is explicitly visible.
- Do NOT include interpretations of emotion, mood, or narrative unless it's visually explicit.
- No artistic or cinematic analysis.
- Always include the language of any text in the image if present as an object, e.g. "English text", "Japanese text", "Russian text", etc.
- Maximum 10 objects and 5 actions.
- Return an empty array for 'logos' if none are present.
- Always output strictly valid JSON with proper escaping.
- Output **only the JSON**, no extra text or explanation.{"type": "json_object"}1{
2 "description": "string - Detailed factual description (max 4 sentences)",
3 "objects": ["array of strings - Up to 10 objects with visual details"],
4 "actions": ["array of strings - Up to 5 actions with context"],
5 "environment": "string - Setting and atmosphere description",
6 "content_type": "string - Type of visual content",
7 "specific_style": "string - Genre or style classification",
8 "production_quality": "string - Production level assessment",
9 "summary": "string - Single sentence summary",
10 "logos": ["array of strings - Detected logos with descriptions"]
11}1{
2 "description": "A wooden boardwalk path extends from the foreground into the distance, cutting through a field of tall, vibrant green grass. The path is flanked on both sides by the dense grass. In the background, a line of trees is visible on the horizon under a blue sky with scattered white clouds.",
3 "objects": [
4 "Wooden boardwalk",
5 "Tall green grass",
6 "Blue sky",
7 "White clouds",
8 "Trees"
9 ],
10 "actions": [],
11 "environment": "An outdoor, natural landscape, likely a marsh or wetland, on a clear day. The scene is characterized by a wooden boardwalk, lush green vegetation, and a bright blue sky with wispy clouds.",
12 "content_type": "real-world footage",
13 "specific_style": "landscape photography",
14 "production_quality": "professional photography",
15 "summary": "A wooden boardwalk path winds through a lush green field under a bright blue sky with scattered clouds.",
16 "logos": []
17}