"id" => "gen-DfSYsQHZ7OmW19ekWU9AcuBwACIl"
"object" => "chat.completion"
"created" => 1711216672
"model" => "meta-llama/llama-2-70b-chat:nitro"
"choices" => array:1 [
  0 => array:3 [
    "index" => 0
    "message" => array:2 [
      "role" => "assistant"
      "content" => """
        {\n
          "type": "object",\n
          "title": "User",\n
          "properties": {\n
            "age": {\n
              "type": "integer"\n
            },\n
            "name": {\n
              "type": "string"\n
            },\n
            "username": {\n
              "type": "string"\n
            },\n
            "role": {\n
              "type": "string",\n
              "enum": [\n
                "Guest",\n
                "User",\n
                "Admin"\n
              ]\n
            },\n
            "hobbies": {\n
              "type": "array",\n
              "items": {\n
                "type": "string"\n
              },\n
              "description": "Correctly extract items of type: string"\n
            }\n
          },\n
          "required": [\n
            "age",\n
            "name",\n
            "username",\n
            "role",\n
            "hobbies"\n
          ]\n
        }
        """
    ]
    "finish_reason" => "stop"
  ]
]
"usage" => array:3 [
  "prompt_tokens" => 242
  "completion_tokens" => 233
  "total_tokens" => 475
]