F1 Race Results Infographic

F1 Race Results Infographic — generated with GPT Image 2

What this prompt does: Produces a typography poster image using GPT Image 2. Style cues: cinematic, dramatic. Sourced from a verified fair-citation repository (呆大人) and reproduced here unchanged with full attribution per the source license.

Prompt
{
  "type": "sports infographic",
  "theme": "Formula 1 Race Results",
  "header": {
    "title": "LATEST F1 RACE RESULTS",
    "subtitle": "{argument name=\"grand prix name\" default=\"FORMULA 1 LENOVO JAPANESE GRAND PRIX 2026\"}"
  },
  "layout": {
    "sections": [
      {
        "title": "Track Map",
        "position": "top",
        "elements": [
          "circuit layout with 11 labeled corners",
          "Japanese flag",
          "track details text: {argument name=\"track name\" default=\"SUZUKA CIRCUIT\"} | 53 LAPS | MARCH 29, 2026"
        ]
      },
      {
        "title": "Podium",
        "position": "middle",
        "background": "Mount Fuji, cherry blossoms, neon radiating lines",
        "count": 3,
        "drivers": [
          {
            "position": "1st",
            "name": "{argument name=\"first place driver\" default=\"ANDREA KIMI ANTONELLI\"}",
            "team": "MERCEDES",
            "pose": "holding gold trophy, waving",
            "suit": "black"
          },
          {
            "position": "2nd",
            "name": "{argument name=\"second place driver\" default=\"OSCAR PIASTRI\"}",
            "team": "McLAREN",
            "pose": "hands on hips",
            "suit": "orange and black"
          },
          {
            "position": "3rd",
            "name": "{argument name=\"third place driver\" default=\"CHARLES LECLERC\"}",
            "team": "FERRARI",
            "pose": "standing straight",
            "suit": "red"
          }
        ]
      },
      {
        "title": "FULL RACE CLASSIFICATION",
        "position": "bottom-left",
        "count": 17,
        "description": "Table with 17 rows showing positions 4 through 20, including columns for POS, DRIVER, TEAM, GAP, and POINTS."
      },
      {
        "title": "KEY RACE STATS",
        "position": "bottom-right-top",
        "count": 5,
        "stats": [
          "POLE POSITION",
          "FASTEST LAP (purple background)",
          "DRIVER OF THE DAY",
          "TOTAL DISTANCE",
          "WINNER'S AVG SPEED"
        ]
      },
      {
        "title": "CHAMPIONSHIP STANDINGS UPDATE",
        "position": "bottom-right-bottom",
        "columns": 2,
        "lists": [
          "TOP DRIVERS (3 items)",
          "TOP TEAMS (3 items)"
        ]
      }
    ]
  }
}