Array
(
    [id] => chatcmpl-f0302e5033b660c8245c6a43
    [object] => chat.completion
    [created] => 1775900478
    [model] => claude-sonnet
    [choices] => Array
        (
            [0] => Array
                (
                    [index] => 0
                    [message] => Array
                        (
                            [role] => assistant
                            [content] => Hallo! Wie kann ich dir helfen? 😊
                        )

                    [finish_reason] => stop
                )

        )

    [usage] => Array
        (
            [prompt_tokens] => 11
            [completion_tokens] => 18
            [total_tokens] => 29
        )

    [mpm] => Array
        (
            [version] => 1.0.0
            [region] => eu-central-1
            [request_id] => req_dcea779b575fca33a026e102
            [timestamp] => 2026-04-11T09:41:18Z
            [cost] => 0.000333
            [cost_currency] => EUR
            [balance_after] => 101.07
            [provider] => AWS Bedrock EU
        )

)