Detailed changes
@@ -20,6 +20,7 @@ func TestOpenRouterCommon(t *testing.T) {
var pairs []builderPair
models := []openrouterModel{
kimiK2(),
+ grokCodeFast1(),
}
for _, model := range models {
@@ -62,17 +63,25 @@ func kimiK2() openrouterModel {
"novita",
"baseten",
"together",
- // "groq",
+ "groq",
"moonshotai/turbo",
"wandb",
},
}
}
-func builderOpenrouterGLM45(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("z-ai/glm-4.5")
+func grokCodeFast1() openrouterModel {
+ return openrouterModel{
+ name: "grok-code-fast-1",
+ builderFunc: func(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("x-ai/grok-code-fast-1")
+ },
+ providers: []string{
+ "xai",
+ },
+ }
}
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ 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":"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"}],"provider":{"only":["xai"]},"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
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 865
+ 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"}],"provider":{"only":["groq"]},"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: '{"id":"gen-1758703194-FPf5rRoE9BLPYORKxFqH","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion","created":1758703194,"choices":[{"logprobs":null,"finish_reason":"tool_calls","native_finish_reason":"tool_calls","index":0,"message":{"role":"assistant","content":"","refusal":null,"reasoning":null,"tool_calls":[{"id":"functions.add:0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0},{"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1}]}}],"system_fingerprint":"fp_6e6ff3688b","usage":{"prompt_tokens":207,"completion_tokens":41,"total_tokens":248,"cost":0.00033,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000207,"upstream_inference_completions_cost":0.000123},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 672.055166ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1244
+ host: ""
@@ -0,0 +1,851 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 916
+ 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,"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"}],"provider":{"only":["xai"]},"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"First","reasoning_details":[{"type":"reasoning.text","text":"First","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" says","reasoning_details":[{"type":"reasoning.text","text":" says","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Interpreting user request \n- The user asked to add and multiply the numbers 2 and 3 simultaneously.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Interpreting user request \n- The user asked to 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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- The instruction specifies using both addition and multiplication at the same time.","reasoning_details":[{"type":"reasoning.text","text":" \n- The instruction specifies using both addition and multiplication at the same time.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n\n## Processing operations \n- Addition of 2 and 3 gives 5.","reasoning_details":[{"type":"reasoning.text","text":" \n\n## Processing operations \n- Addition of 2 and 3 gives 5.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- Multiplication of 2 and 3 gives 6.","reasoning_details":[{"type":"reasoning.text","text":" \n- Multiplication of 2 and 3 gives 6.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Determining function call format \n- The task requires using both add and multiply tools simultaneously for numbers 2 and 3.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Determining function call format \n- The task requires using both add and multiply tools simultaneously for numbers 2 and 3.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_85951183","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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_24192398","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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"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-1758703099-O48TgbaLo4uiU4DFuH7s","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703099,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":467,"completion_tokens":423,"total_tokens":890,"cost":0.00064726,"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.0006345},"completion_tokens_details":{"reasoning_tokens":355,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 816.389041ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1277
+ host: ""
@@ -0,0 +1,173 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 919
+ 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,"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"}],"provider":{"only":["groq"]},"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-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" use"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" both"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" add"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" functions"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" calculate"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" results"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.add:0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-I95hvuRRPNvOSguu14Pf","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":207,"completion_tokens":59,"total_tokens":266,"cost":0.000384,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000207,"upstream_inference_completions_cost":0.000177},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 385.067542ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1389
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 224
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"provider":{"only":["xai"]},"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
@@ -0,0 +1,62 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 227
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"provider":{"only":["groq"]},"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
+ body: '{"error":{"message":"Provider returned error","code":429,"metadata":{"raw":"moonshotai/kimi-k2-0905 is temporarily rate-limited upstream. Please retry shortly, or add your own key to accumulate your rate limits: https://openrouter.ai/settings/integrations","provider_name":"Groq"}},"user_id":"user_2zMGmKqlf4zmAvL9snVImB1Z1ZQ"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 429 Too Many Requests
+ code: 429
+ duration: 1.880177958s
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 227
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"provider":{"only":["groq"]},"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: '{"id":"gen-1758703127-WCftfHLMV08JpLbeM0z1","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion","created":1758703127,"choices":[{"logprobs":null,"finish_reason":"stop","native_finish_reason":"stop","index":0,"message":{"role":"assistant","content":"Olá!","refusal":null,"reasoning":null}}],"system_fingerprint":"fp_6e6ff3688b","usage":{"prompt_tokens":20,"completion_tokens":4,"total_tokens":24,"cost":0.000032,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002,"upstream_inference_completions_cost":0.000012},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 262.669375ms
@@ -0,0 +1,432 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 278
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"provider":{"only":["xai"]},"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"First","reasoning_details":[{"type":"reasoning.text","text":"First","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Say","reasoning_details":[{"type":"reasoning.text","text":"Say","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hi","reasoning_details":[{"type":"reasoning.text","text":" hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This","reasoning_details":[{"type":"reasoning.text","text":" This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simple","reasoning_details":[{"type":"reasoning.text","text":" simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" request","reasoning_details":[{"type":"reasoning.text","text":" request","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translation","reasoning_details":[{"type":"reasoning.text","text":" translation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" or","reasoning_details":[{"type":"reasoning.text","text":" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greeting","reasoning_details":[{"type":"reasoning.text","text":" greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"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-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Handling User Request \n- The user asked to \"Say hi in Portuguese,\" which is a straightforward request for a greeting translation.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Handling User Request \n- The user asked to \"Say hi in Portuguese,\" which is a straightforward request for a greeting translation.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- Found \"Olá\" as a common way to say \"hi\" in Portuguese, fitting the user's simple inquiry.","reasoning_details":[{"type":"reasoning.text","text":" \n- Found \"Olá\" as a common way to say \"hi\" in Portuguese, fitting the user's simple inquiry.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"That's","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"Hi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":".)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703067-wWy9nid56qZUvNLDn6Yd","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703067,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":213,"completion_tokens":197,"total_tokens":410,"cost":0.00030354,"is_byok":false,"prompt_tokens_details":{"cached_tokens":192,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00000804,"upstream_inference_completions_cost":0.0002955},"completion_tokens_details":{"reasoning_tokens":187,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 400.862041ms
@@ -0,0 +1,46 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 281
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"stream_options":{"include_usage":true},"provider":{"only":["groq"]},"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-1758703127-HhgBCe5YfgeAGz9bvnU7","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703127,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703127-HhgBCe5YfgeAGz9bvnU7","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703127,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703127-HhgBCe5YfgeAGz9bvnU7","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703127,"choices":[{"index":0,"delta":{"role":"assistant","content":"á"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703127-HhgBCe5YfgeAGz9bvnU7","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703127,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703127-HhgBCe5YfgeAGz9bvnU7","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703127,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703127-HhgBCe5YfgeAGz9bvnU7","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703127,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":20,"completion_tokens":4,"total_tokens":24,"cost":0.000032,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002,"upstream_inference_completions_cost":0.000012},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 211.675292ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 516
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"x-ai/grok-code-fast-1","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},"provider":{"only":["xai"]}}'
+ 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
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 519
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"moonshotai/kimi-k2-0905","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"}],"provider":{"only":["groq"]},"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: '{"id":"gen-1758703127-cQAlqB2QwbsHTzXD0law","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion","created":1758703127,"choices":[{"logprobs":null,"finish_reason":"tool_calls","native_finish_reason":"tool_calls","index":0,"message":{"role":"assistant","content":"I''ll check the weather for Florence, Italy for you.","refusal":null,"reasoning":null,"tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"index":0}]}}],"system_fingerprint":"fp_6e6ff3688b","usage":{"prompt_tokens":99,"completion_tokens":32,"total_tokens":131,"cost":0.000195,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000099,"upstream_inference_completions_cost":0.000096},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 285.761167ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 814
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather for Florence, Italy for you.","tool_calls":[{"id":"functions.weather:0","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"functions.weather:0","role":"tool"}],"model":"moonshotai/kimi-k2-0905","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"}],"provider":{"only":["groq"]},"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: '{"id":"gen-1758703128-uqBY7xQhvYFizffGd8fZ","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion","created":1758703128,"choices":[{"logprobs":null,"finish_reason":"stop","native_finish_reason":"stop","index":0,"message":{"role":"assistant","content":"The current weather in Florence, Italy is quite hot - it''s 40°C (104°F). Stay cool and hydrated if you''re going to be outdoors today!","refusal":null,"reasoning":null}}],"system_fingerprint":"fp_6e6ff3688b","usage":{"prompt_tokens":150,"completion_tokens":32,"total_tokens":182,"cost":0.000246,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00015,"upstream_inference_completions_cost":0.000096},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 347.6805ms
@@ -0,0 +1,979 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 570
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"x-ai/grok-code-fast-1","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"}],"provider":{"only":["xai"]},"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"What's","reasoning_details":[{"type":"reasoning.text","text":"What's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"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-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Investigating user query \n- The user wants to know the current weather in Florence, Italy.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Investigating user query \n- The user wants to know the current weather in Florence, Italy.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- This involves retrieving weather information for a specific location.","reasoning_details":[{"type":"reasoning.text","text":" \n- This involves retrieving weather information for a specific location.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n\n## Formulating approach \n- Found a way to get weather data by specifying the city as a parameter.","reasoning_details":[{"type":"reasoning.text","text":" \n\n## Formulating approach \n- Found a way to get weather data by specifying the city as a parameter.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_91124540","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- Planning to use \"Florence, Italy\" as the location to fetch accurate weather details.","reasoning_details":[{"type":"reasoning.text","text":" \n- Planning to use \"Florence, Italy\" as the location to fetch accurate weather details.","format":"unknown","index":0}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703079-m8nGWodB9zDhxcNIah2e","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703079,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":390,"completion_tokens":222,"total_tokens":612,"cost":0.00034188,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00000888,"upstream_inference_completions_cost":0.000333},"completion_tokens_details":{"reasoning_tokens":196,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 928.497459ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 790
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_91124540","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_91124540","role":"tool"}],"model":"x-ai/grok-code-fast-1","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"}],"provider":{"only":["xai"]},"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.text","text":" tool","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" C","reasoning_details":[{"type":"reasoning.text","text":" C","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.text","text":" which","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" assume","reasoning_details":[{"type":"reasoning.text","text":" assume","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" degrees","reasoning_details":[{"type":"reasoning.text","text":" degrees","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.text","text":" Celsius","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"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-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Reviewing weather data \n- The tool provided weather information for Florence, Italy, returning \"40 C.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Reviewing weather data \n- The tool provided weather information for Florence, Italy, returning \"40 C.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" \n- Assuming this means 40 degrees Celsius, it indicates a hot temperature for the location.","reasoning_details":[{"type":"reasoning.text","text":"\" \n- Assuming this means 40 degrees Celsius, it indicates a hot temperature for the location.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"Note","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":":","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" This","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" simplified","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" response","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" based","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" on","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" available","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" data","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":";","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" full","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" forecast","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" consider","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" checking","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":" service","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":".)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758703084-SN5u3lQwyY9fNgFv8jOG","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758703084,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":625,"completion_tokens":256,"total_tokens":881,"cost":0.00040532,"is_byok":false,"prompt_tokens_details":{"cached_tokens":576,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002132,"upstream_inference_completions_cost":0.000384},"completion_tokens_details":{"reasoning_tokens":219,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 593.932667ms
@@ -0,0 +1,149 @@
+---
+version: 2
+interactions:
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 573
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"moonshotai/kimi-k2-0905","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"}],"provider":{"only":["groq"]},"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-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":"Let"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" me"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" check"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence\"}"},"index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703128-RplHkDTJeNiFVROyOi4H","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703128,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":99,"completion_tokens":29,"total_tokens":128,"cost":0.000186,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000099,"upstream_inference_completions_cost":0.000087},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 275.632959ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 856
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"Let me check the weather for Florence, Italy.","tool_calls":[{"id":"functions.weather:0","function":{"arguments":"{\"location\":\"Florence\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"functions.weather:0","role":"tool"}],"model":"moonshotai/kimi-k2-0905","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"}],"provider":{"only":["groq"]},"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-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"It"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"’s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" °"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" °"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":")"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"—"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"so"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" it"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"’s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" right"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":" now"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758703129-JVpkgPs4yE55K0L9Z65D","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758703129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":147,"completion_tokens":26,"total_tokens":173,"cost":0.000225,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000147,"upstream_inference_completions_cost":0.000078},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 221.768625ms