{
  "model_details": {
    "provider": "",
    "model_requested": "gpt5mini",
    "model_for_requests": "gpt5mini",
    "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____gpt5mini__2026-02-24-01-18.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": 1200,
    "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": 1200,
        "sent_attempts": 1200,
        "accepted_attempts": 1200,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": 1,
        "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": 1200,
    "attempts_with_cached_token_signals": 1200,
    "cached_tokens_total_estimate": 0,
    "cache_read_tokens_total": 0,
    "cache_write_tokens_total": 0,
    "cache_token_fields_totals": {
      "usage.prompt_tokens_details.cached_tokens": 0
    },
    "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": 1200,
    "input_tokens_total": 630450,
    "cached_input_tokens_total": 0,
    "non_cached_input_tokens_total": 630450,
    "output_tokens_total": 1103497,
    "thinking_tokens_total": 977600,
    "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.05488333333333876,
    "mce": 0.4,
    "brier_score": 0.060602166666666665
  },
  "first_prompt_timestamp": "2026-02-24T00:18:27.101111Z",
  "last_prompt_timestamp": "2026-02-24T04:53:32.596661Z",
  "overall_time_seconds": 16505.49555,
  "overall_time_human": "4h 35m 05s",
  "truth_source": "output_csv_truth_column",
  "accuracy": 0.9175,
  "macro_precision": 0.600167105621651,
  "macro_recall": 0.6224637795399727,
  "macro_f1": 0.60854385058007,
  "per_label": {
    "plural": {
      "precision": 0.8123076923076923,
      "recall": 0.9635036496350365,
      "f1": 0.8814691151919867,
      "support": 274
    },
    "singular": {
      "precision": 0.9881936245572609,
      "recall": 0.9038876889848813,
      "f1": 0.9441624365482234,
      "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": 264,
      "singular": 10,
      "unclassified": 0
    },
    "singular": {
      "plural": 61,
      "singular": 837,
      "unclassified": 28
    },
    "unclassified": {
      "plural": 0,
      "singular": 0,
      "unclassified": 0
    }
  },
  "label_metrics_available": true,
  "estimated_cost_usd": 2.3646065,
  "pricing": {
    "status": "priced",
    "status_label": "priced",
    "provider_key": "openai",
    "matched_key": "gpt5mini",
    "resolved_key": "gpt-5-mini",
    "pricing_tier": "standard",
    "estimated_cost_usd": 2.3646065,
    "catalog_updated_at": "2026-05-27T15:36:49Z",
    "missing_buckets": []
  }
}
