{
  "model_details": {
    "provider": "",
    "model_requested": "deepseek-v3.2-thinking",
    "model_for_requests": "deepseek-v3.2-thinking",
    "api_base_url": "",
    "chat_completions_endpoint": ""
  },
  "run_config": {
    "task_name": "OE number",
    "prompt_layout": "standard",
    "task_description": "Determining  grammatical number (sg./pl.) in Old English nouns.",
    "tags": "Old English;morphology;number"
  },
  "source_input_csv": "",
  "source_output_csv": "data/output/OE_number____deepseekv32thinking__2026-02-21-02-26.csv",
  "source_labels_csv": "",
  "cache_padding": {
    "enabled": false,
    "target_shared_prefix_tokens": 0,
    "calibration_shared_prefix_tokens": null,
    "target_prompt_tokens": 0,
    "calibration_prompt_tokens": null,
    "calibration_example_id": null,
    "applied_padding_tokens_estimate": 0,
    "examples_with_padding_applied": 0
  },
  "request_control_summary": {
    "configured": {},
    "attempts_total": 0,
    "attempts_with_control_telemetry": 0,
    "per_control": {
      "reasoning_effort": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "thinking_level": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "effort": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "verbosity": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "prompt_cache_key": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "gemini_cached_content": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "requesty_auto_cache": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      }
    }
  },
  "usage_metadata_summary": {
    "attempts_total": 0,
    "attempts_with_usage_metadata": 0,
    "attempts_with_cached_token_signals": 0,
    "cached_tokens_total_estimate": 0,
    "cache_read_tokens_total": 0,
    "cache_write_tokens_total": 0,
    "cache_token_fields_totals": {},
    "attempts_with_gemini_cached_content_token_signals": 0,
    "gemini_cached_content_token_count_total": 0,
    "gemini_cached_content_token_fields_totals": {}
  },
  "token_usage_totals": {
    "attempts_total": 0,
    "attempts_with_token_usage": 1200,
    "attempts_with_output_tokens": 1200,
    "attempts_with_cached_input_tokens": 0,
    "attempts_with_thinking_tokens": 0,
    "input_tokens_total": 901045,
    "cached_input_tokens_total": 0,
    "non_cached_input_tokens_total": 901045,
    "output_tokens_total": 1586187,
    "thinking_tokens_total": 0,
    "output_tokens_definition": "total_tokens - prompt_tokens (or completion_tokens + thinking_tokens fallback)"
  },
  "mode": "metrics_only",
  "truth_label_count": 1200,
  "prediction_count": 1200,
  "evaluated_example_count": 1200,
  "calibration_metrics": {
    "available": true,
    "sample_count": 1200,
    "bin_count": 10,
    "ece": 0.03726666666665799,
    "mce": 0.3,
    "brier_score": 0.03291033333333333
  },
  "first_prompt_timestamp": "2026-02-21T01:26:38.907718Z",
  "last_prompt_timestamp": "2026-02-21T16:03:45.900446Z",
  "overall_time_seconds": 52626.992728,
  "overall_time_human": "14h 37m 07s",
  "truth_source": "output_csv_truth_column",
  "accuracy": 0.9633333333333334,
  "macro_precision": 0.6307748538011696,
  "macro_recall": 0.6379793266173742,
  "macro_f1": 0.6342385588026705,
  "per_label": {
    "plural": {
      "precision": 0.9087719298245615,
      "recall": 0.9452554744525548,
      "f1": 0.9266547406082292,
      "support": 274
    },
    "singular": {
      "precision": 0.9835526315789473,
      "recall": 0.968682505399568,
      "f1": 0.9760609357997824,
      "support": 926
    },
    "unclassified": {
      "precision": 0,
      "recall": 0,
      "f1": 0,
      "support": 0
    }
  },
  "labels": [
    "plural",
    "singular",
    "unclassified"
  ],
  "label_count": 3,
  "total_examples": 1200,
  "confusion_matrix": {
    "plural": {
      "plural": 259,
      "singular": 15,
      "unclassified": 0
    },
    "singular": {
      "plural": 26,
      "singular": 897,
      "unclassified": 3
    },
    "unclassified": {
      "plural": 0,
      "singular": 0,
      "unclassified": 0
    }
  },
  "label_metrics_available": true,
  "estimated_cost_usd": 0.91849114,
  "pricing": {
    "status": "priced",
    "status_label": "priced",
    "provider_key": "e-infra",
    "matched_key": "deepseekv32thinking",
    "resolved_key": "deepseek-v3.2-thinking",
    "pricing_tier": "standard",
    "estimated_cost_usd": 0.91849114,
    "catalog_updated_at": "2026-05-27T15:36:49Z",
    "missing_buckets": []
  }
}
