{
"make": "Volkswagen",
"model": "Golf",
"year": null,
"generation": "Mk7",
"body_type": "hatchback",
"note": null,
"source": "ai_candidate_unmapped"
}
{
"primary_model": "gpt-4.1-mini",
"fallback_model": "gpt-4.1",
"used_model": "gpt-4.1-mini",
"attempt_label": "primary",
"is_fallback_attempt": false,
"fallback_reason": null,
"duration_ms": 12366,
"http_status": 200,
"response": {
"id": "resp_0e1e6d5648847da7006a04be531ee4819bac8965498049adb0",
"object": "response",
"created_at": 1778695763,
"status": "completed",
"background": false,
"billing": {
"payer": "developer"
},
"completed_at": 1778695773,
"error": null,
"frequency_penalty": 0,
"incomplete_details": null,
"instructions": null,
"max_output_tokens": null,
"max_tool_calls": null,
"model": "gpt-4.1-mini-2025-04-14",
"moderation": null,
"output": [
{
"id": "msg_0e1e6d5648847da7006a04be58d470819b96cf3b3063397766",
"type": "message",
"status": "completed",
"content": [
{
"type": "output_text",
"annotations": [],
"logprobs": [],
"text": "{\"vehicle\":{\"top_candidate\":{\"make\":\"Volkswagen\",\"model\":\"Golf\",\"generation\":\"Mk7\",\"year_from\":2013,\"year_to\":2019,\"body_type\":\"hatchback\",\"confidence\":0.9},\"candidates\":[{\"make\":\"Volkswagen\",\"model\":\"Golf\",\"generation\":\"Mk7\",\"year_from\":2013,\"year_to\":2019,\"body_type\":\"hatchback\",\"confidence\":0.9}],\"needs_user_confirmation\":true},\"detected_parts\":[{\"raw_part_name\":\"rear fender left\",\"normalized_part_name\":\"rear fender\",\"category_key\":\"fender\",\"side\":\"left\",\"position\":\"side\",\"image_role\":\"left\",\"damage_type\":\"dent\",\"damage_severity\":\"medium\",\"confidence\":0.75},{\"raw_part_name\":\"rear bumper\",\"normalized_part_name\":\"bumper\",\"category_key\":\"bumper\",\"side\":\"left\",\"position\":\"rear\",\"image_role\":\"rear\",\"damage_type\":\"scratch\",\"damage_severity\":\"medium\",\"confidence\":0.8}],\"image_quality\":{\"front\":\"good\",\"rear\":\"good\",\"left\":\"good\",\"right\":\"good\"},\"warnings\":[\"Oštećenje je vidljivo na lijevoj stražnjoj strani vozila. Provjerite za potvrdu točne težine oštećenja i drugih eventualnih skrivenih oštećenja.\"],\"questions_for_user\":[\"Je li potrebna dodatna inspekcija stražnjeg lijevog blatobrana i stražnjeg branika?\",\"Postoji li dodatno oštećenje koje nije jasno vidljivo na fotografijama?\"],\"overall_confidence\":0.8,\"needs_user_confirmation\":true}"
}
],
"role": "assistant"
}
],
"parallel_tool_calls": true,
"presence_penalty": 0,
"previous_response_id": null,
"prompt_cache_key": null,
"prompt_cache_retention": "in_memory",
"reasoning": {
"effort": null,
"summary": null
},
"safety_identifier": null,
"service_tier": "default",
"store": true,
"temperature": 1,
"text": {
"format": {
"type": "json_schema",
"description": null,
"name": "ai_vehicle_analysis",
"schema": {
"type": "object",
"additionalProperties": false,
"required": [
"vehicle",
"detected_parts",
"image_quality",
"warnings",
"questions_for_user",
"overall_confidence",
"needs_user_confirmation"
],
"properties": {
"vehicle": {
"type": "object",
"additionalProperties": false,
"required": [
"top_candidate",
"candidates",
"needs_user_confirmation"
],
"properties": {
"top_candidate": {
"type": "object",
"additionalProperties": false,
"required": [
"make",
"model",
"generation",
"year_from",
"year_to",
"body_type",
"confidence"
],
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"generation": {
"type": "string"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"body_type": {
"type": "string"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
},
"candidates": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"make",
"model",
"generation",
"year_from",
"year_to",
"body_type",
"confidence"
],
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"generation": {
"type": "string"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"body_type": {
"type": "string"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
}
},
"needs_user_confirmation": {
"type": "boolean"
}
}
},
"detected_parts": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"raw_part_name",
"normalized_part_name",
"category_key",
"side",
"position",
"image_role",
"damage_type",
"damage_severity",
"confidence"
],
"properties": {
"raw_part_name": {
"type": "string"
},
"normalized_part_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"category_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"side": {
"type": "string",
"enum": [
"left",
"right",
"center",
"both",
"unknown",
"not_applicable"
]
},
"position": {
"type": "string",
"enum": [
"front",
"rear",
"side",
"upper",
"lower",
"interior",
"unknown"
]
},
"image_role": {
"type": "string",
"enum": [
"front",
"rear",
"left",
"right",
"extra",
"damage_detail",
"unknown"
]
},
"damage_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"damage_severity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
}
},
"image_quality": {
"type": "object",
"additionalProperties": false,
"required": [
"front",
"rear",
"left",
"right"
],
"properties": {
"front": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"rear": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"left": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"right": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
}
}
},
"warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"questions_for_user": {
"type": "array",
"items": {
"type": "string"
}
},
"overall_confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"needs_user_confirmation": {
"type": "boolean"
}
}
},
"strict": true
},
"verbosity": "medium"
},
"tool_choice": "auto",
"tools": [],
"top_logprobs": 0,
"top_p": 1,
"truncation": "disabled",
"usage": {
"input_tokens": 10373,
"input_tokens_details": {
"cached_tokens": 0
},
"output_tokens": 337,
"output_tokens_details": {
"reasoning_tokens": 0
},
"total_tokens": 10710
},
"user": null,
"metadata": []
},
"ai_response": {
"vehicle": {
"top_candidate": {
"make": "Volkswagen",
"model": "Golf",
"generation": "Mk7",
"year_from": 2013,
"year_to": 2019,
"body_type": "hatchback",
"confidence": 0.90000000000000002220446049250313080847263336181640625
},
"candidates": [
{
"make": "Volkswagen",
"model": "Golf",
"generation": "Mk7",
"year_from": 2013,
"year_to": 2019,
"body_type": "hatchback",
"confidence": 0.90000000000000002220446049250313080847263336181640625
}
],
"needs_user_confirmation": true
},
"detected_parts": [
{
"raw_part_name": "rear fender left",
"normalized_part_name": "rear fender",
"category_key": "fender",
"side": "left",
"position": "side",
"image_role": "left",
"damage_type": "dent",
"damage_severity": "medium",
"confidence": 0.75
},
{
"raw_part_name": "rear bumper",
"normalized_part_name": "bumper",
"category_key": "bumper",
"side": "left",
"position": "rear",
"image_role": "rear",
"damage_type": "scratch",
"damage_severity": "medium",
"confidence": 0.8000000000000000444089209850062616169452667236328125
}
],
"image_quality": {
"front": "good",
"rear": "good",
"left": "good",
"right": "good"
},
"warnings": [
"Oštećenje je vidljivo na lijevoj stražnjoj strani vozila. Provjerite za potvrdu točne težine oštećenja i drugih eventualnih skrivenih oštećenja."
],
"questions_for_user": [
"Je li potrebna dodatna inspekcija stražnjeg lijevog blatobrana i stražnjeg branika?",
"Postoji li dodatno oštećenje koje nije jasno vidljivo na fotografijama?"
],
"overall_confidence": 0.8000000000000000444089209850062616169452667236328125,
"needs_user_confirmation": true
},
"parse_error": null
}
ai_candidate_unmapped,
ready_for_search=true,
product_search_ready=false,
search_mode=disabled/inquiry_only
| analysis_id | 45 |
|---|---|
| public_token | 91ba04149c62826b8b1ec77b012fc459 |
| status | confirmed |
| image_count | 5 |
| OPENAI_API_KEY_CONFIGURED | true |
| OPENAI_VISION_MODEL | gpt-4.1-mini |
| OPENAI_VISION_FALLBACK_MODEL | gpt-4.1 |
| last_ai_raw_log_id | 129 |
| last_ai_status | vision_response |
| last_model_used | gpt-4.1-mini |
| raw_vehicle_candidates_count | 2 |
|---|---|
| saved_vehicle_candidates_count | 1 |
| raw_part_candidates_count | 2 |
| saved_part_candidates_count | 2 |
| mapped_vehicle_candidates_count | 0 |
| mapped_part_candidates_count | 0 |
| selected_vehicle_candidate_id | 62 |
| selected_part_candidate_ids | [226,227] |
| Rank | Naziv | Godiste | Sigurnost | Mapirano | Status | Akcija |
|---|---|---|---|---|---|---|
| 1 | Volkswagen Golf Mk7 | 2013 - 2019 | 0.9000 (Visoka sigurnost) |
make: null model: null gen: null Nije mapirano na internu bazu vozila. |
top odabrano (korisnik/admin) nije mapirano | Dodaj vehicle alias |
| Rank | Dio | Strana/Pozicija | Image | Kategorija | Sigurnost | Status | Akcija |
|---|---|---|---|---|---|---|---|
| 1 |
rear fender left rear blatobran left |
left / side | left |
id: null key: fender Nije mapirano na internu kategoriju. |
0.7500 (Srednja sigurnost) | odabrano needs confirm | Dodaj part alias |
| 2 |
rear bumper rear branik |
left / rear | rear |
id: null key: bumper Nije mapirano na internu kategoriju. |
0.8000 (Srednja sigurnost) | odabrano needs confirm | Dodaj part alias |
{
"selected_part_candidate_ids": [
226,
227
]
}
{
"unmapped_part_candidate_ids": [
226,
227
]
}
{
"vehicle_source": "ai_candidate_unmapped",
"make_id": null,
"model_id": null,
"generation_id": null,
"year_from": 2013,
"year_to": 2019,
"confirmed_vehicle_label": "Volkswagen Golf Mk7",
"manual_make": "Volkswagen",
"manual_model": "Golf",
"manual_year": null,
"manual_generation": "Mk7",
"manual_body_type": "hatchback",
"manual_note": null,
"parts": [
{
"category_id": null,
"category_key": "fender",
"side": "left",
"position": "side",
"raw_part_name": "rear fender left",
"manual_note": null
},
{
"category_id": null,
"category_key": "bumper",
"side": "left",
"position": "rear",
"raw_part_name": "rear bumper",
"manual_note": null
}
],
"needs_manual_category_mapping": true,
"product_search_ready": false,
"ready_for_search": true
}
| ID | Vrijeme | broj_rezultata | kliknuti_proizvod_id | Filter JSON |
|---|---|---|---|---|
| Nema search logova. | ||||
{
"primary_model": "gpt-4.1-mini",
"fallback_model": "gpt-4.1",
"used_model": "gpt-4.1-mini",
"attempt_label": "primary",
"is_fallback_attempt": false,
"fallback_reason": null,
"duration_ms": 12366,
"http_status": 200,
"request": {
"model": "gpt-4.1-mini",
"input": [
{
"role": "user",
"content": [
{
"type": "input_text",
"text": "You analyze vehicle photos for an inquiry-only auto parts workflow.\nReturn only JSON that matches the provided schema.\nDo not suggest product IDs, OEM numbers, prices, or compatibility claims.\nAlways provide realistic confidence 0..1 values.\nVehicle candidates must describe make/model/generation when visible.\nDetected parts should only include visible parts likely related to the damage.\nIf uncertain, lower confidence and add warnings/questions_for_user.\nBusiness rule: always treat result as needs user confirmation.\nDamage detail photos are included; detected_parts should not be empty when visible damage exists.\nUI language for warnings/questions: hr."
},
{
"type": "input_text",
"text": "Image role: front"
},
{
"type": "input_image",
"image_url": "[image data redacted, length=47]",
"detail": "auto"
},
{
"type": "input_text",
"text": "Image role: rear"
},
{
"type": "input_image",
"image_url": "[image data redacted, length=47]",
"detail": "auto"
},
{
"type": "input_text",
"text": "Image role: left"
},
{
"type": "input_image",
"image_url": "[image data redacted, length=47]",
"detail": "auto"
},
{
"type": "input_text",
"text": "Image role: right"
},
{
"type": "input_image",
"image_url": "[image data redacted, length=47]",
"detail": "auto"
},
{
"type": "input_text",
"text": "Image role: damage_detail"
},
{
"type": "input_image",
"image_url": "[image data redacted, length=47]",
"detail": "auto"
}
]
}
],
"text": {
"format": {
"type": "json_schema",
"name": "ai_vehicle_analysis",
"strict": true,
"schema": {
"type": "object",
"additionalProperties": false,
"required": [
"vehicle",
"detected_parts",
"image_quality",
"warnings",
"questions_for_user",
"overall_confidence",
"needs_user_confirmation"
],
"properties": {
"vehicle": {
"type": "object",
"additionalProperties": false,
"required": [
"top_candidate",
"candidates",
"needs_user_confirmation"
],
"properties": {
"top_candidate": {
"type": "object",
"additionalProperties": false,
"required": [
"make",
"model",
"generation",
"year_from",
"year_to",
"body_type",
"confidence"
],
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"generation": {
"type": "string"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"body_type": {
"type": "string"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
},
"candidates": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"make",
"model",
"generation",
"year_from",
"year_to",
"body_type",
"confidence"
],
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"generation": {
"type": "string"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"body_type": {
"type": "string"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
}
},
"needs_user_confirmation": {
"type": "boolean"
}
}
},
"detected_parts": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"raw_part_name",
"normalized_part_name",
"category_key",
"side",
"position",
"image_role",
"damage_type",
"damage_severity",
"confidence"
],
"properties": {
"raw_part_name": {
"type": "string"
},
"normalized_part_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"category_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"side": {
"type": "string",
"enum": [
"left",
"right",
"center",
"both",
"unknown",
"not_applicable"
]
},
"position": {
"type": "string",
"enum": [
"front",
"rear",
"side",
"upper",
"lower",
"interior",
"unknown"
]
},
"image_role": {
"type": "string",
"enum": [
"front",
"rear",
"left",
"right",
"extra",
"damage_detail",
"unknown"
]
},
"damage_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"damage_severity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
}
},
"image_quality": {
"type": "object",
"additionalProperties": false,
"required": [
"front",
"rear",
"left",
"right"
],
"properties": {
"front": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"rear": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"left": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"right": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
}
}
},
"warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"questions_for_user": {
"type": "array",
"items": {
"type": "string"
}
},
"overall_confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"needs_user_confirmation": {
"type": "boolean"
}
}
}
}
}
}
}
{
"primary_model": "gpt-4.1-mini",
"fallback_model": "gpt-4.1",
"used_model": "gpt-4.1-mini",
"attempt_label": "primary",
"is_fallback_attempt": false,
"fallback_reason": null,
"duration_ms": 12366,
"http_status": 200,
"response": {
"id": "resp_0e1e6d5648847da7006a04be531ee4819bac8965498049adb0",
"object": "response",
"created_at": 1778695763,
"status": "completed",
"background": false,
"billing": {
"payer": "developer"
},
"completed_at": 1778695773,
"error": null,
"frequency_penalty": 0,
"incomplete_details": null,
"instructions": null,
"max_output_tokens": null,
"max_tool_calls": null,
"model": "gpt-4.1-mini-2025-04-14",
"moderation": null,
"output": [
{
"id": "msg_0e1e6d5648847da7006a04be58d470819b96cf3b3063397766",
"type": "message",
"status": "completed",
"content": [
{
"type": "output_text",
"annotations": [],
"logprobs": [],
"text": "{\"vehicle\":{\"top_candidate\":{\"make\":\"Volkswagen\",\"model\":\"Golf\",\"generation\":\"Mk7\",\"year_from\":2013,\"year_to\":2019,\"body_type\":\"hatchback\",\"confidence\":0.9},\"candidates\":[{\"make\":\"Volkswagen\",\"model\":\"Golf\",\"generation\":\"Mk7\",\"year_from\":2013,\"year_to\":2019,\"body_type\":\"hatchback\",\"confidence\":0.9}],\"needs_user_confirmation\":true},\"detected_parts\":[{\"raw_part_name\":\"rear fender left\",\"normalized_part_name\":\"rear fender\",\"category_key\":\"fender\",\"side\":\"left\",\"position\":\"side\",\"image_role\":\"left\",\"damage_type\":\"dent\",\"damage_severity\":\"medium\",\"confidence\":0.75},{\"raw_part_name\":\"rear bumper\",\"normalized_part_name\":\"bumper\",\"category_key\":\"bumper\",\"side\":\"left\",\"position\":\"rear\",\"image_role\":\"rear\",\"damage_type\":\"scratch\",\"damage_severity\":\"medium\",\"confidence\":0.8}],\"image_quality\":{\"front\":\"good\",\"rear\":\"good\",\"left\":\"good\",\"right\":\"good\"},\"warnings\":[\"Oštećenje je vidljivo na lijevoj stražnjoj strani vozila. Provjerite za potvrdu točne težine oštećenja i drugih eventualnih skrivenih oštećenja.\"],\"questions_for_user\":[\"Je li potrebna dodatna inspekcija stražnjeg lijevog blatobrana i stražnjeg branika?\",\"Postoji li dodatno oštećenje koje nije jasno vidljivo na fotografijama?\"],\"overall_confidence\":0.8,\"needs_user_confirmation\":true}"
}
],
"role": "assistant"
}
],
"parallel_tool_calls": true,
"presence_penalty": 0,
"previous_response_id": null,
"prompt_cache_key": null,
"prompt_cache_retention": "in_memory",
"reasoning": {
"effort": null,
"summary": null
},
"safety_identifier": null,
"service_tier": "default",
"store": true,
"temperature": 1,
"text": {
"format": {
"type": "json_schema",
"description": null,
"name": "ai_vehicle_analysis",
"schema": {
"type": "object",
"additionalProperties": false,
"required": [
"vehicle",
"detected_parts",
"image_quality",
"warnings",
"questions_for_user",
"overall_confidence",
"needs_user_confirmation"
],
"properties": {
"vehicle": {
"type": "object",
"additionalProperties": false,
"required": [
"top_candidate",
"candidates",
"needs_user_confirmation"
],
"properties": {
"top_candidate": {
"type": "object",
"additionalProperties": false,
"required": [
"make",
"model",
"generation",
"year_from",
"year_to",
"body_type",
"confidence"
],
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"generation": {
"type": "string"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"body_type": {
"type": "string"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
},
"candidates": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"make",
"model",
"generation",
"year_from",
"year_to",
"body_type",
"confidence"
],
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"generation": {
"type": "string"
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"body_type": {
"type": "string"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
}
},
"needs_user_confirmation": {
"type": "boolean"
}
}
},
"detected_parts": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"raw_part_name",
"normalized_part_name",
"category_key",
"side",
"position",
"image_role",
"damage_type",
"damage_severity",
"confidence"
],
"properties": {
"raw_part_name": {
"type": "string"
},
"normalized_part_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"category_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"side": {
"type": "string",
"enum": [
"left",
"right",
"center",
"both",
"unknown",
"not_applicable"
]
},
"position": {
"type": "string",
"enum": [
"front",
"rear",
"side",
"upper",
"lower",
"interior",
"unknown"
]
},
"image_role": {
"type": "string",
"enum": [
"front",
"rear",
"left",
"right",
"extra",
"damage_detail",
"unknown"
]
},
"damage_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"damage_severity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}
}
},
"image_quality": {
"type": "object",
"additionalProperties": false,
"required": [
"front",
"rear",
"left",
"right"
],
"properties": {
"front": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"rear": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"left": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
},
"right": {
"type": "string",
"enum": [
"good",
"medium",
"poor",
"unknown"
]
}
}
},
"warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"questions_for_user": {
"type": "array",
"items": {
"type": "string"
}
},
"overall_confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"needs_user_confirmation": {
"type": "boolean"
}
}
},
"strict": true
},
"verbosity": "medium"
},
"tool_choice": "auto",
"tools": [],
"top_logprobs": 0,
"top_p": 1,
"truncation": "disabled",
"usage": {
"input_tokens": 10373,
"input_tokens_details": {
"cached_tokens": 0
},
"output_tokens": 337,
"output_tokens_details": {
"reasoning_tokens": 0
},
"total_tokens": 10710
},
"user": null,
"metadata": []
},
"ai_response": {
"vehicle": {
"top_candidate": {
"make": "Volkswagen",
"model": "Golf",
"generation": "Mk7",
"year_from": 2013,
"year_to": 2019,
"body_type": "hatchback",
"confidence": 0.90000000000000002220446049250313080847263336181640625
},
"candidates": [
{
"make": "Volkswagen",
"model": "Golf",
"generation": "Mk7",
"year_from": 2013,
"year_to": 2019,
"body_type": "hatchback",
"confidence": 0.90000000000000002220446049250313080847263336181640625
}
],
"needs_user_confirmation": true
},
"detected_parts": [
{
"raw_part_name": "rear fender left",
"normalized_part_name": "rear fender",
"category_key": "fender",
"side": "left",
"position": "side",
"image_role": "left",
"damage_type": "dent",
"damage_severity": "medium",
"confidence": 0.75
},
{
"raw_part_name": "rear bumper",
"normalized_part_name": "bumper",
"category_key": "bumper",
"side": "left",
"position": "rear",
"image_role": "rear",
"damage_type": "scratch",
"damage_severity": "medium",
"confidence": 0.8000000000000000444089209850062616169452667236328125
}
],
"image_quality": {
"front": "good",
"rear": "good",
"left": "good",
"right": "good"
},
"warnings": [
"Oštećenje je vidljivo na lijevoj stražnjoj strani vozila. Provjerite za potvrdu točne težine oštećenja i drugih eventualnih skrivenih oštećenja."
],
"questions_for_user": [
"Je li potrebna dodatna inspekcija stražnjeg lijevog blatobrana i stražnjeg branika?",
"Postoji li dodatno oštećenje koje nije jasno vidljivo na fotografijama?"
],
"overall_confidence": 0.8000000000000000444089209850062616169452667236328125,
"needs_user_confirmation": true
},
"parse_error": null
}
{
"session_id": "anon_d1b51d57c1327922404792ea",
"language_code": "hr",
"client_ip": "86.33.71.113",
"uploaded_image_roles": [
"front",
"rear",
"left",
"right",
"damage_detail"
],
"missing_image_roles": [],
"uploaded_count": 5,
"max_total_images": 10
}