test: small changes to the multitool

Kujtim Hoxha created

Change summary

providertests/common_test.go                                                                  |   2 
providertests/openrouter_test.go                                                              |   9 
providertests/testdata/TestAnthropicCommon/multi_tool_claude-sonnet-4.yaml                    |  10 
providertests/testdata/TestAnthropicCommon/multi_tool_streaming_claude-sonnet-4.yaml          |  43 
providertests/testdata/TestGoogleCommon/multi_tool_gemini-2.5-flash.yaml                      |  26 
providertests/testdata/TestGoogleCommon/multi_tool_gemini-2.5-pro.yaml                        |  11 
providertests/testdata/TestGoogleCommon/multi_tool_streaming_gemini-2.5-flash.yaml            |   8 
providertests/testdata/TestGoogleCommon/multi_tool_streaming_gemini-2.5-pro.yaml              |   2 
providertests/testdata/TestOpenAICommon/multi_tool_gpt-4o-mini.yaml                           |  20 
providertests/testdata/TestOpenAICommon/multi_tool_gpt-4o.yaml                                |  20 
providertests/testdata/TestOpenAICommon/multi_tool_gpt-5.yaml                                 |  24 
providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-4o-mini.yaml                 |  28 
providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-4o.yaml                      |  28 
providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-5.yaml                       |  28 
providertests/testdata/TestOpenRouterCommon/multi_tool_claude-sonnet-4.yaml                   |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_deepseek-chat-v3.1-free.yaml           |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_gemini-2.0-flash.yaml                  |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_gemini-2.5-flash.yaml                  |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_glm-4.5.yaml                           |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_gpt-5.yaml                             |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_grok-4-fast-free.yaml                  |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_grok-code-fast-1.yaml                  |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_kimi-k2.yaml                           |   4 
providertests/testdata/TestOpenRouterCommon/multi_tool_qwen3-235b-a22b-2507.yaml              |  26 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_claude-sonnet-4.yaml         |  44 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_deepseek-chat-v3.1-free.yaml |  32 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gemini-2.0-flash.yaml        |   6 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gemini-2.5-flash.yaml        |   6 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_glm-4.5.yaml                 | 204 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gpt-5.yaml                   | 215 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-4-fast-free.yaml        | 408 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-code-fast-1.yaml        | 694 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_kimi-k2.yaml                 |  82 
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_qwen3-235b-a22b-2507.yaml    |  53 
providertests/testdata/TestOpenRouterCommon/simple_qwen3-235b-a22b-2507.yaml                  |  33 
providertests/testdata/TestOpenRouterCommon/simple_streaming_qwen3-235b-a22b-2507.yaml        |  44 
providertests/testdata/TestOpenRouterCommon/tool_qwen3-235b-a22b-2507.yaml                    |  26 
providertests/testdata/TestOpenRouterCommon/tool_streaming_qwen3-235b-a22b-2507.yaml          | 151 
38 files changed, 1,066 insertions(+), 1,253 deletions(-)

Detailed changes

providertests/common_test.go 🔗

@@ -199,7 +199,7 @@ func testMultiTool(t *testing.T, pair builderPair) {
 
 		agent := ai.NewAgent(
 			languageModel,
-			ai.WithSystemPrompt("You are a helpful assistant. Always use both add and multiply at the same time."),
+			ai.WithSystemPrompt("You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."),
 			ai.WithTools(addTool),
 			ai.WithTools(multiplyTool),
 		)

providertests/openrouter_test.go 🔗

@@ -20,6 +20,7 @@ func TestOpenRouterCommon(t *testing.T) {
 		{"gemini-2.5-flash", builderOpenRouterGemini25Flash, nil},
 		{"gemini-2.0-flash", builderOpenRouterGemini20Flash, nil},
 		{"deepseek-chat-v3.1-free", builderOpenRouterDeepseekV31Free, nil},
+		{"qwen3-235b-a22b-2507", builderOpenRouterQwen3Instruct, nil},
 		{"gpt-5", builderOpenRouterGPT5, nil},
 		{"glm-4.5", builderOpenRouterGLM45, nil},
 	})
@@ -121,3 +122,11 @@ func builderOpenRouterGLM45(r *recorder.Recorder) (ai.LanguageModel, error) {
 	)
 	return provider.LanguageModel("z-ai/glm-4.5")
 }
+
+func builderOpenRouterQwen3Instruct(r *recorder.Recorder) (ai.LanguageModel, error) {
+	provider := openrouter.New(
+		openrouter.WithAPIKey(os.Getenv("OPENROUTER_API_KEY")),
+		openrouter.WithHTTPClient(&http.Client{Transport: r}),
+	)
+	return provider.LanguageModel("qwen/qwen3-235b-a22b-2507")
+}

providertests/testdata/TestAnthropicCommon/multi_tool_claude-sonnet-4.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 798
+        content_length: 815
         host: ""
-        body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Add and multiply the number 2 and 3","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time.","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers"},{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers"}]}'
+        body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Add and multiply the number 2 and 3","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers"},{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers"}]}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true
-        body: '{"id":"msg_013DyADL2b8gwq4uwov9GxR5","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"I''ll add and multiply 2 and 3 for you."},{"type":"tool_use","id":"toolu_01YZNn6ySZTtThrtxiT2abfn","name":"add","input":{"a":2,"b":3}},{"type":"tool_use","id":"toolu_01ASXi6vdP7BAesefAvRidof","name":"multiply","input":{"a":2,"b":3}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":135,"service_tier":"standard"}}'
+        body: '{"id":"msg_01A5PGN4ueCUhzDB6xbU36up","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"I''ll add and multiply the numbers 2 and 3 for you."},{"type":"tool_use","id":"toolu_01VKhsyaKnZywCbVZ9pHYwWW","name":"add","input":{"a":2,"b":3}},{"type":"tool_use","id":"toolu_013ZmfmY7mBZm9anqQt9jqdu","name":"multiply","input":{"a":2,"b":3}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":507,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":137,"service_tier":"standard"}}'
         headers:
             Content-Type:
               - application/json
         status: 200 OK
         code: 200
-        duration: 3.89495125s
+        duration: 3.283630333s
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1332
+        content_length: 1361
         host: ""

providertests/testdata/TestAnthropicCommon/multi_tool_streaming_claude-sonnet-4.yaml 🔗

@@ -25,77 +25,80 @@ interactions:
         content_length: -1
         body: |+
             event: message_start
-            data: {"type":"message_start","message":{"id":"msg_0187V18q2Hm2atsKZf2PT1JR","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":4,"service_tier":"standard"}} }
+            data: {"type":"message_start","message":{"id":"msg_01D33E4JF3ZwZD2HqkXkwbQS","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":4,"service_tier":"standard"}}     }
 
             event: content_block_start
             data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""}              }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"I'll add an"}             }
+            data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"I'll add an"}              }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"d multiply the numbers 2 and 3 for"}}
+            data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"d multiply the numbers 2 and 3 for"} }
 
             event: ping
             data: {"type": "ping"}
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" you."}   }
+            data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" you."}              }
 
             event: content_block_stop
-            data: {"type":"content_block_stop","index":0              }
+            data: {"type":"content_block_stop","index":0}
 
             event: content_block_start
-            data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01XmAjSozdWpZr5YL5qMH9La","name":"add","input":{}}              }
+            data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01HLPoXK6LHqHMYKpzUEJBAp","name":"add","input":{}}        }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""}             }
+            data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""}   }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\"a\":"}         }
+            data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\""}    }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":" 2"} }
+            data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"a\": 2"}       }
 
             event: content_block_delta
             data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":", \"b\": 3}"}      }
 
             event: content_block_stop
-            data: {"type":"content_block_stop","index":1              }
+            data: {"type":"content_block_stop","index":1               }
 
             event: content_block_start
-            data: {"type":"content_block_start","index":2,"content_block":{"type":"tool_use","id":"toolu_01C3hLiMRwSQPofrTZnX42En","name":"multiply","input":{}}           }
+            data: {"type":"content_block_start","index":2,"content_block":{"type":"tool_use","id":"toolu_019bwqS1UvTVa3NPdJAdu2zD","name":"multiply","input":{}}             }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":""}           }
+            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":""}   }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"{\"a\":"}  }
+            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"{\""}     }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" 2"}     }
+            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"a\": 2"}            }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":", \"b\""}   }
+            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":", "}            }
 
             event: content_block_delta
-            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":": 3}"} }
+            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"\"b\""}               }
+
+            event: content_block_delta
+            data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":": 3}"}               }
 
             event: content_block_stop
-            data: {"type":"content_block_stop","index":2            }
+            data: {"type":"content_block_stop","index":2 }
 
             event: message_delta
-            data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":137}            }
+            data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":137}             }
 
             event: message_stop
-            data: {"type":"message_stop"     }
+            data: {"type":"message_stop"}
 
         headers:
             Content-Type:
               - text/event-stream; charset=utf-8
         status: 200 OK
         code: 200
-        duration: 1.001479417s
+        duration: 1.250113459s
   - id: 1
     request:
         proto: HTTP/1.1
@@ -103,7 +106,7 @@ interactions:
         proto_minor: 1
         content_length: 1358
         host: ""

providertests/testdata/TestGoogleCommon/multi_tool_gemini-2.5-flash.yaml 🔗

@@ -6,15 +6,15 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 809
+        content_length: 826
         host: generativelanguage.googleapis.com
         body: |
-            {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
+            {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
         headers:
             Content-Type:
               - application/json
             User-Agent:
-              - google-genai-sdk/1.23.0 gl-go/go1.25.1
+              - google-genai-sdk/1.23.0 gl-go/go1.25.0
         url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
         method: POST
     response:
@@ -37,14 +37,14 @@ interactions:
                             "b": 3
                           }
                         },
-                        "thoughtSignature": "Cr4BAdHtim+cc4R/lZZLTviErIzS7PH5kRUo4UoV6HmeP9hVsd+EF2Q8ETzs2R7kYsXQJdQGwwNdgZiJDzl3lacLJGCY83hhVDlAa8WNRPC+xpZ6MvH2CbaV0MXk5kMmRwEmpzh/RkodNQ0EsSevnTJWpQ1oQxL8clBDKGAP+Xj4EeIXqdVoYK/b1bLl1kAn6CuDhQyWsP2F2A5fNR57Yg8qtAC3qniCWsvOQo8ol8kp2HH1buVko0MhE0bBGZg7Eg=="
+                        "thoughtSignature": "CuYBAdHtim9rsfRQFdQvezJa9hybeS9Hbi7bCm6R0f1RrO3gH+kpR/PEFVIR9twUVPONUMwIRRSJgUJ4UtrMg1ACXXEiZjKaJarbC8AuG/5byPzjYLvPjV5YVDGM6mriHehMAYqflRhgM/zORfz+4KjUfIHViu/YAKk6tBA0lC+YxEd2P+nTHNkzqo9nNI8k7nmgeuvthN90CWOHbPRupskZQZGx6CoK9iebXJOcvBNOPE02xeXHswIeWmzNQDkwsIxrclZquklsdmBhuhQ6V2FWy0ALFLPQ0RpIcY+/Jq44E786PfvCS7E="
                       },
                       {
                         "functionCall": {
                           "name": "multiply",
                           "args": {
-                            "b": 3,
-                            "a": 2
+                            "a": 2,
+                            "b": 3
                           }
                         }
                       }
@@ -56,40 +56,40 @@ interactions:
                 }
               ],
               "usageMetadata": {
-                "promptTokenCount": 121,
+                "promptTokenCount": 125,
                 "candidatesTokenCount": 36,
-                "totalTokenCount": 196,
+                "totalTokenCount": 212,
                 "promptTokensDetails": [
                   {
                     "modality": "TEXT",
-                    "tokenCount": 121
+                    "tokenCount": 125
                   }
                 ],
-                "thoughtsTokenCount": 39
+                "thoughtsTokenCount": 51
               },
               "modelVersion": "gemini-2.5-flash",
-              "responseId": "X9XSaI6dKcy0vdIPx7qMAQ"
+              "responseId": "_8zTaL7cFdqCvdIPo9vr-Q4"
             }
         headers:
             Content-Type:
               - application/json; charset=UTF-8
         status: 200 OK
         code: 200
-        duration: 868.600833ms
+        duration: 1.198658s
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1156
+        content_length: 1173
         host: generativelanguage.googleapis.com
         body: |

providertests/testdata/TestGoogleCommon/multi_tool_gemini-2.5-pro.yaml 🔗

@@ -6,15 +6,15 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 809
+        content_length: 826
         host: generativelanguage.googleapis.com
         body: |
-            {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
+            {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
         headers:
             Content-Type:
               - application/json
             User-Agent:
-              - google-genai-sdk/1.23.0 gl-go/go1.25.1
+              - google-genai-sdk/1.23.0 gl-go/go1.25.0
         url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
         method: POST
     response:
@@ -33,11 +33,11 @@ interactions:
                         "functionCall": {
                           "name": "add",
                           "args": {
-                            "b": 3,
-                            "a": 2
+                            "a": 2,
+                            "b": 3
                           }
                         },
-                        "thoughtSignature": "CvAEAdHtim/2ef1jh8ZO4NSTOv4dXIwLikxDXe8Ro2kEJe7fBF1Ld1CgmVbNeXTZM6GbyyR/i/h4PwW1K6h7FVR+iXt/SUeEqxpcSaVbTLqb0qZEZafWTZGACKh7YQXo3RgvUWLpMhaU0geEtvTYgEGfvCNdqMpJ9cWRGGAWsOLbo6Fht51RGOTTrJ3YtR7Tvkuky99o1eomQnat/o0JLRdOOr4wEpLKveVOM8ZqVsr8f3rKirOK1cLmeKkM4CRsXO5UnvFzAwlYjMLCx+/l4jWWXBZgQo8A+oa9ZEndYBcmPWmI2V0xwfavRFL9zSE/dhOHVdtceebbbashVHCbOZOJt4ZadvDUr7JP1kXqSEKMPyqiZZ2tPrs4+6Ox1TFIpc2bXPNcUV3DohoN8QvM9iI1+bmDcYoR1JSKsFmQc0VnLZ7IherjoJsy/shZYmAO54hSmMb9U3YM0Whs7ba47+eQlsccv8teNjCksDj0nERGPuedk+Nsmk+vdudmgQNIIVMovaXaS4cvNT2eElUlPRcjpYm/9etxMgFJWP6bwRyVgUFL4AmKjiEYFeks7T7iXblGacLp5RArO2Dbd/R0oc/mN6LUaO27dpnbZoZqFKDMoI2EztI9EboXw6uxTKsyr8Sa/eGCrVgy1c7C4gswi6kVSwxmIQ+6R10OeAQqwFWn1D302UpaQQIdedmKU9EnxRXE4DTy64A7ND0iwVaOucijKPco/lhNSkxZ51frodeIo534wwguW1gj9cbsisBMi2Ac6snXifQIyxa7HLlbZEQT/w4dOdkzEys6jZpndOLUtIFkOMIAkzw+CBC8VvoMvMPD"

providertests/testdata/TestGoogleCommon/multi_tool_streaming_gemini-2.5-flash.yaml 🔗

@@ -17,7 +17,7 @@ interactions:
             Content-Type:
               - application/json
             User-Agent:
-              - google-genai-sdk/1.23.0 gl-go/go1.25.1
+              - google-genai-sdk/1.23.0 gl-go/go1.25.0
         url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
         method: POST
     response:
@@ -25,13 +25,13 @@ interactions:
         proto_major: 2
         proto_minor: 0
         content_length: -1
-        body: "data: {\"candidates\": [{\"content\": {\"parts\": [{\"functionCall\": {\"name\": \"add\",\"args\": {\"a\": 2,\"b\": 3}},\"thoughtSignature\": \"CiQB0e2Kb5E4OKCjT4VbQFskqctTHECXFCFdGLgtecb7MATYuf0KYwHR7YpvQnkPjihUHBTCrEWPMUSb693t60aNSBxzH3hsLILr/4CMENrVt4/Ozv9/FJAaYeleQ+NgcgmZGjDhvi4NkYF2+xHMwQxg4Ttvug7TSfjXbPmFqbAfvZ0vdtpyZNCZXwp2AdHtim8HBUjRxC/09SLxzygTNmatbBIMu/fYEdX2fZUQvNxneovtPMAg0cT/FZb7Fwb+YHzkRRoR0ua3rwTvz1E3CuH2+uqGK6i4iJGnB06TJMEFL1rdspnIX8YCKta1xQ5OZ9nwpjJ7c/7KY+QJJWUsp3k6qA==\"},{\"functionCall\": {\"name\": \"multiply\",\"args\": {\"b\": 3,\"a\": 2}}}],\"role\": \"model\"},\"finishReason\": \"STOP\",\"index\": 0}],\"usageMetadata\": {\"promptTokenCount\": 121,\"candidatesTokenCount\": 36,\"totalTokenCount\": 195,\"promptTokensDetails\": [{\"modality\": \"TEXT\",\"tokenCount\": 121}],\"thoughtsTokenCount\": 38},\"modelVersion\": \"gemini-2.5-flash\",\"responseId\": \"YdXSaPvvCvasvdIPrPSs8A8\"}\r\n\r\n"
+        body: "data: {\"candidates\": [{\"content\": {\"parts\": [{\"functionCall\": {\"name\": \"add\",\"args\": {\"b\": 3,\"a\": 2}},\"thoughtSignature\": \"CiQB0e2Kb/wg59SA5uNwIlSCkT0nL8gdHYpZ9oUpLnPNjqyjICUKXQHR7YpvEa+6eoL/N/ee31Y5PG8pFwnd+2qMWxaquObYNwoKe1uNyoRmMUMUM9RZIe01BFEw8cPBQWBD3fHk87Q0UwDCAHMqT2LTyAeKLfA36r5TdqDeQa4zwupd0gp/AdHtim8E82VBvD479xod0wMoMC8MW0XSVUjJ6GoByclizl4sNX4ZJPLassbuijZTuKAkwR5ALOeamC1/Kz4ILzQpeGEdW2uOT/XGWbm6c75q8j17AO9yEJAvLBD7OF0JVA+0gXHguBjYxMj2lHjyPQwgUDjSsMUlKQc0QRAk6g==\"},{\"functionCall\": {\"name\": \"multiply\",\"args\": {\"a\": 2,\"b\": 3}}}],\"role\": \"model\"},\"finishReason\": \"STOP\",\"index\": 0}],\"usageMetadata\": {\"promptTokenCount\": 121,\"candidatesTokenCount\": 36,\"totalTokenCount\": 196,\"promptTokensDetails\": [{\"modality\": \"TEXT\",\"tokenCount\": 121}],\"thoughtsTokenCount\": 39},\"modelVersion\": \"gemini-2.5-flash\",\"responseId\": \"AM3TaLHIGceDvdIPrKrO8QI\"}\r\n\r\n"
         headers:
             Content-Type:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 598.797416ms
+        duration: 815.9645ms
   - id: 1
     request:
         proto: HTTP/1.1
@@ -48,7 +48,7 @@ interactions:
             Content-Type:
               - application/json
             User-Agent:
-              - google-genai-sdk/1.23.0 gl-go/go1.25.1
+              - google-genai-sdk/1.23.0 gl-go/go1.25.0
         url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
         method: POST
     response:
@@ -56,10 +56,10 @@ interactions:
         proto_major: 2
         proto_minor: 0
         content_length: -1

providertests/testdata/TestGoogleCommon/multi_tool_streaming_gemini-2.5-pro.yaml 🔗

@@ -17,7 +17,7 @@ interactions:
             Content-Type:
               - application/json
             User-Agent:
-              - google-genai-sdk/1.23.0 gl-go/go1.25.1
+              - google-genai-sdk/1.23.0 gl-go/go1.25.0
         url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
         method: POST
     response:
@@ -25,13 +25,13 @@ interactions:
         proto_major: 2
         proto_minor: 0
         content_length: -1

providertests/testdata/TestOpenAICommon/multi_tool_gpt-4o-mini.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 799
+        content_length: 816
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
         headers:
             Accept:
               - application/json
@@ -26,9 +26,9 @@ interactions:
         uncompressed: true
         body: |
             {
-              "id": "chatcmpl-CJ0tEeBsiJrcCok70gEzlNzmL8vYx",
+              "id": "chatcmpl-CJHNMiBU5lXyiDpJ3Yf1X8o8Crw80",
               "object": "chat.completion",
-              "created": 1758647688,
+              "created": 1758711060,
               "model": "gpt-4o-mini-2024-07-18",
               "choices": [
                 {
@@ -38,7 +38,7 @@ interactions:
                     "content": null,
                     "tool_calls": [
                       {
-                        "id": "call_IuNta21HfV8XZ4sGOz1xX6s0",
+                        "id": "call_fHc6yzovqB6JPczldIdg7r7Z",
                         "type": "function",
                         "function": {
                           "name": "add",
@@ -46,7 +46,7 @@ interactions:
                         }
                       },
                       {
-                        "id": "call_KVjSGunOLjNXLkrMpvLxMu9u",
+                        "id": "call_zumf4AvQJr4cmTe48gOOC24l",
                         "type": "function",
                         "function": {
                           "name": "multiply",
@@ -62,9 +62,9 @@ interactions:
                 }
               ],
               "usage": {
-                "prompt_tokens": 106,
+                "prompt_tokens": 110,
                 "completion_tokens": 50,
-                "total_tokens": 156,
+                "total_tokens": 160,
                 "prompt_tokens_details": {
                   "cached_tokens": 0,
                   "audio_tokens": 0
@@ -84,15 +84,15 @@ interactions:
               - application/json
         status: 200 OK
         code: 200
-        duration: 2.610235s
+        duration: 2.228339708s
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1230
+        content_length: 1247
         host: ""

providertests/testdata/TestOpenAICommon/multi_tool_gpt-4o.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 794
+        content_length: 811
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
         headers:
             Accept:
               - application/json
@@ -26,9 +26,9 @@ interactions:
         uncompressed: true
         body: |
             {
-              "id": "chatcmpl-CJ0t5GEkpC4J8lWcgG3S3FTg4kEUw",
+              "id": "chatcmpl-CJHNH2dXxKGldjJny0ACqmVenq9rg",
               "object": "chat.completion",
-              "created": 1758647679,
+              "created": 1758711055,
               "model": "gpt-4o-2024-08-06",
               "choices": [
                 {
@@ -38,7 +38,7 @@ interactions:
                     "content": null,
                     "tool_calls": [
                       {
-                        "id": "call_SyTwOtPIqGPjiZoULQYimQkl",
+                        "id": "call_5fM1APgtF5q2WlnOX53JkAME",
                         "type": "function",
                         "function": {
                           "name": "add",
@@ -46,7 +46,7 @@ interactions:
                         }
                       },
                       {
-                        "id": "call_dWNYAaqowSo1vI3YIjpFAwHp",
+                        "id": "call_Q3SOAToCdGA6MSA6uBRRNe6u",
                         "type": "function",
                         "function": {
                           "name": "multiply",
@@ -62,9 +62,9 @@ interactions:
                 }
               ],
               "usage": {
-                "prompt_tokens": 106,
+                "prompt_tokens": 110,
                 "completion_tokens": 50,
-                "total_tokens": 156,
+                "total_tokens": 160,
                 "prompt_tokens_details": {
                   "cached_tokens": 0,
                   "audio_tokens": 0
@@ -84,15 +84,15 @@ interactions:
               - application/json
         status: 200 OK
         code: 200
-        duration: 945.390333ms
+        duration: 1.433327375s
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1225
+        content_length: 1242
         host: ""

providertests/testdata/TestOpenAICommon/multi_tool_gpt-5.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 804
+        content_length: 821
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
         headers:
             Accept:
               - application/json
@@ -26,9 +26,9 @@ interactions:
         uncompressed: true
         body: |
             {
-              "id": "chatcmpl-CJ0tchUwNad6KkHQ8EvUT3IOQeVrI",
+              "id": "chatcmpl-CJHNWTrpQnOjtZob48FeSHWZTT8J8",
               "object": "chat.completion",
-              "created": 1758647712,
+              "created": 1758711070,
               "model": "gpt-5-2025-08-07",
               "choices": [
                 {
@@ -38,7 +38,7 @@ interactions:
                     "content": null,
                     "tool_calls": [
                       {
-                        "id": "call_AJvaByHRmrdY8F8ahTfyEuwt",
+                        "id": "call_ucYrrss6ETc3YnQdA7grAXuZ",
                         "type": "function",
                         "function": {
                           "name": "add",
@@ -46,7 +46,7 @@ interactions:
                         }
                       },
                       {
-                        "id": "call_YZPAky6rN2y6wFVa8dFpv8bS",
+                        "id": "call_KZuPmn3DhLp34eU3WPV6d2BC",
                         "type": "function",
                         "function": {
                           "name": "multiply",
@@ -61,15 +61,15 @@ interactions:
                 }
               ],
               "usage": {
-                "prompt_tokens": 190,
-                "completion_tokens": 315,
-                "total_tokens": 505,
+                "prompt_tokens": 194,
+                "completion_tokens": 251,
+                "total_tokens": 445,
                 "prompt_tokens_details": {
                   "cached_tokens": 0,
                   "audio_tokens": 0
                 },
                 "completion_tokens_details": {
-                  "reasoning_tokens": 256,
+                  "reasoning_tokens": 192,
                   "audio_tokens": 0,
                   "accepted_prediction_tokens": 0,
                   "rejected_prediction_tokens": 0
@@ -83,15 +83,15 @@ interactions:
               - application/json
         status: 200 OK
         code: 200
-        duration: 4.623959125s
+        duration: 3.828985s
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1235
+        content_length: 1252
         host: ""

providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-4o-mini.yaml 🔗

@@ -24,31 +24,31 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"SoU4qb"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"AGF69X"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_jkkFAJnsPgeuEXqRmh2NmIna","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"ePDqXVoESY1Tc"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_Q8W7KkmxptZBWk2s8xnxXFPl","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"gDqy4r3lDGMcp"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"tiGL9aWnzPn"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"KZL31nAvGw8"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"u7nRrcON6AyP"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"M0uQRhXNw4Og"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"ixzC46ubw"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"BVCZ4J0NW"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_vNaooQUOTpYbLfI21M7KDdO8","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"TMfEGedN"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_MwOxFdo6JUxCF0V8ziIw4t16","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"vCM8d8a2"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"77TxcnMfqPT"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"7HuPrKzBsyx"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"7lYVPr77JJ2t"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"U6AGBkK548Ar"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"VBpxJCMFB"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"pbPCaWWZj"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"QcdFHMZq8lKk9EQ"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"GNJrdQwrAVZCmAT"}
 
-            data: {"id":"chatcmpl-CJ0tHVHEl3lIe2EokHvXwIgQS66p4","object":"chat.completion.chunk","created":1758647691,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"JtZHEabj"}
+            data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"h61nnl4a"}
 
             data: [DONE]
 
@@ -57,7 +57,7 @@ interactions:
               - text/event-stream; charset=utf-8
         status: 200 OK
         code: 200
-        duration: 1.67145325s
+        duration: 3.485648416s
   - id: 1
     request:
         proto: HTTP/1.1
@@ -65,7 +65,7 @@ interactions:
         proto_minor: 1
         content_length: 1284
         host: ""

providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-4o.yaml 🔗

@@ -24,31 +24,31 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"rZrKTLuaM3M"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"gYycE8bGxRs"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_we49ixAiJiXtgOjX53hUNsWh","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"xC"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_YB2z7czj8CpHqvM2JH3sZuyT","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"Uq"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"s"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"K"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"86lv6E0lmuGNjz"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"plXnocT9VWPw3G"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"FrLtX"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"OVang"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_eD7lMai9kbcUCwMSMVjUlZ3T","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"uMHWC2JgrOs0S"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_o69r4fxpWyrEKXCkOcYC32hd","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"l7zORJPGaICXA"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"8"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"h"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"1Wrmr2yk0U8VVN"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"pX7N3rSbpyQcGX"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"1QpiI"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"G8XJB"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"qrCP"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"ImsR"}
 
-            data: {"id":"chatcmpl-CJ0t8wpMovl963ZFdkn54mrweOWnn","object":"chat.completion.chunk","created":1758647682,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"iRO6qrkatl8EM"}
+            data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"CdpdwAcRMFvAY"}
 
             data: [DONE]
 
@@ -57,7 +57,7 @@ interactions:
               - text/event-stream; charset=utf-8
         status: 200 OK
         code: 200
-        duration: 1.6431095s
+        duration: 1.794241833s
   - id: 1
     request:
         proto: HTTP/1.1
@@ -65,7 +65,7 @@ interactions:
         proto_minor: 1
         content_length: 1279
         host: ""

providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-5.yaml 🔗

@@ -24,31 +24,31 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"finish_reason":null}],"obfuscation":"km7Grds"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"finish_reason":null}],"obfuscation":"tRr4MWV"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_LhPyB94mYobHVZ8vmXMPXkNq","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null}],"obfuscation":"Si4eoFcHEyKfaY"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_uGZIZgYV239LH2BcgCVoEX1C","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null}],"obfuscation":"ZijLcnJH6qBQG4"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"b6S4Y8B7WWgc"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"x89cjweiNHyn"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"CL9dblOJFBp4h"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"bPpGfQFTOYaqY"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"57iKH8Ot4E"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"2Qef6EI9eu"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"F"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"k"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_WIQB4Obh8PH2URd87v1AujZk","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null}],"obfuscation":"reX6nET1B"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_GIiXnK6epwIL2fkBJxqtDsnr","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null}],"obfuscation":"QozeMJq2T"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"Rw71Xfho3jnc"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"L0Qg8AHu9J2C"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"RUeTmIcp8tTUV"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"zZNXPzgpljO24"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"fPhRBnL1V0"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"UXTHjsPVuC"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"I"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"J"}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""}
 
-            data: {"id":"chatcmpl-CJ0tifk5FC2DwlB6VneFqF0Yna04m","object":"chat.completion.chunk","created":1758647718,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":190,"completion_tokens":187,"total_tokens":377,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":128,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"zsdmTK"}
+            data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":190,"completion_tokens":315,"total_tokens":505,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":256,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"QNTmkP"}
 
             data: [DONE]
 
@@ -57,7 +57,7 @@ interactions:
               - text/event-stream; charset=utf-8
         status: 200 OK
         code: 200
-        duration: 3.60880975s
+        duration: 4.013523333s
   - id: 1
     request:
         proto: HTTP/1.1
@@ -65,7 +65,7 @@ interactions:
         proto_minor: 1
         content_length: 1289
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_claude-sonnet-4.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 838
+        content_length: 855
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_deepseek-chat-v3.1-free.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 845
+        content_length: 862
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_gemini-2.0-flash.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 840
+        content_length: 857
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_gemini-2.5-flash.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 836
+        content_length: 853
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_glm-4.5.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 825
+        content_length: 842
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_gpt-5.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 836
+        content_length: 853
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_grok-4-fast-free.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 834
+        content_length: 851
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_grok-code-fast-1.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 834
+        content_length: 851
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_kimi-k2.yaml 🔗

@@ -6,9 +6,9 @@ interactions:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 836
+        content_length: 853
         host: ""
-        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
         headers:
             Accept:
               - application/json
@@ -24,21 +24,21 @@ interactions:
         proto_minor: 0
         content_length: -1
         uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_qwen3-235b-a22b-2507.yaml 🔗

@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+  - id: 0
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 855
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        uncompressed: true

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_claude-sonnet-4.yaml 🔗

@@ -24,43 +24,47 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll add an","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll add an","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"d multiply the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"d multiply the numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers 2 and 3 for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2 and 3 for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01DggK8Fb3WN547SkYe2SETF","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01Gd4wT9QPhkpPB6zkNLCkaj","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"a\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"a\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":", \"b\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_019WGJzs15v8WdzV8Eb89Ltc","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01AR68sZeZk9EHztGXwsQNGd","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{\"a\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{\"a\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":" 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709915-77KfZLZMAktDJNBi48QY","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709915,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+            data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -69,7 +73,7 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 1.839061s
+        duration: 2.526253917s
   - id: 1
     request:
         proto: HTTP/1.1
@@ -77,7 +81,7 @@ interactions:
         proto_minor: 1
         content_length: 1410
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_deepseek-chat-v3.1-free.yaml 🔗

@@ -24,33 +24,33 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":" and multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" and multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":" simultaneously for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" for you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_0746","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_a90d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_2d55","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_e370","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
 
-            data: {"id":"gen-1758709976-fGaJEF1Ts20pnf1WfLHd","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709976,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":250,"completion_tokens":52,"total_tokens":302,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+            data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":250,"completion_tokens":51,"total_tokens":301,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -59,15 +59,15 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 857.035125ms
+        duration: 817.904583ms
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1328
+        content_length: 1313
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gemini-2.0-flash.yaml 🔗

@@ -24,9 +24,9 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709949-Jrfip9PNq2gmUbfd290T","provider":"Google","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709949,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_kM776wR9n8RFAaTIVrUZ","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}},{"index":1,"id":"tool_1_multiply_j6xBsBDWWsMKmTQQlIrS","type":"function","function":{"name":"multiply","arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
+            data: {"id":"gen-1758711127-YkQltErQCppBW4EPbztY","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758711127,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_Xx7CTt77LOuXCeqn65CJ","type":"function","function":{"name":"add","arguments":"{\"b\":3,\"a\":2}"}},{"index":1,"id":"tool_1_multiply_h7WIM2aqN2mmQm5L0Pel","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
 
-            data: {"id":"gen-1758709949-Jrfip9PNq2gmUbfd290T","provider":"Google","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709949,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.00001455,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00000855,"upstream_inference_completions_cost":0.000006},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+            data: {"id":"gen-1758711127-YkQltErQCppBW4EPbztY","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758711127,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000097,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000057,"upstream_inference_completions_cost":0.000004},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -35,7 +35,7 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 1.501293708s
+        duration: 960.158666ms
   - id: 1
     request:
         proto: HTTP/1.1
@@ -43,7 +43,7 @@ interactions:
         proto_minor: 1
         content_length: 1337
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gemini-2.5-flash.yaml 🔗

@@ -24,9 +24,9 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709941-wUZ3Js3vHrXl2SUI32XZ","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709941,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_eyyV4RxUnSVtn1uekr0y","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}},{"index":1,"id":"tool_1_multiply_J7MkYXQJ41WhyQi3YALT","type":"function","function":{"name":"multiply","arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
+            data: {"id":"gen-1758711123-SCstvAEkjnq3uSjutINq","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758711123,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_5fYLTchpiecMzp0E3MuT","type":"function","function":{"name":"add","arguments":"{\"b\":3,\"a\":2}"}},{"index":1,"id":"tool_1_multiply_tabgjgUGjQdjG55TfoRe","type":"function","function":{"name":"multiply","arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
 
-            data: {"id":"gen-1758709941-wUZ3Js3vHrXl2SUI32XZ","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709941,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000421,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.000025},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+            data: {"id":"gen-1758711123-SCstvAEkjnq3uSjutINq","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758711123,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000421,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.000025},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -35,7 +35,7 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 1.075844333s
+        duration: 799.677125ms
   - id: 1
     request:
         proto: HTTP/1.1
@@ -43,7 +43,7 @@ interactions:
         proto_minor: 1
         content_length: 1333
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_glm-4.5.yaml 🔗

@@ -24,207 +24,199 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wants","reasoning_details":[{"type":"reasoning.text","text":" wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" same","reasoning_details":[{"type":"reasoning.text","text":" same","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" instructed","reasoning_details":[{"type":"reasoning.text","text":" instructed","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" (","reasoning_details":[{"type":"reasoning.text","text":" (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Let","reasoning_details":[{"type":"reasoning.text","text":" Let","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" check","reasoning_details":[{"type":"reasoning.text","text":" check","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":").\n\n","reasoning_details":[{"type":"reasoning.text","text":").\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n\n","reasoning_details":[{"type":"reasoning.text","text":":\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n","reasoning_details":[{"type":"reasoning.text","text":":\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n","reasoning_details":[{"type":"reasoning.text","text":":\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" all","reasoning_details":[{"type":"reasoning.text","text":" all","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"  \n","reasoning_details":[{"type":"reasoning.text","text":"  \n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" required","reasoning_details":[{"type":"reasoning.text","text":" required","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.text","text":" so","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.text","text":" can","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" proceed","reasoning_details":[{"type":"reasoning.text","text":" proceed","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'ll","reasoning_details":[{"type":"reasoning.text","text":"'ll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" calls","reasoning_details":[{"type":"reasoning.text","text":" calls","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" these","reasoning_details":[{"type":"reasoning.text","text":" these","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_a971a8a3853a47ec84e96bc1","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_112b82883e224cb3a8ee86ce","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
 
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_11419dcf014f46c883686394","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_b36e6bcb9b9e4e7f91a64373","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
-            data: {"id":"gen-1758710059-MzSwHAl3qGpssCqLe1Dn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710059,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":282,"completion_tokens":141,"total_tokens":423,"cost":0.00045833,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00014813,"upstream_inference_completions_cost":0.0003102},"completion_tokens_details":{"reasoning_tokens":78,"image_tokens":0}}}
+            data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":280,"completion_tokens":136,"total_tokens":416,"cost":0.0003392,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0001148,"upstream_inference_completions_cost":0.0002244},"completion_tokens_details":{"reasoning_tokens":75,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -233,7 +225,7 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 1.004246042s
+        duration: 1.046051292s
   - id: 1
     request:
         proto: HTTP/1.1
@@ -241,7 +233,7 @@ interactions:
         proto_minor: 1
         content_length: 1379
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gpt-5.yaml 🔗

@@ -24,413 +24,257 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Executing","reasoning_details":[{"type":"reasoning.summary","summary":"**Executing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.summary","summary":"I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" arithmetic","reasoning_details":[{"type":"reasoning.summary","summary":" arithmetic","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" operations","reasoning_details":[{"type":"reasoning.summary","summary":" operations","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" make","reasoning_details":[{"type":"reasoning.summary","summary":" make","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sure","reasoning_details":[{"type":"reasoning.summary","summary":" sure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" respond","reasoning_details":[{"type":"reasoning.summary","summary":" respond","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.summary","summary":" as","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" commentary","reasoning_details":[{"type":"reasoning.summary","summary":" commentary","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.summary","summary":" helpful","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" assistant","reasoning_details":[{"type":"reasoning.summary","summary":" assistant","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" developer","reasoning_details":[{"type":"reasoning.summary","summary":" developer","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s","reasoning_details":[{"type":"reasoning.summary","summary":"'s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" instruction","reasoning_details":[{"type":"reasoning.summary","summary":" instruction","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.summary","summary":" present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simultaneously","reasoning_details":[{"type":"reasoning.summary","summary":" simultaneously","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" natural","reasoning_details":[{"type":"reasoning.summary","summary":" natural","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.summary","summary":" The","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" language","reasoning_details":[{"type":"reasoning.summary","summary":" language","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" task","reasoning_details":[{"type":"reasoning.summary","summary":" task","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response","reasoning_details":[{"type":"reasoning.summary","summary":" response","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" involves","reasoning_details":[{"type":"reasoning.summary","summary":" involves","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" adding","reasoning_details":[{"type":"reasoning.summary","summary":" adding","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It","reasoning_details":[{"type":"reasoning.summary","summary":" It","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiplying","reasoning_details":[{"type":"reasoning.summary","summary":" multiplying","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like","reasoning_details":[{"type":"reasoning.summary","summary":" like","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" plus","reasoning_details":[{"type":"reasoning.summary","summary":" plus","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".add","reasoning_details":[{"type":"reasoning.summary","summary":".add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" return","reasoning_details":[{"type":"reasoning.summary","summary":" return","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" allows","reasoning_details":[{"type":"reasoning.summary","summary":" allows","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" JSON","reasoning_details":[{"type":"reasoning.summary","summary":" JSON","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" value","reasoning_details":[{"type":"reasoning.summary","summary":" value","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" called","reasoning_details":[{"type":"reasoning.summary","summary":" called","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" at","reasoning_details":[{"type":"reasoning.summary","summary":" at","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'm","reasoning_details":[{"type":"reasoning.summary","summary":" I'm","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" same","reasoning_details":[{"type":"reasoning.summary","summary":" same","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" not","reasoning_details":[{"type":"reasoning.summary","summary":" not","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" time","reasoning_details":[{"type":"reasoning.summary","summary":" time","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" entirely","reasoning_details":[{"type":"reasoning.summary","summary":" entirely","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sure","reasoning_details":[{"type":"reasoning.summary","summary":" sure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" proceed","reasoning_details":[{"type":"reasoning.summary","summary":" proceed","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" assumption","reasoning_details":[{"type":"reasoning.summary","summary":" assumption","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Once","reasoning_details":[{"type":"reasoning.summary","summary":" Once","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" together","reasoning_details":[{"type":"reasoning.summary","summary":" together","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" outputs","reasoning_details":[{"type":"reasoning.summary","summary":" outputs","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" since","reasoning_details":[{"type":"reasoning.summary","summary":" since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" they","reasoning_details":[{"type":"reasoning.summary","summary":" they","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" operate","reasoning_details":[{"type":"reasoning.summary","summary":" operate","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.summary","summary":" can","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" independently","reasoning_details":[{"type":"reasoning.summary","summary":" independently","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" show","reasoning_details":[{"type":"reasoning.summary","summary":" show","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.summary","summary":" can","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" run","reasoning_details":[{"type":"reasoning.summary","summary":" run","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Sum","reasoning_details":[{"type":"reasoning.summary","summary":" Sum","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" despite","reasoning_details":[{"type":"reasoning.summary","summary":" despite","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 5","reasoning_details":[{"type":"reasoning.summary","summary":" 5","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" prompt","reasoning_details":[{"type":"reasoning.summary","summary":" prompt","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" possibly","reasoning_details":[{"type":"reasoning.summary","summary":" possibly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Product","reasoning_details":[{"type":"reasoning.summary","summary":" Product","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" suggesting","reasoning_details":[{"type":"reasoning.summary","summary":" suggesting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sequential","reasoning_details":[{"type":"reasoning.summary","summary":" sequential","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 6","reasoning_details":[{"type":"reasoning.summary","summary":" 6","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" approach","reasoning_details":[{"type":"reasoning.summary","summary":" approach","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This","reasoning_details":[{"type":"reasoning.summary","summary":" This","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ensure","reasoning_details":[{"type":"reasoning.summary","summary":" ensure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’m","reasoning_details":[{"type":"reasoning.summary","summary":"’m","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'm","reasoning_details":[{"type":"reasoning.summary","summary":" I'm","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" going","reasoning_details":[{"type":"reasoning.summary","summary":" going","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" following","reasoning_details":[{"type":"reasoning.summary","summary":" following","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" instructions","reasoning_details":[{"type":"reasoning.summary","summary":" instructions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" execute","reasoning_details":[{"type":"reasoning.summary","summary":" execute","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" correctly","reasoning_details":[{"type":"reasoning.summary","summary":" correctly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Calling","reasoning_details":[{"type":"reasoning.summary","summary":"**Calling","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multi","reasoning_details":[{"type":"reasoning.summary","summary":" multi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"_tool","reasoning_details":[{"type":"reasoning.summary","summary":"_tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"_use","reasoning_details":[{"type":"reasoning.summary","summary":"_use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.summary","summary":" parameters","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".parallel","reasoning_details":[{"type":"reasoning.summary","summary":".parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" {","reasoning_details":[{"type":"reasoning.summary","summary":" {","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a","reasoning_details":[{"type":"reasoning.summary","summary":"a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" two","reasoning_details":[{"type":"reasoning.summary","summary":" two","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.summary","summary":"2","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" adding","reasoning_details":[{"type":"reasoning.summary","summary":" adding","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.summary","summary":" b","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 2","reasoning_details":[{"type":"reasoning.summary","summary":" 2","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.summary","summary":"3","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 3","reasoning_details":[{"type":"reasoning.summary","summary":" 3","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"}.","reasoning_details":[{"type":"reasoning.summary","summary":"}.","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758710025-JvYkFhfS25jA3PB7wt4C","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710025,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-4-fast-free.yaml 🔗

@@ -24,411 +24,333 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_92065320","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_47416561","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_9362061f30"}
 
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_71003017","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_80127272","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
-            data: {"id":"gen-1758709932-DLRiNy0xFxfjHQIfR7bD","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709932,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":267,"total_tokens":661,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":393,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":199,"image_tokens":0}}}
+            data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":228,"total_tokens":622,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":364,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":160,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -437,7 +359,7 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 440.047041ms
+        duration: 320.632084ms
   - id: 1
     request:
         proto: HTTP/1.1
@@ -445,7 +367,7 @@ interactions:
         proto_minor: 1
         content_length: 1249
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-code-fast-1.yaml 🔗

@@ -24,697 +24,273 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.text","text":" asked","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asks","reasoning_details":[{"type":"reasoning.text","text":" asks","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Add","reasoning_details":[{"type":"reasoning.text","text":"Add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" must","reasoning_details":[{"type":"reasoning.text","text":" must","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".","reasoning_details":[{"type":"reasoning.text","text":"\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" always","reasoning_details":[{"type":"reasoning.text","text":" always","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" at","reasoning_details":[{"type":"reasoning.text","text":" at","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" same","reasoning_details":[{"type":"reasoning.text","text":" same","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" time","reasoning_details":[{"type":"reasoning.text","text":" time","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.text","text":".\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.text","text":".\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_24726538","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_72410924","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
 
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Interpreting user request  \n- The user wants to both add and multiply the numbers 2 and 3 simultaneously.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Interpreting user request  \n- The user wants to both add and multiply the numbers 2 and 3 simultaneously.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"  \n- The task requires using both addition and multiplication operations together.","reasoning_details":[{"type":"reasoning.text","text":"  \n- The task requires using both addition and multiplication operations together.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"  \n\n## Executing calculations  \n- Adding 2 and 3 gives a sum of 5.","reasoning_details":[{"type":"reasoning.text","text":"  \n\n## Executing calculations  \n- Adding 2 and 3 gives a sum of 5.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_03388566","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_90592024","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
-            data: {"id":"gen-1758709888-J9HOiqFCKelum0PTR3rb","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709888,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":467,"completion_tokens":410,"total_tokens":877,"cost":0.00062776,"is_byok":false,"prompt_tokens_details":{"cached_tokens":448,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001276,"upstream_inference_completions_cost":0.000615},"completion_tokens_details":{"reasoning_tokens":342,"image_tokens":0}}}
+            data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":467,"completion_tokens":198,"total_tokens":665,"cost":0.00030976,"is_byok":false,"prompt_tokens_details":{"cached_tokens":448,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001276,"upstream_inference_completions_cost":0.000297},"completion_tokens_details":{"reasoning_tokens":130,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -723,7 +299,7 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 275.813ms
+        duration: 509.562125ms
   - id: 1
     request:
         proto: HTTP/1.1
@@ -731,7 +307,7 @@ interactions:
         proto_minor: 1
         content_length: 1249
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_kimi-k2.yaml 🔗

@@ -24,83 +24,59 @@ interactions:
         proto_minor: 0
         content_length: -1
         body: |+
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.add:0","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" add"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.add:0","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.multiply:1","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.multiply:1","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
 
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
-            data: {"id":"gen-1758709866-D6LmPHilGivX3GwTHVmj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709866,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":197,"completion_tokens":53,"total_tokens":250,"cost":0.00015542,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00007486,"upstream_inference_completions_cost":0.00008056},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+            data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":197,"completion_tokens":41,"total_tokens":238,"cost":0.00013718,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00007486,"upstream_inference_completions_cost":0.00006232},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
 
             data: [DONE]
 
@@ -109,15 +85,44 @@ interactions:
               - text/event-stream
         status: 200 OK
         code: 200
-        duration: 1.1381205s
+        duration: 972.861666ms
   - id: 1
     request:
         proto: HTTP/1.1
         proto_major: 1
         proto_minor: 1
-        content_length: 1326
+        content_length: 1275
         host: ""

providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_qwen3-235b-a22b-2507.yaml 🔗

@@ -0,0 +1,133 @@
+---
+version: 2
+interactions:
+  - id: 0
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 892
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        body: |+
+            data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_e25d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_51c5","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+            data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":273,"completion_tokens":49,"total_tokens":322,"cost":0.00005397,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002457,"upstream_inference_completions_cost":0.0000294},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+            data: [DONE]
+
+        headers:
+            Content-Type:
+              - text/event-stream
+        status: 200 OK
+        code: 200
+        duration: 922.565833ms
+  - id: 1
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 1258
+        host: ""

providertests/testdata/TestOpenRouterCommon/simple_qwen3-235b-a22b-2507.yaml 🔗

@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+  - id: 0
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 200
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"usage":{"include":true}}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        uncompressed: true
+        body: "\n         \n\n         \n{\"id\":\"gen-1758710799-fUjMyPMVMT7ar1YYPqE3\",\"provider\":\"DeepInfra\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758710800,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Oi! \U0001F60A\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":22,\"completion_tokens\":4,\"total_tokens\":26,\"cost\":0.00000438,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000198,\"upstream_inference_completions_cost\":0.0000024},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+        headers:
+            Content-Type:
+              - application/json
+        status: 200 OK
+        code: 200
+        duration: 1.078024334s

providertests/testdata/TestOpenRouterCommon/simple_streaming_qwen3-235b-a22b-2507.yaml 🔗

@@ -0,0 +1,44 @@
+---
+version: 2
+interactions:
+  - id: 0
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 254
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        body: |+
+            data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+            data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":22,"completion_tokens":3,"total_tokens":25,"cost":0.00000337,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000022,"upstream_inference_completions_cost":0.00000117},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+            data: [DONE]
+
+        headers:
+            Content-Type:
+              - text/event-stream
+        status: 200 OK
+        code: 200
+        duration: 1.111534417s

providertests/testdata/TestOpenRouterCommon/tool_qwen3-235b-a22b-2507.yaml 🔗

@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+  - id: 0
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 492
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        uncompressed: true

providertests/testdata/TestOpenRouterCommon/tool_streaming_qwen3-235b-a22b-2507.yaml 🔗

@@ -0,0 +1,151 @@
+---
+version: 2
+interactions:
+  - id: 0
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 546
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        body: |+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"36c3976977d244ea95e70c401707a401","type":"function","function":{"name":"weather"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"{\"location\": \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"Flo"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"rence"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" Italy"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""}
+
+            data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":167,"completion_tokens":22,"total_tokens":189,"cost":0.00004265,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002505,"upstream_inference_completions_cost":0.0000176},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+            data: [DONE]
+
+        headers:
+            Content-Type:
+              - text/event-stream
+        status: 200 OK
+        code: 200
+        duration: 1.752580583s
+  - id: 1
+    request:
+        proto: HTTP/1.1
+        proto_major: 1
+        proto_minor: 1
+        content_length: 805
+        host: ""
+        body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"36c3976977d244ea95e70c401707a401","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"36c3976977d244ea95e70c401707a401","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+        headers:
+            Accept:
+              - application/json
+            Content-Type:
+              - application/json
+            User-Agent:
+              - OpenAI/Go 2.3.0
+        url: https://openrouter.ai/api/v1/chat/completions
+        method: POST
+    response:
+        proto: HTTP/2.0
+        proto_major: 2
+        proto_minor: 0
+        content_length: -1
+        body: |+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"4"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"0"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" That"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" if"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+            data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":209,"completion_tokens":32,"total_tokens":241,"cost":0.000061,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000418,"upstream_inference_completions_cost":0.0000192},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+            data: [DONE]
+
+        headers:
+            Content-Type:
+              - text/event-stream
+        status: 200 OK
+        code: 200
+        duration: 3.737068875s