{
  "model_details": {
    "provider": "",
    "model_requested": "gemini-3-flash-preview",
    "model_for_requests": "gemini-3-flash-preview",
    "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____gemini3flashpreview__2026-02-25-01-10.csv",
  "source_labels_csv": "",
  "cache_padding": {
    "enabled": true,
    "target_shared_prefix_tokens": 1200,
    "calibration_shared_prefix_tokens": 500,
    "target_prompt_tokens": 1200,
    "calibration_prompt_tokens": 500,
    "calibration_example_id": "wood-73",
    "applied_padding_tokens_estimate": 300,
    "examples_with_padding_applied": 26
  },
  "request_control_summary": {
    "configured": {},
    "attempts_total": 0,
    "attempts_with_control_telemetry": 1203,
    "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": 1175,
        "sent_attempts": 1175,
        "accepted_attempts": 1175,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": 1,
        "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": 1203,
    "attempts_with_cached_token_signals": 1175,
    "cached_tokens_total_estimate": 1240800,
    "cache_read_tokens_total": 1240800,
    "cache_write_tokens_total": 0,
    "cache_token_fields_totals": {
      "usage.prompt_tokens_details.cached_tokens": 1240800
    },
    "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": 1203,
    "attempts_with_output_tokens": 1203,
    "attempts_with_cached_input_tokens": 1175,
    "attempts_with_thinking_tokens": 0,
    "input_tokens_total": 1970213,
    "cached_input_tokens_total": 1240800,
    "non_cached_input_tokens_total": 729413,
    "output_tokens_total": 1044932,
    "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.011750000000003796,
    "mce": 0.18333333333333335,
    "brier_score": 0.017854166666666667
  },
  "first_prompt_timestamp": "2026-02-25T00:10:24.527172Z",
  "last_prompt_timestamp": "2026-02-25T10:22:54.933272Z",
  "overall_time_seconds": 36750.4061,
  "overall_time_human": "10h 12m 30s",
  "truth_source": "output_csv_truth_column",
  "accuracy": 0.9808333333333333,
  "macro_precision": 0.9782363030975684,
  "macro_recall": 0.9670232220838391,
  "macro_f1": 0.9724847195485102,
  "per_label": {
    "plural": {
      "precision": 0.9735849056603774,
      "recall": 0.9416058394160584,
      "f1": 0.9573283858998145,
      "support": 274
    },
    "singular": {
      "precision": 0.9828877005347594,
      "recall": 0.9924406047516199,
      "f1": 0.9876410531972059,
      "support": 926
    }
  },
  "labels": [
    "plural",
    "singular"
  ],
  "label_count": 2,
  "total_examples": 1200,
  "confusion_matrix": {
    "plural": {
      "plural": 258,
      "singular": 16
    },
    "singular": {
      "plural": 7,
      "singular": 919
    }
  },
  "label_metrics_available": true,
  "estimated_cost_usd": 3.5615425,
  "pricing": {
    "status": "priced",
    "status_label": "priced",
    "provider_key": "vertex",
    "matched_key": "gemini3flashpreview",
    "resolved_key": "gemini-3-flash-preview",
    "pricing_tier": "standard",
    "estimated_cost_usd": 3.5615425,
    "catalog_updated_at": "2026-05-27T15:36:49Z",
    "missing_buckets": []
  }
}
