"id" => "gen-bnTHC8NW7DyvR3fs6h7s8mhySKb6"
"object" => "chat.completion"
"created" => 1711215340
"model" => "anthropic/claude-3-haiku"
"choices" => array:1 [
  0 => array:3 [
    "index" => 0
    "message" => array:2 [
      "role" => "assistant"
      "content" => """
        ```json\n
        {\n
          "age": 25,\n
          "name": "Jason",\n
          "username": "@jxnlco",\n
          "role": "Admin",\n
          "hobbies": ["playing football", "reading books"]\n
        }\n
        ```
        """
    ]
    "finish_reason" => "end_turn"
  ]
]
"usage" => array:3 [
  "prompt_tokens" => 172
  "completion_tokens" => 62
  "total_tokens" => 234
]
