providertests/.env.sample 🔗
@@ -1,6 +1,7 @@
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
+GROQ_API_KEY=
OPENAI_API_KEY=
-XAI_API_KEY=
OPENROUTER_API_KEY=
-GROQ_API_KEY=
+XAI_API_KEY=
+ZAI_API_KEY=
kujtimiihoxha created
providertests/.env.sample | 5
providertests/anthropic_test.go | 39
providertests/common_test.go | 166
providertests/google_test.go | 52
providertests/openaicompat_test.go | 3
providertests/openrouter_test.go | 132
providertests/testdata/TestAnthropicCommon/claude-sonnet-4/multi_tool.yaml | 40
providertests/testdata/TestAnthropicCommon/claude-sonnet-4/multi_tool_streaming.yaml | 102
providertests/testdata/TestAnthropicCommon/claude-sonnet-4/simple.yaml | 33
providertests/testdata/TestAnthropicCommon/claude-sonnet-4/simple_streaming.yaml | 68
providertests/testdata/TestAnthropicCommon/claude-sonnet-4/tool.yaml | 63
providertests/testdata/TestAnthropicCommon/claude-sonnet-4/tool_streaming.yaml | 148
providertests/testdata/TestAnthropicCommon/multi_tool_claude-sonnet-4.yaml | 40
providertests/testdata/TestAnthropicCommon/multi_tool_streaming_claude-sonnet-4.yaml | 108
providertests/testdata/TestAnthropicCommon/simple_claude-sonnet-4.yaml | 33
providertests/testdata/TestAnthropicCommon/simple_streaming_claude-sonnet-4.yaml | 62
providertests/testdata/TestAnthropicCommon/thinking-claude-sonnet-4.yaml | 26
providertests/testdata/TestAnthropicCommon/thinking-streaming-claude-sonnet-4.yaml | 99
providertests/testdata/TestAnthropicCommon/tool_claude-sonnet-4.yaml | 63
providertests/testdata/TestAnthropicCommon/tool_streaming_claude-sonnet-4.yaml | 145
providertests/testdata/TestAnthropicThinking/claude-sonnet-4/thinking-streaming.yaml | 105
providertests/testdata/TestAnthropicThinking/claude-sonnet-4/thinking.yaml | 26
providertests/testdata/TestGoogleCommon/gemini-2.5-flash/multi_tool.yaml | 86
providertests/testdata/TestGoogleCommon/gemini-2.5-flash/multi_tool_streaming.yaml | 42
providertests/testdata/TestGoogleCommon/gemini-2.5-flash/simple.yaml | 62
providertests/testdata/TestGoogleCommon/gemini-2.5-flash/simple_streaming.yaml | 34
providertests/testdata/TestGoogleCommon/gemini-2.5-flash/tool.yaml | 126
providertests/testdata/TestGoogleCommon/gemini-2.5-flash/tool_streaming.yaml | 27
providertests/testdata/TestGoogleCommon/gemini-2.5-pro/multi_tool.yaml | 39
providertests/testdata/TestGoogleCommon/gemini-2.5-pro/multi_tool_streaming.yaml | 27
providertests/testdata/TestGoogleCommon/gemini-2.5-pro/simple.yaml | 62
providertests/testdata/TestGoogleCommon/gemini-2.5-pro/simple_streaming.yaml | 27
providertests/testdata/TestGoogleCommon/gemini-2.5-pro/tool.yaml | 128
providertests/testdata/TestGoogleCommon/gemini-2.5-pro/tool_streaming.yaml | 27
providertests/testdata/TestGoogleCommon/multi_tool_gemini-2.5-flash.yaml | 86
providertests/testdata/TestGoogleCommon/multi_tool_gemini-2.5-pro.yaml | 39
providertests/testdata/TestGoogleCommon/multi_tool_streaming_gemini-2.5-flash.yaml | 42
providertests/testdata/TestGoogleCommon/multi_tool_streaming_gemini-2.5-pro.yaml | 27
providertests/testdata/TestGoogleCommon/simple_gemini-2.5-flash.yaml | 62
providertests/testdata/TestGoogleCommon/simple_gemini-2.5-pro.yaml | 62
providertests/testdata/TestGoogleCommon/simple_streaming_gemini-2.5-flash.yaml | 34
providertests/testdata/TestGoogleCommon/simple_streaming_gemini-2.5-pro.yaml | 27
providertests/testdata/TestGoogleCommon/thinking-gemini-2.5-flash.yaml | 130
providertests/testdata/TestGoogleCommon/thinking-gemini-2.5-pro.yaml | 130
providertests/testdata/TestGoogleCommon/thinking-streaming-gemini-2.5-flash.yaml | 27
providertests/testdata/TestGoogleCommon/thinking-streaming-gemini-2.5-pro.yaml | 27
providertests/testdata/TestGoogleCommon/tool_gemini-2.5-flash.yaml | 126
providertests/testdata/TestGoogleCommon/tool_gemini-2.5-pro.yaml | 126
providertests/testdata/TestGoogleCommon/tool_streaming_gemini-2.5-flash.yaml | 27
providertests/testdata/TestGoogleCommon/tool_streaming_gemini-2.5-pro.yaml | 27
providertests/testdata/TestGoogleThinking/gemini-2.5-flash/thinking-streaming.yaml | 27
providertests/testdata/TestGoogleThinking/gemini-2.5-flash/thinking.yaml | 130
providertests/testdata/TestGoogleThinking/gemini-2.5-pro/thinking-streaming.yaml | 27
providertests/testdata/TestGoogleThinking/gemini-2.5-pro/thinking.yaml | 130
providertests/testdata/TestOpenAICommon/gpt-4o-mini/multi_tool.yaml | 94
providertests/testdata/TestOpenAICommon/gpt-4o-mini/multi_tool_streaming.yaml | 67
providertests/testdata/TestOpenAICommon/gpt-4o-mini/simple.yaml | 69
providertests/testdata/TestOpenAICommon/gpt-4o-mini/simple_streaming.yaml | 44
providertests/testdata/TestOpenAICommon/gpt-4o-mini/tool.yaml | 145
providertests/testdata/TestOpenAICommon/gpt-4o-mini/tool_streaming.yaml | 117
providertests/testdata/TestOpenAICommon/gpt-4o/multi_tool.yaml | 94
providertests/testdata/TestOpenAICommon/gpt-4o/multi_tool_streaming.yaml | 67
providertests/testdata/TestOpenAICommon/gpt-4o/simple.yaml | 69
providertests/testdata/TestOpenAICommon/gpt-4o/simple_streaming.yaml | 44
providertests/testdata/TestOpenAICommon/gpt-4o/tool.yaml | 145
providertests/testdata/TestOpenAICommon/gpt-4o/tool_streaming.yaml | 117
providertests/testdata/TestOpenAICommon/gpt-5/multi_tool.yaml | 93
providertests/testdata/TestOpenAICommon/gpt-5/multi_tool_streaming.yaml | 67
providertests/testdata/TestOpenAICommon/gpt-5/simple.yaml | 68
providertests/testdata/TestOpenAICommon/gpt-5/simple_streaming.yaml | 44
providertests/testdata/TestOpenAICommon/gpt-5/tool.yaml | 143
providertests/testdata/TestOpenAICommon/gpt-5/tool_streaming.yaml | 143
providertests/testdata/TestOpenAICommon/multi_tool_gpt-4o-mini.yaml | 94
providertests/testdata/TestOpenAICommon/multi_tool_gpt-4o.yaml | 94
providertests/testdata/TestOpenAICommon/multi_tool_gpt-5.yaml | 93
providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-4o-mini.yaml | 67
providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-4o.yaml | 67
providertests/testdata/TestOpenAICommon/multi_tool_streaming_gpt-5.yaml | 67
providertests/testdata/TestOpenAICommon/simple_gpt-4o-mini.yaml | 69
providertests/testdata/TestOpenAICommon/simple_gpt-4o.yaml | 69
providertests/testdata/TestOpenAICommon/simple_gpt-5.yaml | 68
providertests/testdata/TestOpenAICommon/simple_streaming_gpt-4o-mini.yaml | 44
providertests/testdata/TestOpenAICommon/simple_streaming_gpt-4o.yaml | 44
providertests/testdata/TestOpenAICommon/simple_streaming_gpt-5.yaml | 44
providertests/testdata/TestOpenAICommon/tool_gpt-4o-mini.yaml | 145
providertests/testdata/TestOpenAICommon/tool_gpt-4o.yaml | 145
providertests/testdata/TestOpenAICommon/tool_gpt-5.yaml | 143
providertests/testdata/TestOpenAICommon/tool_streaming_gpt-4o-mini.yaml | 117
providertests/testdata/TestOpenAICommon/tool_streaming_gpt-4o.yaml | 117
providertests/testdata/TestOpenAICommon/tool_streaming_gpt-5.yaml | 125
providertests/testdata/TestOpenAICompatibleCommon/groq-kimi-k2/multi_tool.yaml | 41
providertests/testdata/TestOpenAICompatibleCommon/groq-kimi-k2/multi_tool_streaming.yaml | 79
providertests/testdata/TestOpenAICompatibleCommon/groq-kimi-k2/simple.yaml | 34
providertests/testdata/TestOpenAICompatibleCommon/groq-kimi-k2/simple_streaming.yaml | 44
providertests/testdata/TestOpenAICompatibleCommon/groq-kimi-k2/tool.yaml | 65
providertests/testdata/TestOpenAICompatibleCommon/groq-kimi-k2/tool_streaming.yaml | 123
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_groq-kimi-k2.yaml | 41
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_streaming_groq-kimi-k2.yaml | 85
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_streaming_xai-grok-4-fast.yaml | 317
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_streaming_xai-grok-code-fast.yaml | 759
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_streaming_zai-glm-4.5.yaml | 171
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_xai-grok-4-fast.yaml | 40
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_xai-grok-code-fast.yaml | 40
providertests/testdata/TestOpenAICompatibleCommon/multi_tool_zai-glm-4.5.yaml | 40
providertests/testdata/TestOpenAICompatibleCommon/simple_groq-kimi-k2.yaml | 34
providertests/testdata/TestOpenAICompatibleCommon/simple_streaming_groq-kimi-k2.yaml | 44
providertests/testdata/TestOpenAICompatibleCommon/simple_streaming_xai-grok-4-fast.yaml | 286
providertests/testdata/TestOpenAICompatibleCommon/simple_streaming_xai-grok-code-fast.yaml | 352
providertests/testdata/TestOpenAICompatibleCommon/simple_streaming_zai-glm-4.5.yaml | 182
providertests/testdata/TestOpenAICompatibleCommon/simple_xai-grok-4-fast.yaml | 33
providertests/testdata/TestOpenAICompatibleCommon/simple_xai-grok-code-fast.yaml | 33
providertests/testdata/TestOpenAICompatibleCommon/simple_zai-glm-4.5.yaml | 33
providertests/testdata/TestOpenAICompatibleCommon/thinking-streaming-xai-grok-3-mini.yaml | 1163
providertests/testdata/TestOpenAICompatibleCommon/thinking-streaming-zai-glm-4.5.yaml | 341
providertests/testdata/TestOpenAICompatibleCommon/thinking-xai-grok-3-mini.yaml | 26
providertests/testdata/TestOpenAICompatibleCommon/thinking-zai-glm-4.5.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/tool_groq-kimi-k2.yaml | 65
providertests/testdata/TestOpenAICompatibleCommon/tool_streaming_groq-kimi-k2.yaml | 145
providertests/testdata/TestOpenAICompatibleCommon/tool_streaming_xai-grok-4-fast.yaml | 661
providertests/testdata/TestOpenAICompatibleCommon/tool_streaming_xai-grok-code-fast.yaml | 727
providertests/testdata/TestOpenAICompatibleCommon/tool_streaming_zai-glm-4.5.yaml | 405
providertests/testdata/TestOpenAICompatibleCommon/tool_xai-grok-4-fast.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/tool_xai-grok-code-fast.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/tool_zai-glm-4.5.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-4-fast/multi_tool.yaml | 40
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-4-fast/multi_tool_streaming.yaml | 313
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-4-fast/simple.yaml | 33
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-4-fast/simple_streaming.yaml | 288
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-4-fast/tool.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-4-fast/tool_streaming.yaml | 583
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-code-fast/multi_tool.yaml | 40
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-code-fast/multi_tool_streaming.yaml | 677
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-code-fast/simple.yaml | 33
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-code-fast/simple_streaming.yaml | 384
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-code-fast/tool.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/xai-grok-code-fast/tool_streaming.yaml | 593
providertests/testdata/TestOpenAICompatibleCommon/zai-glm-4.5/multi_tool.yaml | 26
providertests/testdata/TestOpenAICompatibleCommon/zai-glm-4.5/multi_tool_streaming.yaml | 315
providertests/testdata/TestOpenAICompatibleCommon/zai-glm-4.5/simple.yaml | 33
providertests/testdata/TestOpenAICompatibleCommon/zai-glm-4.5/simple_streaming.yaml | 436
providertests/testdata/TestOpenAICompatibleCommon/zai-glm-4.5/tool.yaml | 63
providertests/testdata/TestOpenAICompatibleCommon/zai-glm-4.5/tool_streaming.yaml | 361
providertests/testdata/TestOpenAICompatibleThinking/xai-grok-3-mini/thinking-streaming.yaml | 1057
providertests/testdata/TestOpenAICompatibleThinking/xai-grok-3-mini/thinking.yaml | 26
providertests/testdata/TestOpenAICompatibleThinking/zai-glm-4.5/thinking-streaming.yaml | 389
providertests/testdata/TestOpenAICompatibleThinking/zai-glm-4.5/thinking.yaml | 63
providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool_streaming.yaml | 83
providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple.yaml | 33
providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple_streaming.yaml | 46
providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool_streaming.yaml | 131
providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool_streaming.yaml | 69
providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple.yaml | 33
providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple_streaming.yaml | 42
providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool_streaming.yaml | 151
providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool_streaming.yaml | 45
providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple.yaml | 33
providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple_streaming.yaml | 42
providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool.yaml | 63
providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool_streaming.yaml | 75
providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool_streaming.yaml | 269
providertests/testdata/TestOpenRouterCommon/glm-4.5/simple.yaml | 26
providertests/testdata/TestOpenRouterCommon/glm-4.5/simple_streaming.yaml | 206
providertests/testdata/TestOpenRouterCommon/glm-4.5/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/glm-4.5/tool_streaming.yaml | 341
providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool_streaming.yaml | 194
providertests/testdata/TestOpenRouterCommon/gpt-5/simple.yaml | 26
providertests/testdata/TestOpenRouterCommon/gpt-5/simple_streaming.yaml | 28
providertests/testdata/TestOpenRouterCommon/gpt-5/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/gpt-5/tool_streaming.yaml | 210
providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool_streaming.yaml | 311
providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple.yaml | 26
providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple_streaming.yaml | 248
providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool_streaming.yaml | 463
providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool_streaming.yaml | 133
providertests/testdata/TestOpenRouterCommon/kimi-k2/simple.yaml | 33
providertests/testdata/TestOpenRouterCommon/kimi-k2/simple_streaming.yaml | 44
providertests/testdata/TestOpenRouterCommon/kimi-k2/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/kimi-k2/tool_streaming.yaml | 163
providertests/testdata/TestOpenRouterCommon/multi_tool_claude-sonnet-4.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_deepseek-chat-v3.1-free.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_gemini-2.0-flash.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_gemini-2.5-flash.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_glm-4.5.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_gpt-5.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_grok-4-fast-free.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_grok-code-fast-1.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_kimi-k2.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_qwen3-235b-a22b-2507.yaml | 26
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_claude-sonnet-4.yaml | 83
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_deepseek-chat-v3.1-free.yaml | 69
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gemini-2.0-flash.yaml | 45
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gemini-2.5-flash.yaml | 45
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_glm-4.5.yaml | 235
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_gpt-5.yaml | 240
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-4-fast-free.yaml | 369
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-code-fast-1.yaml | 309
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_kimi-k2.yaml | 95
providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_qwen3-235b-a22b-2507.yaml | 53
providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool_streaming.yaml | 53
providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple.yaml | 33
providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple_streaming.yaml | 46
providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool.yaml | 26
providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool_streaming.yaml | 145
providertests/testdata/TestOpenRouterCommon/simple_claude-sonnet-4.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_deepseek-chat-v3.1-free.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_gemini-2.0-flash.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_gemini-2.5-flash.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_glm-4.5.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_gpt-5.yaml | 26
providertests/testdata/TestOpenRouterCommon/simple_grok-4-fast-free.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_grok-code-fast-1.yaml | 26
providertests/testdata/TestOpenRouterCommon/simple_kimi-k2.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_qwen3-235b-a22b-2507.yaml | 33
providertests/testdata/TestOpenRouterCommon/simple_streaming_claude-sonnet-4.yaml | 64
providertests/testdata/TestOpenRouterCommon/simple_streaming_deepseek-chat-v3.1-free.yaml | 42
providertests/testdata/TestOpenRouterCommon/simple_streaming_gemini-2.0-flash.yaml | 40
providertests/testdata/TestOpenRouterCommon/simple_streaming_gemini-2.5-flash.yaml | 42
providertests/testdata/TestOpenRouterCommon/simple_streaming_glm-4.5.yaml | 296
providertests/testdata/TestOpenRouterCommon/simple_streaming_gpt-5.yaml | 28
providertests/testdata/TestOpenRouterCommon/simple_streaming_grok-4-fast-free.yaml | 290
providertests/testdata/TestOpenRouterCommon/simple_streaming_grok-code-fast-1.yaml | 444
providertests/testdata/TestOpenRouterCommon/simple_streaming_kimi-k2.yaml | 44
providertests/testdata/TestOpenRouterCommon/simple_streaming_qwen3-235b-a22b-2507.yaml | 44
providertests/testdata/TestOpenRouterCommon/thinking-glm-4.5.yaml | 26
providertests/testdata/TestOpenRouterCommon/thinking-gpt-5.yaml | 26
providertests/testdata/TestOpenRouterCommon/thinking-streaming-glm-4.5.yaml | 341
providertests/testdata/TestOpenRouterCommon/thinking-streaming-gpt-5.yaml | 28
providertests/testdata/TestOpenRouterCommon/tool_claude-sonnet-4.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_deepseek-chat-v3.1-free.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_gemini-2.0-flash.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_gemini-2.5-flash.yaml | 63
providertests/testdata/TestOpenRouterCommon/tool_glm-4.5.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_gpt-5.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_grok-4-fast-free.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_grok-code-fast-1.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_kimi-k2.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_qwen3-235b-a22b-2507.yaml | 26
providertests/testdata/TestOpenRouterCommon/tool_streaming_claude-sonnet-4.yaml | 131
providertests/testdata/TestOpenRouterCommon/tool_streaming_deepseek-chat-v3.1-free.yaml | 149
providertests/testdata/TestOpenRouterCommon/tool_streaming_gemini-2.0-flash.yaml | 75
providertests/testdata/TestOpenRouterCommon/tool_streaming_gemini-2.5-flash.yaml | 75
providertests/testdata/TestOpenRouterCommon/tool_streaming_glm-4.5.yaml | 275
providertests/testdata/TestOpenRouterCommon/tool_streaming_gpt-5.yaml | 224
providertests/testdata/TestOpenRouterCommon/tool_streaming_grok-4-fast-free.yaml | 555
providertests/testdata/TestOpenRouterCommon/tool_streaming_grok-code-fast-1.yaml | 843
providertests/testdata/TestOpenRouterCommon/tool_streaming_kimi-k2.yaml | 194
providertests/testdata/TestOpenRouterCommon/tool_streaming_qwen3-235b-a22b-2507.yaml | 151
providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking-streaming.yaml | 147
providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking.yaml | 26
providertests/testdata/TestOpenRouterThinking/gpt-5/thinking-streaming.yaml | 220
providertests/testdata/TestOpenRouterThinking/gpt-5/thinking.yaml | 26
providertests/testdata/TestOpenRouterWithUniqueToolCallIDs/stream_unique_tool_call_ids.yaml | 131
providertests/testdata/TestOpenRouterWithUniqueToolCallIDs/unique_tool_call_ids.yaml | 55
providertests/testdata/TestWithUniqueToolCallIDs/stream_unique_tool_call_ids.yaml | 129
providertests/testdata/TestWithUniqueToolCallIDs/unique_tool_call_ids.yaml | 26
266 files changed, 14,508 insertions(+), 16,669 deletions(-)
@@ -1,6 +1,7 @@
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
+GROQ_API_KEY=
OPENAI_API_KEY=
-XAI_API_KEY=
OPENROUTER_API_KEY=
-GROQ_API_KEY=
+XAI_API_KEY=
+ZAI_API_KEY=
@@ -11,11 +11,19 @@ import (
"gopkg.in/dnaeon/go-vcr.v4/pkg/recorder"
)
+var anthropicTestModels = []testModel{
+ {"claude-sonnet-4", "claude-sonnet-4-20250514", true},
+}
+
func TestAnthropicCommon(t *testing.T) {
- testCommon(t, []builderPair{
- {"claude-sonnet-4", builderAnthropicClaudeSonnet4, nil},
- })
+ var pairs []builderPair
+ for _, m := range anthropicTestModels {
+ pairs = append(pairs, builderPair{m.name, anthropicBuilder(m.model), nil})
+ }
+ testCommon(t, pairs)
+}
+func TestAnthropicThinking(t *testing.T) {
opts := ai.ProviderOptions{
anthropic.Name: &anthropic.ProviderOptions{
Thinking: &anthropic.ThinkingProviderOption{
@@ -23,9 +31,14 @@ func TestAnthropicCommon(t *testing.T) {
},
},
}
- testThinking(t, []builderPair{
- {"claude-sonnet-4", builderAnthropicClaudeSonnet4, opts},
- }, testGoogleThinking)
+ var pairs []builderPair
+ for _, m := range anthropicTestModels {
+ if !m.reasoning {
+ continue
+ }
+ pairs = append(pairs, builderPair{m.name, anthropicBuilder(m.model), opts})
+ }
+ testThinking(t, pairs, testAnthropicThinking)
}
func testAnthropicThinking(t *testing.T, result *ai.AgentResult) {
@@ -64,10 +77,12 @@ func testAnthropicThinking(t *testing.T, result *ai.AgentResult) {
require.Equal(t, reasoningContentCount, signaturesCount)
}
-func builderAnthropicClaudeSonnet4(r *recorder.Recorder) (ai.LanguageModel, error) {
- provider := anthropic.New(
- anthropic.WithAPIKey(os.Getenv("ANTHROPIC_API_KEY")),
- anthropic.WithHTTPClient(&http.Client{Transport: r}),
- )
- return provider.LanguageModel("claude-sonnet-4-20250514")
+func anthropicBuilder(model string) builderFunc {
+ return func(r *recorder.Recorder) (ai.LanguageModel, error) {
+ provider := anthropic.New(
+ anthropic.WithAPIKey(os.Getenv("ANTHROPIC_API_KEY")),
+ anthropic.WithHTTPClient(&http.Client{Transport: r}),
+ )
+ return provider.LanguageModel(model)
+ }
}
@@ -11,6 +11,12 @@ import (
"gopkg.in/dnaeon/go-vcr.v4/pkg/recorder"
)
+type testModel struct {
+ name string
+ model string
+ reasoning bool
+}
+
type builderFunc func(r *recorder.Recorder) (ai.LanguageModel, error)
type builderPair struct {
@@ -21,9 +27,11 @@ type builderPair struct {
func testCommon(t *testing.T, pairs []builderPair) {
for _, pair := range pairs {
- testSimple(t, pair)
- testTool(t, pair)
- testMultiTool(t, pair)
+ t.Run(pair.name, func(t *testing.T) {
+ testSimple(t, pair)
+ testTool(t, pair)
+ testMultiTool(t, pair)
+ })
}
}
@@ -35,7 +43,7 @@ func testSimple(t *testing.T, pair builderPair) {
require.True(t, strings.Contains(got, option1) || strings.Contains(got, option2), "unexpected response: got %q, want %q or %q", got, option1, option2)
}
- t.Run("simple "+pair.name, func(t *testing.T) {
+ t.Run("simple", func(t *testing.T) {
r := newRecorder(t)
languageModel, err := pair.builder(r)
@@ -53,7 +61,7 @@ func testSimple(t *testing.T, pair builderPair) {
require.NoError(t, err, "failed to generate")
checkResult(t, result)
})
- t.Run("simple streaming "+pair.name, func(t *testing.T) {
+ t.Run("simple streaming", func(t *testing.T) {
r := newRecorder(t)
languageModel, err := pair.builder(r)
@@ -106,7 +114,7 @@ func testTool(t *testing.T, pair builderPair) {
require.True(t, strings.Contains(got, want1) && strings.Contains(got, want2), "unexpected response: got %q, want %q %q", got, want1, want2)
}
- t.Run("tool "+pair.name, func(t *testing.T) {
+ t.Run("tool", func(t *testing.T) {
r := newRecorder(t)
languageModel, err := pair.builder(r)
@@ -125,7 +133,7 @@ func testTool(t *testing.T, pair builderPair) {
require.NoError(t, err, "failed to generate")
checkResult(t, result)
})
- t.Run("tool streaming "+pair.name, func(t *testing.T) {
+ t.Run("tool streaming", func(t *testing.T) {
r := newRecorder(t)
languageModel, err := pair.builder(r)
@@ -187,7 +195,7 @@ func testMultiTool(t *testing.T, pair builderPair) {
require.Contains(t, finalText, "6", "expected response to contain '6', got: %q", finalText)
}
- t.Run("multi tool "+pair.name, func(t *testing.T) {
+ t.Run("multi tool", func(t *testing.T) {
r := newRecorder(t)
languageModel, err := pair.builder(r)
@@ -207,7 +215,7 @@ func testMultiTool(t *testing.T, pair builderPair) {
require.NoError(t, err, "failed to generate")
checkResult(t, result)
})
- t.Run("multi tool streaming "+pair.name, func(t *testing.T) {
+ t.Run("multi tool streaming", func(t *testing.T) {
r := newRecorder(t)
languageModel, err := pair.builder(r)
@@ -231,77 +239,79 @@ func testMultiTool(t *testing.T, pair builderPair) {
func testThinking(t *testing.T, pairs []builderPair, thinkChecks func(*testing.T, *ai.AgentResult)) {
for _, pair := range pairs {
- t.Run("thinking-"+pair.name, func(t *testing.T) {
- r := newRecorder(t)
-
- languageModel, err := pair.builder(r)
- require.NoError(t, err, "failed to build language model")
-
- type WeatherInput struct {
- Location string `json:"location" description:"the city"`
- }
-
- weatherTool := ai.NewAgentTool(
- "weather",
- "Get weather information for a location",
- func(ctx context.Context, input WeatherInput, _ ai.ToolCall) (ai.ToolResponse, error) {
- return ai.NewTextResponse("40 C"), nil
- },
- )
-
- agent := ai.NewAgent(
- languageModel,
- ai.WithSystemPrompt("You are a helpful assistant"),
- ai.WithTools(weatherTool),
- )
- result, err := agent.Generate(t.Context(), ai.AgentCall{
- Prompt: "What's the weather in Florence, Italy?",
- ProviderOptions: pair.providerOptions,
+ t.Run(pair.name, func(t *testing.T) {
+ t.Run("thinking", func(t *testing.T) {
+ r := newRecorder(t)
+
+ languageModel, err := pair.builder(r)
+ require.NoError(t, err, "failed to build language model")
+
+ type WeatherInput struct {
+ Location string `json:"location" description:"the city"`
+ }
+
+ weatherTool := ai.NewAgentTool(
+ "weather",
+ "Get weather information for a location",
+ func(ctx context.Context, input WeatherInput, _ ai.ToolCall) (ai.ToolResponse, error) {
+ return ai.NewTextResponse("40 C"), nil
+ },
+ )
+
+ agent := ai.NewAgent(
+ languageModel,
+ ai.WithSystemPrompt("You are a helpful assistant"),
+ ai.WithTools(weatherTool),
+ )
+ result, err := agent.Generate(t.Context(), ai.AgentCall{
+ Prompt: "What's the weather in Florence, Italy?",
+ ProviderOptions: pair.providerOptions,
+ })
+ require.NoError(t, err, "failed to generate")
+
+ want1 := "Florence"
+ want2 := "40"
+ got := result.Response.Content.Text()
+ require.True(t, strings.Contains(got, want1) && strings.Contains(got, want2), "unexpected response: got %q, want %q %q", got, want1, want2)
+
+ thinkChecks(t, result)
})
- require.NoError(t, err, "failed to generate")
-
- want1 := "Florence"
- want2 := "40"
- got := result.Response.Content.Text()
- require.True(t, strings.Contains(got, want1) && strings.Contains(got, want2), "unexpected response: got %q, want %q %q", got, want1, want2)
-
- thinkChecks(t, result)
- })
- t.Run("thinking-streaming-"+pair.name, func(t *testing.T) {
- r := newRecorder(t)
-
- languageModel, err := pair.builder(r)
- require.NoError(t, err, "failed to build language model")
-
- type WeatherInput struct {
- Location string `json:"location" description:"the city"`
- }
-
- weatherTool := ai.NewAgentTool(
- "weather",
- "Get weather information for a location",
- func(ctx context.Context, input WeatherInput, _ ai.ToolCall) (ai.ToolResponse, error) {
- return ai.NewTextResponse("40 C"), nil
- },
- )
-
- agent := ai.NewAgent(
- languageModel,
- ai.WithSystemPrompt("You are a helpful assistant"),
- ai.WithTools(weatherTool),
- )
- result, err := agent.Stream(t.Context(), ai.AgentStreamCall{
- Prompt: "What's the weather in Florence, Italy?",
- ProviderOptions: pair.providerOptions,
+ t.Run("thinking-streaming", func(t *testing.T) {
+ r := newRecorder(t)
+
+ languageModel, err := pair.builder(r)
+ require.NoError(t, err, "failed to build language model")
+
+ type WeatherInput struct {
+ Location string `json:"location" description:"the city"`
+ }
+
+ weatherTool := ai.NewAgentTool(
+ "weather",
+ "Get weather information for a location",
+ func(ctx context.Context, input WeatherInput, _ ai.ToolCall) (ai.ToolResponse, error) {
+ return ai.NewTextResponse("40 C"), nil
+ },
+ )
+
+ agent := ai.NewAgent(
+ languageModel,
+ ai.WithSystemPrompt("You are a helpful assistant"),
+ ai.WithTools(weatherTool),
+ )
+ result, err := agent.Stream(t.Context(), ai.AgentStreamCall{
+ Prompt: "What's the weather in Florence, Italy?",
+ ProviderOptions: pair.providerOptions,
+ })
+ require.NoError(t, err, "failed to generate")
+
+ want1 := "Florence"
+ want2 := "40"
+ got := result.Response.Content.Text()
+ require.True(t, strings.Contains(got, want1) && strings.Contains(got, want2), "unexpected response: got %q, want %q %q", got, want1, want2)
+
+ thinkChecks(t, result)
})
- require.NoError(t, err, "failed to generate")
-
- want1 := "Florence"
- want2 := "40"
- got := result.Response.Content.Text()
- require.True(t, strings.Contains(got, want1) && strings.Contains(got, want2), "unexpected response: got %q, want %q %q", got, want1, want2)
-
- thinkChecks(t, result)
})
}
}
@@ -12,11 +12,20 @@ import (
"gopkg.in/dnaeon/go-vcr.v4/pkg/recorder"
)
+var googleTestModels = []testModel{
+ {"gemini-2.5-flash", "gemini-2.5-flash", true},
+ {"gemini-2.5-pro", "gemini-2.5-pro", true},
+}
+
func TestGoogleCommon(t *testing.T) {
- testCommon(t, []builderPair{
- {"gemini-2.5-flash", builderGoogleGemini25Flash, nil},
- {"gemini-2.5-pro", builderGoogleGemini25Pro, nil},
- })
+ var pairs []builderPair
+ for _, m := range googleTestModels {
+ pairs = append(pairs, builderPair{m.name, googleBuilder(m.model), nil})
+ }
+ testCommon(t, pairs)
+}
+
+func TestGoogleThinking(t *testing.T) {
opts := ai.ProviderOptions{
google.Name: &google.ProviderOptions{
ThinkingConfig: &google.ThinkingConfig{
@@ -25,10 +34,15 @@ func TestGoogleCommon(t *testing.T) {
},
},
}
- testThinking(t, []builderPair{
- {"gemini-2.5-flash", builderGoogleGemini25Flash, opts},
- {"gemini-2.5-pro", builderGoogleGemini25Pro, opts},
- }, testGoogleThinking)
+
+ var pairs []builderPair
+ for _, m := range googleTestModels {
+ if !m.reasoning {
+ continue
+ }
+ pairs = append(pairs, builderPair{m.name, googleBuilder(m.model), opts})
+ }
+ testThinking(t, pairs, testGoogleThinking)
}
func testGoogleThinking(t *testing.T, result *ai.AgentResult) {
@@ -46,18 +60,12 @@ func testGoogleThinking(t *testing.T, result *ai.AgentResult) {
require.Greater(t, reasoningContentCount, 0)
}
-func builderGoogleGemini25Flash(r *recorder.Recorder) (ai.LanguageModel, error) {
- provider := google.New(
- google.WithAPIKey(cmp.Or(os.Getenv("GEMINI_API_KEY"), "(missing)")),
- google.WithHTTPClient(&http.Client{Transport: r}),
- )
- return provider.LanguageModel("gemini-2.5-flash")
-}
-
-func builderGoogleGemini25Pro(r *recorder.Recorder) (ai.LanguageModel, error) {
- provider := google.New(
- google.WithAPIKey(cmp.Or(os.Getenv("GEMINI_API_KEY"), "(missing)")),
- google.WithHTTPClient(&http.Client{Transport: r}),
- )
- return provider.LanguageModel("gemini-2.5-pro")
+func googleBuilder(model string) builderFunc {
+ return func(r *recorder.Recorder) (ai.LanguageModel, error) {
+ provider := google.New(
+ google.WithAPIKey(cmp.Or(os.Getenv("GEMINI_API_KEY"), "(missing)")),
+ google.WithHTTPClient(&http.Client{Transport: r}),
+ )
+ return provider.LanguageModel(model)
+ }
}
@@ -19,6 +19,9 @@ func TestOpenAICompatibleCommon(t *testing.T) {
{"groq-kimi-k2", builderGroq, nil},
{"zai-glm-4.5", builderZAIGLM45, nil},
})
+}
+
+func TestOpenAICompatibleThinking(t *testing.T) {
opts := ai.ProviderOptions{
openaicompat.Name: &openaicompat.ProviderOptions{
ReasoningEffort: openai.ReasoningEffortOption(openai.ReasoningEffortHigh),
@@ -15,19 +15,26 @@ import (
"gopkg.in/dnaeon/go-vcr.v4/pkg/recorder"
)
+var openrouterTestModels = []testModel{
+ {"kimi-k2", "moonshotai/kimi-k2-0905", false},
+ {"grok-code-fast-1", "x-ai/grok-code-fast-1", false},
+ {"claude-sonnet-4", "anthropic/claude-sonnet-4", true},
+ {"gemini-2.5-flash", "google/gemini-2.5-flash", false},
+ {"deepseek-chat-v3.1-free", "deepseek/deepseek-chat-v3.1:free", false},
+ {"qwen3-235b-a22b-2507", "qwen/qwen3-235b-a22b-2507", false},
+ {"gpt-5", "openai/gpt-5", true},
+ {"glm-4.5", "z-ai/glm-4.5", false},
+}
+
func TestOpenRouterCommon(t *testing.T) {
- testCommon(t, []builderPair{
- {"kimi-k2", builderOpenRouterKimiK2, nil},
- {"grok-code-fast-1", builderOpenRouterGrokCodeFast1, nil},
- {"claude-sonnet-4", builderOpenRouterClaudeSonnet4, nil},
- {"grok-4-fast-free", builderOpenRouterGrok4FastFree, nil},
- {"gemini-2.5-flash", builderOpenRouterGemini25Flash, nil},
- {"gemini-2.0-flash", builderOpenRouterGemini20Flash, nil},
- {"deepseek-chat-v3.1-free", builderOpenRouterDeepseekV31Free, nil},
- {"qwen3-235b-a22b-2507", builderOpenRouterQwen3Instruct, nil},
- {"gpt-5", builderOpenRouterGPT5, nil},
- {"glm-4.5", builderOpenRouterGLM45, nil},
- })
+ var pairs []builderPair
+ for _, m := range openrouterTestModels {
+ pairs = append(pairs, builderPair{m.name, openrouterBuilder(m.model), nil})
+ }
+ testCommon(t, pairs)
+}
+
+func TestOpenRouterThinking(t *testing.T) {
opts := ai.ProviderOptions{
openrouter.Name: &openrouter.ProviderOptions{
Reasoning: &openrouter.ReasoningOptions{
@@ -35,10 +42,15 @@ func TestOpenRouterCommon(t *testing.T) {
},
},
}
- testThinking(t, []builderPair{
- {"gpt-5", builderOpenRouterGPT5, opts},
- {"glm-4.5", builderOpenRouterGLM45, opts},
- }, testOpenrouterThinking)
+
+ var pairs []builderPair
+ for _, m := range openrouterTestModels {
+ if !m.reasoning {
+ continue
+ }
+ pairs = append(pairs, builderPair{m.name, openrouterBuilder(m.model), opts})
+ }
+ testThinking(t, pairs, testOpenrouterThinking)
}
func testOpenrouterThinking(t *testing.T, result *ai.AgentResult) {
@@ -55,7 +67,7 @@ func testOpenrouterThinking(t *testing.T, result *ai.AgentResult) {
require.Greater(t, reasoningContentCount, 0)
}
-func TestWithUniqueToolCallIDs(t *testing.T) {
+func TestOpenRouterWithUniqueToolCallIDs(t *testing.T) {
type CalculatorInput struct {
A int `json:"a" description:"first number"`
B int `json:"b" description:"second number"`
@@ -155,82 +167,12 @@ func TestWithUniqueToolCallIDs(t *testing.T) {
})
}
-func builderOpenRouterKimiK2(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("moonshotai/kimi-k2-0905")
-}
-
-func builderOpenRouterGrokCodeFast1(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")
-}
-
-func builderOpenRouterGrok4FastFree(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-4-fast:free")
-}
-
-func builderOpenRouterGemini25Flash(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("google/gemini-2.5-flash")
-}
-
-func builderOpenRouterGemini20Flash(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("google/gemini-2.0-flash-001")
-}
-
-func builderOpenRouterDeepseekV31Free(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("deepseek/deepseek-chat-v3.1:free")
-}
-
-func builderOpenRouterClaudeSonnet4(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("anthropic/claude-sonnet-4")
-}
-
-func builderOpenRouterGPT5(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("openai/gpt-5")
-}
-
-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 builderOpenRouterQwen3Instruct(r *recorder.Recorder) (ai.LanguageModel, error) {
- provider := openrouter.New(
- openrouter.WithAPIKey(os.Getenv("OPENROUTER_API_KEY")),
- openrouter.WithHTTPClient(&http.Client{Transport: r}),
- )
- return provider.LanguageModel("qwen/qwen3-235b-a22b-2507")
+func openrouterBuilder(model string) builderFunc {
+ return 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(model)
+ }
}
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 815
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Add and multiply the number 2 and 3","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers"},{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"msg_012C9wnj2t5QUQ9h5kZsQYbY","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"I''ll add and multiply the numbers 2 and 3 for you."},{"type":"tool_use","id":"toolu_01RZ48N8E3iuoHP5TqX57bHP","name":"add","input":{"a":2,"b":3}},{"type":"tool_use","id":"toolu_01FLTgP8FxddWfSCSNsD3cpM","name":"multiply","input":{"a":2,"b":3}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":507,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":137,"service_tier":"standard"}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 2.215481584s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1361
+ host: ""
@@ -0,0 +1,151 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 812
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Add and multiply the number 2 and 3","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time.","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers"},{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ event: message_start
+ data: {"type":"message_start","message":{"id":"msg_01Sp6xSRhhVGg9eCXwHHDK4H","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":4,"service_tier":"standard"}} }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"I'll add an"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"d multiply the numbers 2 and 3 for"} }
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" you."} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":0 }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01GrN36ErVgy85ECZ6pbzBL4","name":"add","input":{}} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\"a\": "} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"2"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":", \"b\": 3}"} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":1 }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":2,"content_block":{"type":"tool_use","id":"toolu_0113xQa4VtccyoXcHaukkzom","name":"multiply","input":{}}}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"{\"a\": 2"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":", \"b\":"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" 3}"} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":2 }
+
+ event: message_delta
+ data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":137} }
+
+ event: message_stop
+ data: {"type":"message_stop" }
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 1.85757275s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1358
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Say hi in Portuguese","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"msg_01P9AGfyVhqwFEY82kTBEeip","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"Olá! (Oh-LAH)\n\nThis is the most common way to say \"hi\" in Portuguese. You could also use \"Oi!\" (OY) which is a bit more casual and friendly."}],"stop_reason":"end_turn","stop_sequence":null,"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":50,"service_tier":"standard"}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 3.286588541s
@@ -0,0 +1,68 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 219
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Say hi in Portuguese","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ event: message_start
+ data: {"type":"message_start","message":{"id":"msg_01LA3hHsa4pzM8hT7PTXtJGz","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":4,"service_tier":"standard"}} }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"Olá!"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"\n\n(This is the most common way to say \"hi"} }
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"\" in Portuguese. You"}}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" could also say \"Oi!\""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" for a more casual"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" greeting.)"} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":0 }
+
+ event: message_delta
+ data: {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":38} }
+
+ event: message_stop
+ data: {"type":"message_stop" }
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 1.544292291s
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 496
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"msg_015hRye3hWyU1hyU9Vsbzept","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"I''ll check the weather in Florence, Italy for you."},{"type":"tool_use","id":"toolu_01Dx5rwFL7pCC3c11qUZiSFH","name":"weather","input":{"location":"Florence, Italy"}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":394,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":66,"service_tier":"standard"}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 2.2413465s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 859
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"},{"content":[{"text":"I''ll check the weather in Florence, Italy for you.","type":"text"},{"id":"toolu_01Dx5rwFL7pCC3c11qUZiSFH","input":{"location":"Florence, Italy"},"name":"weather","type":"tool_use"}],"role":"assistant"},{"content":[{"tool_use_id":"toolu_01Dx5rwFL7pCC3c11qUZiSFH","content":[{"text":"40 C","type":"text"}],"type":"tool_result"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"msg_01DvxRTrWQwennnPVCKYDpVg","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"The current weather in Florence, Italy is 40°C (104°F). That''s quite hot! It''s a very warm day in Florence."}],"stop_reason":"end_turn","stop_sequence":null,"usage":{"input_tokens":475,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":34,"service_tier":"standard"}}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 2.441049125s
@@ -0,0 +1,148 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 510
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ event: message_start
+ data: {"type":"message_start","message":{"id":"msg_01YNtSKCnRnNJoaUmmcZVnsF","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":394,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":8,"service_tier":"standard"}}}
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"I'll check the weather in Florence,"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" Italy for you."} }
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":0 }
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01TQLWhUiZa4j3esJhrzHpRV","name":"weather","input":{}} }
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\"lo"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"cation\""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":": "} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"\"Florence"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":",Italy\"}"} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":1 }
+
+ event: message_delta
+ data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":394,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":66} }
+
+ event: message_stop
+ data: {"type":"message_stop" }
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 1.173477625s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 872
+ host: ""
+ body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"},{"content":[{"text":"I''ll check the weather in Florence, Italy for you.","type":"text"},{"id":"toolu_01TQLWhUiZa4j3esJhrzHpRV","input":{"location":"Florence,Italy"},"name":"weather","type":"tool_use"}],"role":"assistant"},{"content":[{"tool_use_id":"toolu_01TQLWhUiZa4j3esJhrzHpRV","content":[{"text":"40 C","type":"text"}],"type":"tool_result"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ event: message_start
+ data: {"type":"message_start","message":{"id":"msg_01Xib3pEmJjt4hNy7sEx4k5S","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":475,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":1,"service_tier":"standard"}} }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"The"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" current weather in Florence, Italy shows a temperature of 40°C (104"} }
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"°F). That's quite hot! Make sure to stay hydrated and seek"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" shade or air conditioning if you're planning to be out"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"doors."} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":0 }
+
+ event: message_delta
+ data: {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"input_tokens":475,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":49} }
+
+ event: message_stop
+ data: {"type":"message_stop" }
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 2.470388833s
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 815
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Add and multiply the number 2 and 3","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers"},{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"msg_01A5PGN4ueCUhzDB6xbU36up","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"I''ll add and multiply the numbers 2 and 3 for you."},{"type":"tool_use","id":"toolu_01VKhsyaKnZywCbVZ9pHYwWW","name":"add","input":{"a":2,"b":3}},{"type":"tool_use","id":"toolu_013ZmfmY7mBZm9anqQt9jqdu","name":"multiply","input":{"a":2,"b":3}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":507,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":137,"service_tier":"standard"}}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 3.283630333s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1361
- host: ""
@@ -1,160 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 812
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Add and multiply the number 2 and 3","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time.","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"add","description":"Add two numbers"},{"input_schema":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"},"name":"multiply","description":"Multiply two numbers"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- event: message_start
- data: {"type":"message_start","message":{"id":"msg_01D33E4JF3ZwZD2HqkXkwbQS","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":4,"service_tier":"standard"}} }
-
- event: content_block_start
- data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"I'll add an"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"d multiply the numbers 2 and 3 for"} }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" you."} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":0}
-
- event: content_block_start
- data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01HLPoXK6LHqHMYKpzUEJBAp","name":"add","input":{}} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"a\": 2"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":", \"b\": 3}"} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":1 }
-
- event: content_block_start
- data: {"type":"content_block_start","index":2,"content_block":{"type":"tool_use","id":"toolu_019bwqS1UvTVa3NPdJAdu2zD","name":"multiply","input":{}} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"{\""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"a\": 2"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":", "} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"\"b\""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":": 3}"} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":2 }
-
- event: message_delta
- data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":502,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":137} }
-
- event: message_stop
- data: {"type":"message_stop"}
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 1.250113459s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1358
- host: ""
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 205
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Say hi in Portuguese","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"msg_017KTuKXoM4C6SAss2KSxPAK","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"Oi! \n\n(That''s an informal \"hi\" in Portuguese. You could also say \"Olá\" for a slightly more formal greeting.)"}],"stop_reason":"end_turn","stop_sequence":null,"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":36,"service_tier":"standard"}}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 4.631234083s
@@ -1,62 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 219
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Say hi in Portuguese","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- event: message_start
- data: {"type":"message_start","message":{"id":"msg_01RFuVPPnYCFGL9ucejc3Rd4","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":5,"service_tier":"standard"}} }
-
- event: content_block_start
- data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"Olá! "} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"\n\n(That's \"hi\" in Portuguese!)"} }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":0 }
-
- event: ping
- data: {"type": "ping"}
-
- event: ping
- data: {"type": "ping"}
-
- event: message_delta
- data: {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":18} }
-
- event: message_stop
- data: {"type":"message_stop" }
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 1.141609875s
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 548
- host: ""
- body: '{"max_tokens":8096,"messages":[{"content":[{"text":"What''s the weather in Florence, Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"thinking":{"budget_tokens":4000,"type":"enabled"},"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,157 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 562
- host: ""
- body: '{"max_tokens":8096,"messages":[{"content":[{"text":"What''s the weather in Florence, Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"thinking":{"budget_tokens":4000,"type":"enabled"},"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- event: message_start
- data: {"type":"message_start","message":{"id":"msg_01D12QbeYmBERw387x1F4vHB","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":423,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":6,"service_tier":"standard"}} }
-
- event: content_block_start
- data: {"type":"content_block_start","index":0,"content_block":{"type":"thinking","thinking":"","signature":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":"The user is asking for"} }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" weather information for Florence, Italy. I have access"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" to a weather function that takes a location parameter. The user"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" has provided a specific location: \"Florence, Italy\". I have"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" all the required parameters to make this function call."} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"signature_delta","signature":"EqsDCkYICBgCKkBZgA2aLmZQDmRH4RVCT4iXR95b6oYoMjp4e2kPdf2Po5wKmOD2b4fyCcDgesqaf1am+tK5ghnLAfrPp0kAa4ZmEgz7xJ7dsX+9kX6x5sQaDKwfxRyHgF5D2PiztSIwGQ1HRyC/mwdt3c9Qu4E1xM0NfpBITMx9H4Eao8fquBpONVcKbndPXNMR1tM9GNP9KpIChms34P/x6SOMvZMtnXiMldFVeH/NQGzJkXpMYM0MIri6Mw2bsPdJQ9QhCDB5HFNpKPqbTjj4BS0ElqaVG6XL5INBVXMqhrvuLrfRFb3Q8azDwUSyUvsfGvdbQ7igv7mRD7gbkVb7CbKdxo6rz3D3lcBxSz9ssrGoviNlS23B0RBI8wmje1a40l0GS7uRxTXH70ZHRs6nOmsmXEUL+JOS3rMdpw8+SKl9r1JGHdur3Biyhy2/HwBnJUkfiOEEEh/QBc7UaANcLpuS0r4WJjC+PRiKhCKlHGNYdjU6d5bQOX1EcTqlvpxju+9Dv0vqXoPNObl3IUPAXmeReG/9aUO28vf52CH8+rafZ2cDYmjLpQrTpBgB"} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":0 }
-
- event: content_block_start
- data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01VDunTVNHZwPF7WfabdESCC","name":"weather","input":{}} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""}}
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\"loca"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"ti"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"on\": \"Flore"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"nce, Ital"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"y\"}"} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":1}
-
- event: message_delta
- data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":423,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":112}}
-
- event: message_stop
- data: {"type":"message_stop" }
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 1.456683208s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1733
- host: ""
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 496
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"msg_01XS5ugdqXSWzdgv1t8KCAgM","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"I''ll get the weather information for Florence, Italy for you."},{"type":"tool_use","id":"toolu_01H9xgJiNz1LrNwZBL2mhDSZ","name":"weather","input":{"location":"Florence,Italy"}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":394,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":67,"service_tier":"standard"}}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.846444333s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 869
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"},{"content":[{"text":"I''ll get the weather information for Florence, Italy for you.","type":"text"},{"id":"toolu_01H9xgJiNz1LrNwZBL2mhDSZ","input":{"location":"Florence,Italy"},"name":"weather","type":"tool_use"}],"role":"assistant"},{"content":[{"tool_use_id":"toolu_01H9xgJiNz1LrNwZBL2mhDSZ","content":[{"text":"40 C","type":"text"}],"type":"tool_result"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"msg_013cdiX8KF7mYMg4iXHqHMq5","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"The current weather in Florence, Italy shows a temperature of 40°C (104°F). That''s quite hot! It would be a good idea to stay hydrated and seek shade or air conditioning if you''re planning to be outdoors."}],"stop_reason":"end_turn","stop_sequence":null,"usage":{"input_tokens":476,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":53,"service_tier":"standard"}}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.396289583s
@@ -1,145 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 510
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- event: message_start
- data: {"type":"message_start","message":{"id":"msg_01Ev2qZySqgvcng4tnssxBCo","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":394,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":3,"service_tier":"standard"}} }
-
- event: content_block_start
- data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"I'll get"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" the current weather information for Florence, Italy for you."} }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":0 }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_start
- data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_01UJ8W4Q3xN4BF7BQbn4hx4p","name":"weather","input":{}} }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"locat"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"ion\":"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":" \"Florence, "} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"Italy\"}"} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":1 }
-
- event: message_delta
- data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":394,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":68} }
-
- event: message_stop
- data: {"type":"message_stop" }
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 990.073459ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 892
- host: ""
- body: '{"max_tokens":4000,"messages":[{"content":[{"text":"What''s the weather in Florence,Italy?","type":"text"}],"role":"user"},{"content":[{"text":"I''ll get the current weather information for Florence, Italy for you.","type":"text"},{"id":"toolu_01UJ8W4Q3xN4BF7BQbn4hx4p","input":{"location":"Florence, Italy"},"name":"weather","type":"tool_use"}],"role":"assistant"},{"content":[{"tool_use_id":"toolu_01UJ8W4Q3xN4BF7BQbn4hx4p","content":[{"text":"40 C","type":"text"}],"type":"tool_result"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - Anthropic/Go 1.10.0
- url: https://api.anthropic.com/v1/messages
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- event: message_start
- data: {"type":"message_start","message":{"id":"msg_01UQXrLmqCxBjSvkL5m4cPoV","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":477,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":2,"service_tier":"standard"}} }
-
- event: content_block_start
- data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"The current"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":" weather in Florence, Italy shows a temperature of 40°C ("} }
-
- event: ping
- data: {"type": "ping"}
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"104°F). That's quite hot"} }
-
- event: content_block_delta
- data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"! Florence is experiencing very warm weather today."} }
-
- event: content_block_stop
- data: {"type":"content_block_stop","index":0 }
-
- event: message_delta
- data: {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"input_tokens":477,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":36} }
-
- event: message_stop
- data: {"type":"message_stop"}
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 1.728299292s
@@ -0,0 +1,160 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 562
+ host: ""
+ body: '{"max_tokens":8096,"messages":[{"content":[{"text":"What''s the weather in Florence, Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"thinking":{"budget_tokens":4000,"type":"enabled"},"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ event: message_start
+ data: {"type":"message_start","message":{"id":"msg_01WBeG2NaYQ8w99747S3n8MZ","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":423,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":6,"service_tier":"standard"}} }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":0,"content_block":{"type":"thinking","thinking":"","signature":""} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":"The user is asking for"}}
+
+ event: ping
+ data: {"type": "ping"}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" weather information for Florence, Italy. I have"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" access to a weather function that takes a \"location\" parameter. The"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" user has provided the location as \"Florence,"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" Italy\" which is clear and specific. I have"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" all the required parameters to make this function call."} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":0,"delta":{"type":"signature_delta","signature":"EsQDCkYICBgCKkBr9+FTcKs+la0OlmRVB4HF/bTERKj+hr9pp9uxwdet2/P99iNZh/vwxm7Cd5wrZD0FnPkUz3DEqXv+ZoIL2fAoEgxOEzQepAptMFJiFJcaDM2L2wJzGec9170N1SIwHhl0DW0hXYbwHTRAR6w9biU0HwUh00oLghjeBusiv40ctsJB4tO/WyOR2f0iH7pZKqsC3UTE2b7nqQUmYP8dEDfnfNdbr24zEaWiZ2QMbwv9ZrwtUy0Wo/ot3n9JMpocHUSwtyKzB4GsMsgr/xtGEl9541AMSFhR1G8y3Ffn22e6pXV7dakwU/vxcBTvdwfBplrBxxJ1zT/ieuQUrdemKCRZS4QVmaVijUpYQMaQF7iCJJPKYI+wBhxT0y0yOoVqORKg2AuRmbkTpMfKZJ5xRBLAeydMhloeKfYswDDisWIChmJlclIro0Jr80OhpohTcQGayY4fjn0A/ir+9PYzLzjGitR3a+/lfHvuTmPC9AnWv3Sp87mddUuJ10jqO9QWXNTnAVdehLiN/heJVjOMkXCstWLVUycEgnfwXEqlNMMFuRAfOwTte0Ls9qHkl3Fzo8ompJiqxF879rSwcSEYAQ=="} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":0 }
+
+ event: content_block_start
+ data: {"type":"content_block_start","index":1,"content_block":{"type":"tool_use","id":"toolu_0171KFcBwn1Z64XzvQfz3sZS","name":"weather","input":{}} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":""}}
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"{\"location"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"\": \"F"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"lo"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"rence, I"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"taly"} }
+
+ event: content_block_delta
+ data: {"type":"content_block_delta","index":1,"delta":{"type":"input_json_delta","partial_json":"\"}"} }
+
+ event: content_block_stop
+ data: {"type":"content_block_stop","index":1 }
+
+ event: message_delta
+ data: {"type":"message_delta","delta":{"stop_reason":"tool_use","stop_sequence":null},"usage":{"input_tokens":423,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":119} }
+
+ event: message_stop
+ data: {"type":"message_stop" }
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 1.294270083s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1796
+ host: ""
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 548
+ host: ""
+ body: '{"max_tokens":8096,"messages":[{"content":[{"text":"What''s the weather in Florence, Italy?","type":"text"}],"role":"user"}],"model":"claude-sonnet-4-20250514","system":[{"text":"You are a helpful assistant","type":"text"}],"thinking":{"budget_tokens":4000,"type":"enabled"},"tool_choice":{"disable_parallel_tool_use":false,"type":"auto"},"tools":[{"input_schema":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"},"name":"weather","description":"Get weather information for a location"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - Anthropic/Go 1.10.0
+ url: https://api.anthropic.com/v1/messages
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,136 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 826
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "functionCall": {
+ "name": "add",
+ "args": {
+ "a": 2,
+ "b": 3
+ }
+ },
+ "thoughtSignature": "Cr4BAdHtim9LvttVUIQ0QpEtexErSfMWokWFxdJCGfdh4M6N0YBwqI+kBhIbVJOwQonI1GmBaw8lfUzjvYYW2ScSRvYAUJoBWMRuLzcaafC/2FnOcLPR9hyaC9499fBWocLFbnCRO/0bzA+Z4uAS81EL/zTqCsZuO5OS5KwvLe9OIbPXrMc65pKhED6D80UaJe9+9OfeIKsTf53yxXUk7elFlA//EukpULLiadHrHKMVFu9FKnHwFBQ+BsY9lALcSg=="
+ },
+ {
+ "functionCall": {
+ "name": "multiply",
+ "args": {
+ "a": 2,
+ "b": 3
+ }
+ }
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 125,
+ "candidatesTokenCount": 36,
+ "totalTokenCount": 200,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 125
+ }
+ ],
+ "thoughtsTokenCount": 39
+ },
+ "modelVersion": "gemini-2.5-flash",
+ "responseId": "53LWaN-ZF8_l7M8Pt4CxmQE"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 1.153815667s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1173
+ host: generativelanguage.googleapis.com
+ body: |
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 809
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: "data: {\"candidates\": [{\"content\": {\"parts\": [{\"functionCall\": {\"name\": \"add\",\"args\": {\"b\": 3,\"a\": 2}},\"thoughtSignature\": \"CikB0e2Kb3lvvSL0It28ryFF9z5njRrxz3nsWrllFnR383RdO+Nvx+O+jAptAdHtim90asVCH4fPJo0zzAM1LahZnmnG89/nkCa+cp1fnFR9gNoREBnHD+AeskNrSR799cQqjqA9e/fU82a1LDE59kURBuczfm0udTUlIHvry3e8sg4ST4P3T1HxxDl7fdjSs6U0OYGcu4J1TgpnAdHtim8/SPXWy3ZQd+BX+TdRCZ+dmdpkztv5mNK8x6m8pkAIeVPJOQq2xOq1R4kXryxbzcjeEgW60lBKOaHz8sVUMkuHC03Y0WnuNr29ObdqmLCQdSFRvpLljGIXoYQU4egHik5IiQ==\"},{\"functionCall\": {\"name\": \"multiply\",\"args\": {\"b\": 3,\"a\": 2}}}],\"role\": \"model\"},\"finishReason\": \"STOP\",\"index\": 0}],\"usageMetadata\": {\"promptTokenCount\": 121,\"candidatesTokenCount\": 36,\"totalTokenCount\": 195,\"promptTokensDetails\": [{\"modality\": \"TEXT\",\"tokenCount\": 121}],\"thoughtsTokenCount\": 38},\"modelVersion\": \"gemini-2.5-flash\",\"responseId\": \"6HLWaOOUB8W1nsEP0aLTmQs\"}\r\n\r\n"
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 798.333667ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1156
+ host: generativelanguage.googleapis.com
+ body: |
@@ -0,0 +1,62 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 202
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "Olá!\n\nIn Portuguese, \"hi\" or \"hello\" is **\"Olá\"**."
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 11,
+ "candidatesTokenCount": 19,
+ "totalTokenCount": 54,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 11
+ }
+ ],
+ "thoughtsTokenCount": 24
+ },
+ "modelVersion": "gemini-2.5-flash",
+ "responseId": "4nLWaKeCGN-ynsEPsYS_iAs"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 831.958458ms
@@ -0,0 +1,34 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 202
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: "data: {\"candidates\": [{\"content\": {\"parts\": [{\"text\": \"Olá!\"}],\"role\": \"model\"},\"finishReason\": \"STOP\",\"index\": 0}],\"usageMetadata\": {\"promptTokenCount\": 11,\"candidatesTokenCount\": 2,\"totalTokenCount\": 39,\"promptTokensDetails\": [{\"modality\": \"TEXT\",\"tokenCount\": 11}],\"thoughtsTokenCount\": 26},\"modelVersion\": \"gemini-2.5-flash\",\"responseId\": \"4nLWaP6OKvCDkdUP7Ze-gAc\"}\r\n\r\n"
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 423.699166ms
@@ -0,0 +1,126 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 509
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "functionCall": {
+ "name": "weather",
+ "args": {
+ "location": "Florence,Italy"
+ }
+ },
+ "thoughtSignature": "CoQCAdHtim/RXh2BurmfhDAIWuDZaECZhw96eMGy0JrHOvouNR43xVQZdtrsPVDRc9XlaGzzZMpiBeJ90773lWhO96qMygspNDBUXQLCnl73AjXpkroRFxcupqHe0xjcZq1WwTLqmq+1JOcdZ4EY9MQl2LkBccWIM38fZFW0bV76uuGAikuhRw8huaD7EjP/8819+E7WVVGKjmaYr2lchfYv36/1OJU4Y2cqwgO6aNTEyVBYmbs61vN4SaNhj+ogcJ6orbgNLiq0Q2nfLL2LPLBxW3MfefywSvaq147G6NmA6HCfno10SEBA5tmrNfmFMvfdOcppyRB8rfDU0QXcyDnJEhUNfrQ="
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 54,
+ "candidatesTokenCount": 15,
+ "totalTokenCount": 122,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 54
+ }
+ ],
+ "thoughtsTokenCount": 53
+ },
+ "modelVersion": "gemini-2.5-flash",
+ "responseId": "43LWaMOULuH6nsEP-JagUA"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 926.95325ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 734
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence,Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "The weather in Florence, Italy is 40 C."
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 84,
+ "candidatesTokenCount": 12,
+ "totalTokenCount": 96,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 84
+ }
+ ]
+ },
+ "modelVersion": "gemini-2.5-flash",
+ "responseId": "5HLWaP7VKJS9kdUP1JnEcA"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 906.09475ms
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 509
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
@@ -0,0 +1,136 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 826
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "functionCall": {
+ "name": "add",
+ "args": {
+ "a": 2,
+ "b": 3
+ }
+ },
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 809
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
@@ -0,0 +1,62 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 202
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "Of course!\n\nThe most common ways to say \"hi\" in Portuguese are:\n\n* **Olá** (A bit more formal, like \"hello\")\n* **Oi** (Very common and casual, like \"hi\")"
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 11,
+ "candidatesTokenCount": 49,
+ "totalTokenCount": 677,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 11
+ }
+ ],
+ "thoughtsTokenCount": 617
+ },
+ "modelVersion": "gemini-2.5-pro",
+ "responseId": "8HLWaNeEFcqpkdUPnej7cA"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 7.315723791s
@@ -0,0 +1,34 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 202
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
@@ -0,0 +1,128 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 509
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "functionCall": {
+ "name": "weather",
+ "args": {
+ "location": "Florence, Italy"
+ }
+ },
+ "thoughtSignature": "CoIEADAxMjP/1r9Ehb1hMsCGxmRcIP+NfJYs5AhN1vOqcJSADnQNg0th80QbX5wKXuEj5Qf/EhEXvIKSHiTZTEIre13But3TzRwORDAJjrprSqG778poPprDsbFv+mUlydKMQ/2xv32LcNVeAAWf/b3fp9LX+02t2LWNh1Q07j50ok7vf5pTaH3MVY6xTKekx9mSen3IsKX1u95mu8EJKBCd7bUJri8WZDuuh7ujhWZxfcSe0uRtwQTPCxzY0ZPwOdKPh0Pi4qqwTIBUgczVJHdAzwZrJGLlf5X53i/tcV3N0x8/Evg5yMrqrTrmOKW6j7fcYpvnVi6qa+VTQsFLBgMmA3sB+KiHEepTUjqOzVsONvCPEUY401AmopBy/+0IZKXAoSFrfMDI5nYc+QtxBH2d0QIfk9ZAYY98B3vo1edYZt7Hzc8D/YkBHUcmMsIjVYyfTyuWGalq0vXYqj6jzjHKu1t+oIV6GhehVhCX6MFNu2ogIFPREusFNmqHQvRsIIaatOgddEEy+kath3csDKU41RKvD6XCtt0LkAwCVR/S+zJHdphGkgy3DxAENrmpOLkP/4DPMv/VvmtPcVo9pp2GGy515YnrPgPD9N++lPFXB+pY27tVhCpgRo/XDnM7cot64U3IURL35jgvYPytKsU7J9+G+KI/uUFKhDLKfpsFCJMVaw=="
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 54,
+ "candidatesTokenCount": 15,
+ "totalTokenCount": 188,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 54
+ }
+ ],
+ "thoughtsTokenCount": 119
+ },
+ "modelVersion": "gemini-2.5-pro",
+ "responseId": "_HLWaOTEEaaE7M8P2v-q6AY"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 2.570022292s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 735
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence, Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "It is 40 C in Florence, Italy.",
+ "thoughtSignature": "CrEFADAxMjOTETaUeVTeEBfr/K5W2YcCHTKu2k2V7oGdytdZWBmRyAWtt6l1BEuP1CaoRb5xKDNZiZAPbwfsZjb4xW7nV34Va6I7Q7XtewDymKsCwTGoO6pbJJ02jm/LgjSsv6LsHxu37DlTo2IQzaM9OgEGRqRksE4FcGNJA06RBbm3KZLUJLue19ZW9E1ucict1u+jc7W/Hk+JqYdd3nlZPEVsbAdAVhxV3gsh6ElJuK47hAzj1sEbzt2pxEMx7abDMxAxPsm+i059DM3URTOcsHGHApsr3fvjdFReFGA+HyPm37wTysqoOsP6pjUzAN6IKP+OFYP1fZcWUsR4rI6pn1KSPGcl37pT3vGbkLTjxHahTMdcnipUTOTQRP/FkG99SeYcqXGWDTeXjbOR4GnrFIFGVHog7VUmMN7bx9UUpnOQ6chGzT7ZoayyhcQTCi5yYCzNAT4rXgg0eCwpMu13OTaeI+KVIbuCqgKLswrQ+9nllsRgpngmoE2p3U+Y1FFz0intoU2tBDI6AVf134xvnBWHVsbWry05QJPP5RQQYJ3EHEvYaHdWkHiWuO8i9aZ99YQ0U6O92Sy0i31qY8eXLH1JzZ/KESHra7pDOPUPNAgnZLxm3gnbfUafehEEes0NG4DJ8YIh4Lqy25g+Uk6IXl6WzCiHiveji5towENouDnmAc9ONCXX5rf2a+Gv392bdO9bIXzaWdRTVBWdfgq0NcqX+o2uqZL9+oK5tgho5YodFN4Y9yA1cR+zJV+cEJ80s1Td8kEF4oFpQgleLmid+sXtWS7zRd0CoTM0MuKXrfFzmZVAYSWrOnI06Bfjp2yuVt0EfwmZnTb2iaL/WcFoErPtu4cotTnl+zcZe53hEytICMm2JdpVjia5SoVttqe0Vuusk5cD86WPQ8Bu2JSfP8s="
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 84,
+ "candidatesTokenCount": 11,
+ "totalTokenCount": 261,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 84
+ }
+ ],
+ "thoughtsTokenCount": 166
+ },
+ "modelVersion": "gemini-2.5-pro",
+ "responseId": "_3LWaM30LrSC7M8PlbSegA4"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 3.478226625s
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 509
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
@@ -1,136 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 826
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "functionCall": {
- "name": "add",
- "args": {
- "a": 2,
- "b": 3
- }
- },
- "thoughtSignature": "CuYBAdHtim9rsfRQFdQvezJa9hybeS9Hbi7bCm6R0f1RrO3gH+kpR/PEFVIR9twUVPONUMwIRRSJgUJ4UtrMg1ACXXEiZjKaJarbC8AuG/5byPzjYLvPjV5YVDGM6mriHehMAYqflRhgM/zORfz+4KjUfIHViu/YAKk6tBA0lC+YxEd2P+nTHNkzqo9nNI8k7nmgeuvthN90CWOHbPRupskZQZGx6CoK9iebXJOcvBNOPE02xeXHswIeWmzNQDkwsIxrclZquklsdmBhuhQ6V2FWy0ALFLPQ0RpIcY+/Jq44E786PfvCS7E="
- },
- {
- "functionCall": {
- "name": "multiply",
- "args": {
- "a": 2,
- "b": 3
- }
- }
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 125,
- "candidatesTokenCount": 36,
- "totalTokenCount": 212,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 125
- }
- ],
- "thoughtsTokenCount": 51
- },
- "modelVersion": "gemini-2.5-flash",
- "responseId": "_8zTaL7cFdqCvdIPo9vr-Q4"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 1.198658s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1173
- host: generativelanguage.googleapis.com
- body: |
@@ -1,136 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 826
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "functionCall": {
- "name": "add",
- "args": {
- "a": 2,
- "b": 3
- }
- },
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 809
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: "data: {\"candidates\": [{\"content\": {\"parts\": [{\"functionCall\": {\"name\": \"add\",\"args\": {\"b\": 3,\"a\": 2}},\"thoughtSignature\": \"CiQB0e2Kb/wg59SA5uNwIlSCkT0nL8gdHYpZ9oUpLnPNjqyjICUKXQHR7YpvEa+6eoL/N/ee31Y5PG8pFwnd+2qMWxaquObYNwoKe1uNyoRmMUMUM9RZIe01BFEw8cPBQWBD3fHk87Q0UwDCAHMqT2LTyAeKLfA36r5TdqDeQa4zwupd0gp/AdHtim8E82VBvD479xod0wMoMC8MW0XSVUjJ6GoByclizl4sNX4ZJPLassbuijZTuKAkwR5ALOeamC1/Kz4ILzQpeGEdW2uOT/XGWbm6c75q8j17AO9yEJAvLBD7OF0JVA+0gXHguBjYxMj2lHjyPQwgUDjSsMUlKQc0QRAk6g==\"},{\"functionCall\": {\"name\": \"multiply\",\"args\": {\"a\": 2,\"b\": 3}}}],\"role\": \"model\"},\"finishReason\": \"STOP\",\"index\": 0}],\"usageMetadata\": {\"promptTokenCount\": 121,\"candidatesTokenCount\": 36,\"totalTokenCount\": 196,\"promptTokensDetails\": [{\"modality\": \"TEXT\",\"tokenCount\": 121}],\"thoughtsTokenCount\": 39},\"modelVersion\": \"gemini-2.5-flash\",\"responseId\": \"AM3TaLHIGceDvdIPrKrO8QI\"}\r\n\r\n"
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 815.9645ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1156
- host: generativelanguage.googleapis.com
- body: |
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 809
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Add and multiply the number 2 and 3"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant. Always use both add and multiply at the same time."}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Add two numbers","name":"add","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}},{"description":"Multiply two numbers","name":"multiply","parameters":{"properties":{"a":{"description":"first number","type":"INTEGER"},"b":{"description":"second number","type":"INTEGER"}},"required":["a","b"],"type":"OBJECT"}}]}]}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
@@ -1,62 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 202
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "Olá!"
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 11,
- "candidatesTokenCount": 2,
- "totalTokenCount": 38,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 11
- }
- ],
- "thoughtsTokenCount": 25
- },
- "modelVersion": "gemini-2.5-flash",
- "responseId": "j7HSaNb8E-fknsEPzczo4QI"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 687.882791ms
@@ -1,62 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 202
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "Of course!\n\nThe most common ways to say \"hi\" in Portuguese are:\n\n* **Oi** (more informal and very common, especially in Brazil)\n* **Olá** (a bit more formal, like \"hello\")"
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 11,
- "candidatesTokenCount": 50,
- "totalTokenCount": 667,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 11
- }
- ],
- "thoughtsTokenCount": 606
- },
- "modelVersion": "gemini-2.5-pro",
- "responseId": "mLHSaNy4DqeunsEPy_THqAY"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 7.978276458s
@@ -1,34 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 202
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: "data: {\"candidates\": [{\"content\": {\"parts\": [{\"text\": \"Olá!\"}],\"role\": \"model\"},\"finishReason\": \"STOP\",\"index\": 0}],\"usageMetadata\": {\"promptTokenCount\": 11,\"candidatesTokenCount\": 2,\"totalTokenCount\": 32,\"promptTokensDetails\": [{\"modality\": \"TEXT\",\"tokenCount\": 11}],\"thoughtsTokenCount\": 19},\"modelVersion\": \"gemini-2.5-flash\",\"responseId\": \"kLHSaLKrBOm1nsEPkOi30AM\"}\r\n\r\n"
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 903.535375ms
@@ -1,34 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 202
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
@@ -1,130 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 550
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "**My Approach to the Florence Weather Query**\n\nOkay, so the user needs the weather for Florence, Italy. No problem. That's a straightforward request. I know I have a tool called `weather`, which is perfect for this. My first thought is to grab that tool and use it. I'll need to specify the location, of course. \"Florence, Italy\" is what I need to feed into the `location` parameter of the `weather` tool. Essentially, I'm just going to call the `weather` tool with \"Florence, Italy\" as the input. That should give me the weather information they're looking for. Easy peasy.\n",
- "thought": true
- },
- {
- "functionCall": {
- "name": "weather",
- "args": {
- "location": "Florence, Italy"
- }
- },
- "thoughtSignature": "CpICAdHtim/uAn9hFcnUaVUJ5BitYNYMl+/HjfIwgECLXLa3/RJ5LabwcGy+nwddN6CF1P8/jUTBrNjwxP5ox9pPRMTUyuCKbDerCwo8lNJqqakI/rqXM8znQkO0jPdkTG+tyOJpjIAFvCL2b9zTXG6IIk3utmTAbvFkg2tR81WCcvf0zZshcWyjoGZYLL419U3Pn5tiOvwWbaZED0P1IHgyIQ1SWJrN4hlK2XSCdApHe9sYYg6Tq52pGVSNSBJOMxAjbPUhmRHA0kOAozgUiduvEqyzaxJTB8imN8KmrtLzZJxQUC54pg9KkSTQ5gz0jixmT+NTPATrnyUDOqZ6i69rPVtlWANHhscj8RooCKj6s3eX4A=="
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 54,
- "candidatesTokenCount": 15,
- "totalTokenCount": 125,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 54
- }
- ],
- "thoughtsTokenCount": 56
- },
- "modelVersion": "gemini-2.5-flash",
- "responseId": "scXTaIm8B-m1nsEP4trWkAM"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.234945625s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 776
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence, Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "The weather in Florence, Italy is 40 degrees Celsius."
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 84,
- "candidatesTokenCount": 13,
- "totalTokenCount": 97,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 84
- }
- ]
- },
- "modelVersion": "gemini-2.5-flash",
- "responseId": "scXTaPDFIvPPnsEP4rTvuAM"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 411.970958ms
@@ -1,130 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 550
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "**Thinking about Weather in Florence**\n\nOkay, so I'm trying to figure out the weather in Florence, Italy. That's a pretty straightforward request. From what I know about the available tools, this falls perfectly within the scope of the `weather.get_weather` function. It seems that all I need to do is plug \"Florence, Italy\" into the `location` parameter and I should get the information I need. Seems simple enough.\n",
- "thought": true
- },
- {
- "functionCall": {
- "name": "weather",
- "args": {
- "location": "Florence, Italy"
- }
- },
- "thoughtSignature": "CpwCAdHtim88P4nCnVwvqi9uT52t2Jr3nEZZzq0Nc4Nu8ZYwHUX2ZctVNCfrWJjOAzPFVSaT5b8mIZTGog+tkOI8gJdAzyrUwi3N2ArFuTZq/be92EzfVEBmCyrG4sVqsQsMbpNfM6Xq0XUa8XC3H9yOh0mWGBjGEaM6t511bAJ0bst1pkTo2u1GXOFvnVbMjENFnbkkZz4Zrjp+JFQvyX+MAVV0MkVyaJ0Pru/J7lHZgT+TPO9pz70LUomT2XepZKBIeEvsjRux7obfsX9AfiTPNY4m9SAFNZGlZOMbGbijIYMgODR0XPaLwXtLtDthaJrZANKPsAn9NKdLBOT7wBSM2PJoJ/cGklvvH6G11Ouhqno9iILH5DvJkCJUcbg="
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 54,
- "candidatesTokenCount": 15,
- "totalTokenCount": 135,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 54
- }
- ],
- "thoughtsTokenCount": 66
- },
- "modelVersion": "gemini-2.5-pro",
- "responseId": "tsXTaOmOLK7CnsEPhrDXmA0"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 5.094352209s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 776
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence, Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "The weather in Florence, Italy is 40 C. \n"
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 84,
- "candidatesTokenCount": 12,
- "totalTokenCount": 96,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 84
- }
- ]
- },
- "modelVersion": "gemini-2.5-pro",
- "responseId": "t8XTaNbKL6-FvdIPhdyn2QI"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 1.057940625s
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 550
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 550
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.0
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
@@ -1,126 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 509
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "functionCall": {
- "name": "weather",
- "args": {
- "location": "Florence,Italy"
- }
- },
- "thoughtSignature": "CrICAdHtim/gZoWocgB+XI87BU6vh9bvMt0gEZv5kkwIiXSyxYqnM5y1VgXh7GyS65m7wqlKPsHg5Qbk5DHsCSzvu9XP7s3K+FbzV/bVHJ0Ajm+lNrK1n5zAQPx5FVDV9CYW39XxT8tF8DBOH7y1/dafG0z3J4N/ZGoU5QudSwp99SiGWa4RHIEL1nIoZf2a3WPUrmNfBwvtZNL8Un4fDbTeAjwULvAhGKopxpihz/RNGrRgsGrC7j2NZKMWjYCXddMNW1w2y49VqZa1JUwDAUREHAPqBxabgjQnGHRFUrc7FgZycp3dieT+0FFiiVDGdw+B94pucHg6LZqZw/PRD8Va4KZI1uT0ljtD0Z8/ALD4m9+5S9C/eCCsy6VKlinKx5Yarlu/TDFE0UG+WDUMC9J0ff3m"
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 54,
- "candidatesTokenCount": 15,
- "totalTokenCount": 133,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 54
- }
- ],
- "thoughtsTokenCount": 64
- },
- "modelVersion": "gemini-2.5-flash",
- "responseId": "XNXSaO-0M_rlvdIP9eyjqQo"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 1.271185916s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 734
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence,Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "The weather in Florence, Italy is 40 C."
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 84,
- "candidatesTokenCount": 12,
- "totalTokenCount": 96,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 84
- }
- ]
- },
- "modelVersion": "gemini-2.5-flash",
- "responseId": "XdXSaNjmFuSExN8Pu5SpuQY"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 524.095333ms
@@ -1,126 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 509
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "functionCall": {
- "name": "weather",
- "args": {
- "location": "Florence, Italy"
- }
- },
- "thoughtSignature": "CtkEAdHtim8vRS2q1TrAJdxVzvbHAeN0QbQAxCL0vvQyS4N+jnaAROjFe/JfRm0AorpQwVb54O4bSeJY+Z7KC+fvGGVBX0GsrBxovx6ekQGfiUee4CI/sl6QpXoHc0go3sAl5Lmem2aSWbVkmNUz02PvcVvt8E4y2unBFPbmho4yM7hNDwOP1Rlr1GAjjTyapXMBJFPC6PHAUZXtOEmGc3xMur89XZrt1YAQuW/FOliDSYSmSZbu+DiEWu0UrGnwKXVq7vPpB939rowjTKN35sW0iifbEy2AQm0WfPyD6Qcwejx2K1RHcesW7G2Syn/07ckElPDJNXjt1rKdpBD63RuaqfyIfNXLfXWTIsb2T/wh1X8FCBQl0802uN5khAkRfhMmGkD53lp874f62Yph8c68Wbogkbl9NvH8t4ZWaa5K+lT4jAJXHOtkiCOAiCxsHaYz/DHxmghcPL8kZomsoFCKq/Q2HsBgDu1piTm6Oj2dUs1hCO0pa8Q5jjpwS64ASDC9JZYYpOoQUWmtlth1KR3C8UxDa0WIS7by6QTA7mY0cQSr3XEQcn1UHnc0FFCoolR2PJxOK2n7ZFLPn3b+RDme0urxYoF3GAZOvGBf/bY9tNV5WYamVPX633iXJE6KZb2WxvbYEeEg8khe09/sQmPffQ9/Br7PAdCyrgGKfHqwkWQP/dI/5Wq4cIfmHtBIwBQlRo3eG3fz9yAyJZh/dLa2V7Y7R/fShTf7f4TUdtnRR3u1DghargS9thMZQ9KBx1/CNCcBu2P8f/H3SJ7rJqtN4YA7e01eDLVRVg=="
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 54,
- "candidatesTokenCount": 15,
- "totalTokenCount": 211,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 54
- }
- ],
- "thoughtsTokenCount": 142
- },
- "modelVersion": "gemini-2.5-pro",
- "responseId": "ZNXSaLjiNNTVxN8P_4XRCQ"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.822218166s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 735
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence, Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "candidates": [
- {
- "content": {
- "parts": [
- {
- "text": "The weather in Florence, Italy is 40 C. \n"
- }
- ],
- "role": "model"
- },
- "finishReason": "STOP",
- "index": 0
- }
- ],
- "usageMetadata": {
- "promptTokenCount": 84,
- "candidatesTokenCount": 12,
- "totalTokenCount": 96,
- "promptTokensDetails": [
- {
- "modality": "TEXT",
- "tokenCount": 84
- }
- ]
- },
- "modelVersion": "gemini-2.5-pro",
- "responseId": "ZtXSaPujMt_UxN8PwdDxuAI"
- }
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 1.956346125s
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 509
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 509
- host: generativelanguage.googleapis.com
- body: |
- {"contents":[{"parts":[{"text":"What's the weather in Florence,Italy?"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
- form:
- alt:
- - sse
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - google-genai-sdk/1.23.0 gl-go/go1.25.1
- url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 550
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
@@ -0,0 +1,130 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 550
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "**Alright, here's what I'm thinking.**\n\nThe user wants the weather, simple enough. They've specified \"Florence, Italy\". My internal processing is telling me I have a `weather` tool that's specifically designed for this sort of query. It needs a `location` argument, and \"Florence, Italy\" is *perfect* for that. So, I should just feed \"Florence, Italy\" directly into the `weather` tool's `location` parameter. That's it, should be a quick and easy retrieval.\n",
+ "thought": true
+ },
+ {
+ "functionCall": {
+ "name": "weather",
+ "args": {
+ "location": "Florence, Italy"
+ }
+ },
+ "thoughtSignature": "Cv0BAdHtim/faT2T5UU6b+75rrcyw9ZzINxOjX23TIc40xJ+vXIv0bdgEIs1AckES34/063nRHBt7/gjtCTI+I/EQvdFAeW8wmtXO0Bp7Vqyineg3rw9u9W4E//mEjfLqcP9EiYi4HER9Pwj+iASiRpZQ0l/hJ32cSCzFVLVgVPQFRlWOrl7AbqZKRZDx1u72L6+3VBhXTGAB+i8m4CK0s1HY4/apyoOcfHVKJyNviC9kXRUhGstF6LO1Gwhz4ckVPHrVOMUCbEDkdcqR4zkCm1R/x6r+9nXwJKoKli5BDcQ7LssCBal009/HaRMJxVnFOLKi5NgSUFqf5SBmZ006g=="
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 54,
+ "candidatesTokenCount": 15,
+ "totalTokenCount": 120,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 54
+ }
+ ],
+ "thoughtsTokenCount": 51
+ },
+ "modelVersion": "gemini-2.5-flash",
+ "responseId": "FHPWaKjHEu-C7M8P4Yuh8QY"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 2.220739041s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 776
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence, Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "The weather in Florence, Italy is 40 degrees Celsius."
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 84,
+ "candidatesTokenCount": 13,
+ "totalTokenCount": 97,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 84
+ }
+ ]
+ },
+ "modelVersion": "gemini-2.5-flash",
+ "responseId": "FHPWaL-mJ4X9nsEP8NW9qQc"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 338.789083ms
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 550
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ form:
+ alt:
+ - sse
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:streamGenerateContent?alt=sse
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
@@ -0,0 +1,130 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 550
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "**Getting the Weather in Florence**\n\nOkay, so I'm trying to figure out the weather in Florence, Italy. That's straightforward, really. My immediate thought is, \"I need to use that `weather.get_weather` function.\" It's designed for this kind of query. All I have to do is plug in \"Florence, Italy\" as the `location` parameter, and I should have the information I need. Easy peasy.\n",
+ "thought": true
+ },
+ {
+ "functionCall": {
+ "name": "weather",
+ "args": {
+ "location": "Florence, Italy"
+ }
+ },
+ "thoughtSignature": "CpwCADAxMjOrBS23pWMtbykG2/HxS9zDAprusCU0aR/qeI4cMnnfJCAl4n2UOC6oNCFeNyL3anLH6D2mEwiah92877DeEAig/Rm9u98ApqtJ6mu9vaKXr92/xyQ3EOwYzdXtPEb8LS4qK0SQGWG4zB4KUTVliondCRp6EgYlmlArjj0zbbvNYE1YHtQ6jzR6FpLphhFY8jDP73M0JkwANtjZf+dv9aFNX9pNAK5XYfZCIPEzzWoJpV6zQ5v8dwdj7nSXUqWsd06MR5sRwrfVmtpGrKaDzdDwVcxg2GiWWfYggDbC9EpUidRpCcZt2rKOM486MLgrK1/yIRUCC4jdueC3rkzgihndxJqFNKZw4I1+0Ob+XCw8wanXc9lb314="
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 54,
+ "candidatesTokenCount": 15,
+ "totalTokenCount": 135,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 54
+ }
+ ],
+ "thoughtsTokenCount": 66
+ },
+ "modelVersion": "gemini-2.5-pro",
+ "responseId": "vHXWaNC4EY7ivdIPg5bG-QM"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 4.127855167s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 776
+ host: generativelanguage.googleapis.com
+ body: |
+ {"contents":[{"parts":[{"text":"What's the weather in Florence, Italy?"}],"role":"user"},{"parts":[{"functionCall":{"args":{"location":"Florence, Italy"},"id":"weather","name":"weather"}}],"role":"model"},{"parts":[{"functionResponse":{"id":"weather","name":"weather","response":{"result":"40 C"}}}],"role":"user"}],"generationConfig":{"thinkingConfig":{"includeThoughts":true,"thinkingBudget":128}},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"},"toolConfig":{"functionCallingConfig":{"mode":"AUTO"}},"tools":[{"functionDeclarations":[{"description":"Get weather information for a location","name":"weather","parameters":{"properties":{"location":{"description":"the city","type":"STRING"}},"required":["location"],"type":"OBJECT"}}]}]}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - google-genai-sdk/1.23.0 gl-go/go1.25.1
+ url: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro:generateContent
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "candidates": [
+ {
+ "content": {
+ "parts": [
+ {
+ "text": "The weather in Florence, Italy is 40 degrees Celsius. \n"
+ }
+ ],
+ "role": "model"
+ },
+ "finishReason": "STOP",
+ "index": 0
+ }
+ ],
+ "usageMetadata": {
+ "promptTokenCount": 84,
+ "candidatesTokenCount": 13,
+ "totalTokenCount": 97,
+ "promptTokensDetails": [
+ {
+ "modality": "TEXT",
+ "tokenCount": 84
+ }
+ ]
+ },
+ "modelVersion": "gemini-2.5-pro",
+ "responseId": "vXXWaNC2HOqLxN8P_pmomQM"
+ }
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 1.178061334s
@@ -0,0 +1,153 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 816
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XJEkzXehFvxL0bZtmn3X8bgEgl",
+ "object": "chat.completion",
+ "created": 1758884657,
+ "model": "gpt-4o-mini-2024-07-18",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": null,
+ "tool_calls": [
+ {
+ "id": "call_FCjSdfiDyZbfKofJ8aYgjarN",
+ "type": "function",
+ "function": {
+ "name": "add",
+ "arguments": "{\"a\": 2, \"b\": 3}"
+ }
+ },
+ {
+ "id": "call_AgpIWMgz4cq1cKBsv6Mziy64",
+ "type": "function",
+ "function": {
+ "name": "multiply",
+ "arguments": "{\"a\": 2, \"b\": 3}"
+ }
+ }
+ ],
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "tool_calls"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 110,
+ "completion_tokens": 50,
+ "total_tokens": 160,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_560af6e559"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.27362425s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1247
+ host: ""
@@ -0,0 +1,147 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o-mini","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"Jc55JP"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_CGT5idjqbJEWyLlJgPfsmFYb","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"OmSduDa945dbJ"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"JGWO5LWiKSK"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"hiqHPmiezH46"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"OSQtmBsHX"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_OrChv4bx3cZusgzSYcsNBXxI","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"zeRuqxfB"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"p7UhRLOP29K"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"tlEc9WchAOF2"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"iobxrSeLl"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"rVIe1UbTRO4Fjt4"}
+
+ data: {"id":"chatcmpl-CK0XL6hjKzmU1T07yvr9rjTCPOnAh","object":"chat.completion.chunk","created":1758884659,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"XSLg3zvv"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 1.289823791s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1284
+ host: ""
@@ -0,0 +1,69 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 161
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XDJXMRJFIQoawW09BP2SyM4Ot8",
+ "object": "chat.completion",
+ "created": 1758884651,
+ "model": "gpt-4o-mini-2024-07-18",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Hi! In Portuguese, you would say \"Olá!\"",
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 20,
+ "completion_tokens": 11,
+ "total_tokens": 31,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_560af6e559"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 761.996916ms
@@ -0,0 +1,44 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 215
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XEa10Hau7DKHUO2epNihUILBAk","object":"chat.completion.chunk","created":1758884652,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"mTQZfrLcd"}
+
+ data: {"id":"chatcmpl-CK0XEa10Hau7DKHUO2epNihUILBAk","object":"chat.completion.chunk","created":1758884652,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"kFGU8bXe"}
+
+ data: {"id":"chatcmpl-CK0XEa10Hau7DKHUO2epNihUILBAk","object":"chat.completion.chunk","created":1758884652,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"6WTCbco7Wv"}
+
+ data: {"id":"chatcmpl-CK0XEa10Hau7DKHUO2epNihUILBAk","object":"chat.completion.chunk","created":1758884652,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"pJDRU"}
+
+ data: {"id":"chatcmpl-CK0XEa10Hau7DKHUO2epNihUILBAk","object":"chat.completion.chunk","created":1758884652,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"bo3PrVK8BB3"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 709.002458ms
@@ -0,0 +1,145 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 453
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o-mini","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XFLvJhhbJXQpYZSq0bUsexpP18",
+ "object": "chat.completion",
+ "created": 1758884653,
+ "model": "gpt-4o-mini-2024-07-18",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": null,
+ "tool_calls": [
+ {
+ "id": "call_KJtOtoO7dF2DgTI8nctku9EC",
+ "type": "function",
+ "function": {
+ "name": "weather",
+ "arguments": "{\"location\":\"Florence, Italy\"}"
+ }
+ }
+ ],
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "tool_calls"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 61,
+ "completion_tokens": 16,
+ "total_tokens": 77,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_560af6e559"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.169646666s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 705
+ 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_KJtOtoO7dF2DgTI8nctku9EC","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_KJtOtoO7dF2DgTI8nctku9EC","role":"tool"}],"model":"gpt-4o-mini","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XGrDAk6At7slQfnVXf7SWIPNI9",
+ "object": "chat.completion",
+ "created": 1758884654,
+ "model": "gpt-4o-mini-2024-07-18",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "The current weather in Florence, Italy, is 40°C.",
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 86,
+ "completion_tokens": 14,
+ "total_tokens": 100,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_560af6e559"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 772.468958ms
@@ -0,0 +1,117 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 507
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o-mini","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_DETfkgrMGPDgJzwS62NSuRPa","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"LX9odVHb"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"c1yYSDZaI1UDYV"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ZToBjCwft"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"SXENj4krMldO"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"O4dIvyXTiV9nE"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"CHahf3pIqTc5c"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RCwjNsUKEVK"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"dpgaKu5zTDw8CZ"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"cYYcBlfkMvDVd07"}
+
+ data: {"id":"chatcmpl-CK0XH1YEf20Nk6A5GRZVFbdBy8NvS","object":"chat.completion.chunk","created":1758884655,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"aX8SEVMo9D"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 713.193958ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 759
+ 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_DETfkgrMGPDgJzwS62NSuRPa","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_DETfkgrMGPDgJzwS62NSuRPa","role":"tool"}],"model":"gpt-4o-mini","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Nld6m4L8f"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Tt22VYUt"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"HSH"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" temperature"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"YVBXBDODyk7cIJS"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"0owI6QAQ"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"A8"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Koc2bQX8BA"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MN5Jc"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MmkAFvX2"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"EdhYi7wxQ1"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"AQOB4uaLd"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"u3tu0x3Af"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RpzcBAg3HO"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"NfRGq"}
+
+ data: {"id":"chatcmpl-CK0XIUwrhgZGexhOP9ECHm2D0DZLr","object":"chat.completion.chunk","created":1758884656,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"QW8EXr68zX"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 631.400833ms
@@ -0,0 +1,153 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 811
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XA5ghLRvKpjSC7Rg3T1y9lcS4l",
+ "object": "chat.completion",
+ "created": 1758884648,
+ "model": "gpt-4o-2024-08-06",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": null,
+ "tool_calls": [
+ {
+ "id": "call_xzBAj3TQym7plpg6LQrUqzNb",
+ "type": "function",
+ "function": {
+ "name": "add",
+ "arguments": "{\"a\": 2, \"b\": 3}"
+ }
+ },
+ {
+ "id": "call_EhG6PUMSJoTy4yH4uYeOL1fB",
+ "type": "function",
+ "function": {
+ "name": "multiply",
+ "arguments": "{\"a\": 2, \"b\": 3}"
+ }
+ }
+ ],
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "tool_calls"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 110,
+ "completion_tokens": 50,
+ "total_tokens": 160,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_cbf1785567"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 888.207625ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1242
+ host: ""
@@ -0,0 +1,151 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 848
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o","max_tokens":4000,"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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"qnpNwYTQFp4"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_MBriMTSHw1UFtzQAduPP0Mkj","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"73"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"t"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"CrvdpBgVuwx3Xz"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"2INCr"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_7sVj20JsN3VYpXv8pZuLDruY","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"4mr5kRbqRoraJ"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"0"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"fxhC40qt4dPvrJ"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"xjieU"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"fYPH"}
+
+ data: {"id":"chatcmpl-CK0XBiHwsrgUyuIOsQJ7L2KjpG0pb","object":"chat.completion.chunk","created":1758884649,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"xSLkv2SDLIEKV"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 948.292334ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1279
+ host: ""
@@ -0,0 +1,69 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 156
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o","max_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0X4bZcI8nrXIcHWmKudgvXDxrDA",
+ "object": "chat.completion",
+ "created": 1758884642,
+ "model": "gpt-4o-2024-08-06",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Olá!",
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 20,
+ "completion_tokens": 2,
+ "total_tokens": 22,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_f33640a400"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.155694458s
@@ -0,0 +1,44 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 210
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0X5ZDGxyhuWeT5rVCHaFGRgbccv","object":"chat.completion.chunk","created":1758884643,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"HqD71AKa50tXXh"}
+
+ data: {"id":"chatcmpl-CK0X5ZDGxyhuWeT5rVCHaFGRgbccv","object":"chat.completion.chunk","created":1758884643,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"40xIFsLyWvteo"}
+
+ data: {"id":"chatcmpl-CK0X5ZDGxyhuWeT5rVCHaFGRgbccv","object":"chat.completion.chunk","created":1758884643,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"2FARzZxtjhy5wgw"}
+
+ data: {"id":"chatcmpl-CK0X5ZDGxyhuWeT5rVCHaFGRgbccv","object":"chat.completion.chunk","created":1758884643,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"Y6BYwTwbLh"}
+
+ data: {"id":"chatcmpl-CK0X5ZDGxyhuWeT5rVCHaFGRgbccv","object":"chat.completion.chunk","created":1758884643,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":""}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 683.806291ms
@@ -0,0 +1,145 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 448
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0X6hYUe2ObsAoS3agGWpVx6KAIF",
+ "object": "chat.completion",
+ "created": 1758884644,
+ "model": "gpt-4o-2024-08-06",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": null,
+ "tool_calls": [
+ {
+ "id": "call_PzVhbfSC5fkOlTTPrPLKF3og",
+ "type": "function",
+ "function": {
+ "name": "weather",
+ "arguments": "{\"location\":\"Florence, Italy\"}"
+ }
+ }
+ ],
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "tool_calls"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 61,
+ "completion_tokens": 16,
+ "total_tokens": 77,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_f33640a400"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 870.074417ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 700
+ 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_PzVhbfSC5fkOlTTPrPLKF3og","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_PzVhbfSC5fkOlTTPrPLKF3og","role":"tool"}],"model":"gpt-4o","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0X7Hzh8cJn4geVw2dn4qX583KOX",
+ "object": "chat.completion",
+ "created": 1758884645,
+ "model": "gpt-4o-2024-08-06",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "The weather in Florence, Italy is currently 40°C.",
+ "refusal": null,
+ "annotations": []
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 86,
+ "completion_tokens": 13,
+ "total_tokens": 99,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 0,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": "fp_f33640a400"
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 578.292709ms
@@ -0,0 +1,117 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 502
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_9ljXFCM8IxQxKHyEsUQVijHp","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"UAGY3b30VnPgY"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"OgK"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Q3DcqpRbSwpb3R"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"p"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"AR"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MA"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ARQ9S"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"gGD"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"U9KT"}
+
+ data: {"id":"chatcmpl-CK0X7SLV8PNKV91i8JXuZrQ5mP03w","object":"chat.completion.chunk","created":1758884645,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"NJ7nx5YCufYwsl5"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 791.905875ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 754
+ 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_9ljXFCM8IxQxKHyEsUQVijHp","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_9ljXFCM8IxQxKHyEsUQVijHp","role":"tool"}],"model":"gpt-4o","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ot2BLWJZM4mQCF"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"mRJkBDkrUI2ci"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"1L6dJjW9"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" temperature"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"paCu"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"jr3Q8VcSKhEoL"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"fW43Xry"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"wrIYFJtAid7igZY"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ggB92W1IhU"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"oz7GPYuLjC8YF"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BkYtBy1jdlqB4yU"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"2yi0arRy2iRUkk"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"oyLNpZLu7c19qd"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"RjlnTLetR4N1OZC"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"GEcdbaZ1IU"}
+
+ data: {"id":"chatcmpl-CK0X8AngXdsZNpiHAr4nAL68UhG4O","object":"chat.completion.chunk","created":1758884646,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_f33640a400","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"W54neIykgflNQwN"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 733.489417ms
@@ -0,0 +1,151 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 821
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XnxWhgtkMe0wP3vgmBDyXKUnRG",
+ "object": "chat.completion",
+ "created": 1758884687,
+ "model": "gpt-5-2025-08-07",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": null,
+ "tool_calls": [
+ {
+ "id": "call_owMpyw7UQNzI7NZYQdaRAHuw",
+ "type": "function",
+ "function": {
+ "name": "add",
+ "arguments": "{\"a\": 2, \"b\": 3}"
+ }
+ },
+ {
+ "id": "call_UMUj2rz9wz4i1f0yViOfELBg",
+ "type": "function",
+ "function": {
+ "name": "multiply",
+ "arguments": "{\"a\": 2, \"b\": 3}"
+ }
+ }
+ ],
+ "refusal": null,
+ "annotations": []
+ },
+ "finish_reason": "tool_calls"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 194,
+ "completion_tokens": 379,
+ "total_tokens": 573,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 320,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": null
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 4.394474708s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1252
+ host: ""
@@ -0,0 +1,143 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 858
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"finish_reason":null}],"obfuscation":"A267Qlz"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_AXhYybFxqFkolGcqOgAFoSFX","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null}],"obfuscation":"RFeaNwHIAYBsVY"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"WJMeoEiRsqUQ"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"ICdxIqu5A6utx"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"EEVOXd76AO"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"b"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_3coDGg9Vq8TWdNxqZhONlTvf","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null}],"obfuscation":"FlbQ1NJFg"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"cT6Z7pBgiudL"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"hBepHW4ne1PKa"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"8cRTwxjNfk"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"n"}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XtZlLMkqbw0LEkkXg7xLSmvy9K","object":"chat.completion.chunk","created":1758884693,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":190,"completion_tokens":315,"total_tokens":505,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":256,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"9PJ53E"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 3.330712625s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1289
+ host: ""
@@ -0,0 +1,68 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 166
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-5","max_completion_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XOu05MsCCjlsUQ8FMCiweyNIzy",
+ "object": "chat.completion",
+ "created": 1758884662,
+ "model": "gpt-5-2025-08-07",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Oi!",
+ "refusal": null,
+ "annotations": []
+ },
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 19,
+ "completion_tokens": 267,
+ "total_tokens": 286,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 256,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": null
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 7.980275959s
@@ -0,0 +1,44 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 220
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XVjPg2s2l38Jp4lk55TNIOTFhX","object":"chat.completion.chunk","created":1758884669,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"DkFHOAsKPT"}
+
+ data: {"id":"chatcmpl-CK0XVjPg2s2l38Jp4lk55TNIOTFhX","object":"chat.completion.chunk","created":1758884669,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Olá"},"finish_reason":null}],"usage":null,"obfuscation":"DDecr705I"}
+
+ data: {"id":"chatcmpl-CK0XVjPg2s2l38Jp4lk55TNIOTFhX","object":"chat.completion.chunk","created":1758884669,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"xXHCpUUBS0F"}
+
+ data: {"id":"chatcmpl-CK0XVjPg2s2l38Jp4lk55TNIOTFhX","object":"chat.completion.chunk","created":1758884669,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"YGdqo0"}
+
+ data: {"id":"chatcmpl-CK0XVjPg2s2l38Jp4lk55TNIOTFhX","object":"chat.completion.chunk","created":1758884669,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":19,"completion_tokens":75,"total_tokens":94,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"W9Y009RwUv"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 2.723195042s
@@ -0,0 +1,143 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 458
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-5","max_completion_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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XYLtrTcQa9MlwDz9fensX4gebx",
+ "object": "chat.completion",
+ "created": 1758884672,
+ "model": "gpt-5-2025-08-07",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": null,
+ "tool_calls": [
+ {
+ "id": "call_f7ty26Ui6FOEcr62i17rpqTm",
+ "type": "function",
+ "function": {
+ "name": "weather",
+ "arguments": "{\"location\":\"Florence, Italy\"}"
+ }
+ }
+ ],
+ "refusal": null,
+ "annotations": []
+ },
+ "finish_reason": "tool_calls"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 145,
+ "completion_tokens": 153,
+ "total_tokens": 298,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 128,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": null
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 3.940455375s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 710
+ 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_f7ty26Ui6FOEcr62i17rpqTm","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_f7ty26Ui6FOEcr62i17rpqTm","role":"tool"}],"model":"gpt-5","max_completion_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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {
+ "id": "chatcmpl-CK0XcDcYqMxxiRhTx5TCZV8YODtaI",
+ "object": "chat.completion",
+ "created": 1758884676,
+ "model": "gpt-5-2025-08-07",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "It’s currently around 40°C in Florence, Italy. Would you like details like conditions, wind, or a forecast?",
+ "refusal": null,
+ "annotations": []
+ },
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 176,
+ "completion_tokens": 226,
+ "total_tokens": 402,
+ "prompt_tokens_details": {
+ "cached_tokens": 0,
+ "audio_tokens": 0
+ },
+ "completion_tokens_details": {
+ "reasoning_tokens": 192,
+ "audio_tokens": 0,
+ "accepted_prediction_tokens": 0,
+ "rejected_prediction_tokens": 0
+ }
+ },
+ "service_tier": "default",
+ "system_fingerprint": null
+ }
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 4.914360584s
@@ -0,0 +1,143 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 512
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-5","max_completion_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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_R6xW0RTSZLIX6N8k9assZBi6","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"gD6Jtbj4f"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"Mp2kWW2NQYHWbWR"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null}],"usage":null,"obfuscation":"eYcxIjga47"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"EDTLdzBMQA4Fu"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null}],"usage":null,"obfuscation":"nt5fI6wBEoQ7RL"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null}],"usage":null,"obfuscation":"ALfx9Lp79jtGNE"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null}],"usage":null,"obfuscation":"J"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null}],"usage":null,"obfuscation":"KxzKpGDg69qm"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null}],"usage":null,"obfuscation":"9BLLcr0UYPn5fcR"}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""}
+
+ data: {"id":"chatcmpl-CK0XhIKDGZ1uM1c703bF4VNG9Iwdr","object":"chat.completion.chunk","created":1758884681,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":145,"completion_tokens":89,"total_tokens":234,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"aNuoJMq8"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 2.150256292s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 764
+ 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_R6xW0RTSZLIX6N8k9assZBi6","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_R6xW0RTSZLIX6N8k9assZBi6","role":"tool"}],"model":"gpt-5","max_completion_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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.openai.com/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"1QwDd8Ke63"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"It"},"finish_reason":null}],"usage":null,"obfuscation":"0yJ0HwOjeE"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"’s"},"finish_reason":null}],"usage":null,"obfuscation":"VNddxQuik0"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" currently"},"finish_reason":null}],"usage":null,"obfuscation":"G8"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" about"},"finish_reason":null}],"usage":null,"obfuscation":"3zOerF"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"Rn08jDfgDZ6"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"40"},"finish_reason":null}],"usage":null,"obfuscation":"SAq4MKX1tU"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°C"},"finish_reason":null}],"usage":null,"obfuscation":"hjG5RtTJEr"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" in"},"finish_reason":null}],"usage":null,"obfuscation":"CMAmDZpK1"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Florence"},"finish_reason":null}],"usage":null,"obfuscation":"Qe2"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"84OPfcO8SSl"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Italy"},"finish_reason":null}],"usage":null,"obfuscation":"MwI72m"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"."},"finish_reason":null}],"usage":null,"obfuscation":"7evHde6w0ci"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Would"},"finish_reason":null}],"usage":null,"obfuscation":"H4cgYK"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" you"},"finish_reason":null}],"usage":null,"obfuscation":"K1Z94VsI"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" like"},"finish_reason":null}],"usage":null,"obfuscation":"s2z6de3"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" the"},"finish_reason":null}],"usage":null,"obfuscation":"zkMR0F71"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" hourly"},"finish_reason":null}],"usage":null,"obfuscation":"KjnAr"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" or"},"finish_reason":null}],"usage":null,"obfuscation":"X99Z6vjPI"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"dQe993jbPM1"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"7"},"finish_reason":null}],"usage":null,"obfuscation":"BYBiweUr5ri"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"-day"},"finish_reason":null}],"usage":null,"obfuscation":"yb8PgNjS"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" forecast"},"finish_reason":null}],"usage":null,"obfuscation":"Mo4"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" as"},"finish_reason":null}],"usage":null,"obfuscation":"tEIYgn6d5"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" well"},"finish_reason":null}],"usage":null,"obfuscation":"7HlqGyB"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"?"},"finish_reason":null}],"usage":null,"obfuscation":"EfVBOumj9S1"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"3c3k2U"}
+
+ data: {"id":"chatcmpl-CK0XjsfRcuJKkovHfxUB7XypOCIdK","object":"chat.completion.chunk","created":1758884683,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":176,"completion_tokens":162,"total_tokens":338,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":128,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"QKSbao"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream; charset=utf-8
+ status: 200 OK
+ code: 200
+ duration: 3.872249167s
@@ -1,153 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 816
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJHNMiBU5lXyiDpJ3Yf1X8o8Crw80",
- "object": "chat.completion",
- "created": 1758711060,
- "model": "gpt-4o-mini-2024-07-18",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": null,
- "tool_calls": [
- {
- "id": "call_fHc6yzovqB6JPczldIdg7r7Z",
- "type": "function",
- "function": {
- "name": "add",
- "arguments": "{\"a\": 2, \"b\": 3}"
- }
- },
- {
- "id": "call_zumf4AvQJr4cmTe48gOOC24l",
- "type": "function",
- "function": {
- "name": "multiply",
- "arguments": "{\"a\": 2, \"b\": 3}"
- }
- }
- ],
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "tool_calls"
- }
- ],
- "usage": {
- "prompt_tokens": 110,
- "completion_tokens": 50,
- "total_tokens": 160,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_560af6e559"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.228339708s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1247
- host: ""
@@ -1,153 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 811
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJHNH2dXxKGldjJny0ACqmVenq9rg",
- "object": "chat.completion",
- "created": 1758711055,
- "model": "gpt-4o-2024-08-06",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": null,
- "tool_calls": [
- {
- "id": "call_5fM1APgtF5q2WlnOX53JkAME",
- "type": "function",
- "function": {
- "name": "add",
- "arguments": "{\"a\": 2, \"b\": 3}"
- }
- },
- {
- "id": "call_Q3SOAToCdGA6MSA6uBRRNe6u",
- "type": "function",
- "function": {
- "name": "multiply",
- "arguments": "{\"a\": 2, \"b\": 3}"
- }
- }
- ],
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "tool_calls"
- }
- ],
- "usage": {
- "prompt_tokens": 110,
- "completion_tokens": 50,
- "total_tokens": 160,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_cbf1785567"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.433327375s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1242
- host: ""
@@ -1,151 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 821
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJHNWTrpQnOjtZob48FeSHWZTT8J8",
- "object": "chat.completion",
- "created": 1758711070,
- "model": "gpt-5-2025-08-07",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": null,
- "tool_calls": [
- {
- "id": "call_ucYrrss6ETc3YnQdA7grAXuZ",
- "type": "function",
- "function": {
- "name": "add",
- "arguments": "{\"a\": 2, \"b\": 3}"
- }
- },
- {
- "id": "call_KZuPmn3DhLp34eU3WPV6d2BC",
- "type": "function",
- "function": {
- "name": "multiply",
- "arguments": "{\"a\": 2, \"b\": 3}"
- }
- }
- ],
- "refusal": null,
- "annotations": []
- },
- "finish_reason": "tool_calls"
- }
- ],
- "usage": {
- "prompt_tokens": 194,
- "completion_tokens": 251,
- "total_tokens": 445,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 192,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": null
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 3.828985s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1252
- host: ""
@@ -1,147 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 853
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o-mini","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"AGF69X"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_Q8W7KkmxptZBWk2s8xnxXFPl","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"gDqy4r3lDGMcp"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"KZL31nAvGw8"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"M0uQRhXNw4Og"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"BVCZ4J0NW"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_MwOxFdo6JUxCF0V8ziIw4t16","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"vCM8d8a2"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"7HuPrKzBsyx"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"U6AGBkK548Ar"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"pbPCaWWZj"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"GNJrdQwrAVZCmAT"}
-
- data: {"id":"chatcmpl-CJHNQaSjPPlF7EpRv6UpeBYesRJ9Y","object":"chat.completion.chunk","created":1758711064,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"h61nnl4a"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 3.485648416s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1284
- host: ""
@@ -1,139 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 848
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-4o","max_tokens":4000,"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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"obfuscation":"gYycE8bGxRs"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_YB2z7czj8CpHqvM2JH3sZuyT","type":"function","function":{"name":"add","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"Uq"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"K"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"plXnocT9VWPw3G"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"OVang"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_o69r4fxpWyrEKXCkOcYC32hd","type":"function","function":{"name":"multiply","arguments":""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"l7zORJPGaICXA"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"logprobs":null,"finish_reason":null}],"obfuscation":""}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"h"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"pX7N3rSbpyQcGX"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"logprobs":null,"finish_reason":null}],"obfuscation":"G8XJB"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"ImsR"}
-
- data: {"id":"chatcmpl-CJHNKBordpG3dD1hxk9enxHleJEUD","object":"chat.completion.chunk","created":1758711058,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_159664a9b7","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":50,"total_tokens":156,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"CdpdwAcRMFvAY"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 1.794241833s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1279
- host: ""
@@ -1,149 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 858
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null},"finish_reason":null}],"obfuscation":"tRr4MWV"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"id":"call_uGZIZgYV239LH2BcgCVoEX1C","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null}],"obfuscation":"ZijLcnJH6qBQG4"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"x89cjweiNHyn"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"bPpGfQFTOYaqY"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"2Qef6EI9eu"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"k"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"id":"call_GIiXnK6epwIL2fkBJxqtDsnr","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null}],"obfuscation":"QozeMJq2T"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"{\"a\""}}]},"finish_reason":null}],"obfuscation":"L0Qg8AHu9J2C"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":": 2, "}}]},"finish_reason":null}],"obfuscation":"zZNXPzgpljO24"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"\"b\": 3"}}]},"finish_reason":null}],"obfuscation":"UXTHjsPVuC"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"usage":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null}],"obfuscation":"J"}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""}
-
- data: {"id":"chatcmpl-CJHNb5sK9QF6j1570CkbHF00Xb9ay","object":"chat.completion.chunk","created":1758711075,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":190,"completion_tokens":315,"total_tokens":505,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":256,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"QNTmkP"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 4.013523333s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1289
- host: ""
@@ -1,69 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 161
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CIyJYqz8D13qvLHrzmPDBgcLI2yis",
- "object": "chat.completion",
- "created": 1758637788,
- "model": "gpt-4o-mini-2024-07-18",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": "Hi! In Portuguese, you would say \"Oi!\"",
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "stop"
- }
- ],
- "usage": {
- "prompt_tokens": 20,
- "completion_tokens": 11,
- "total_tokens": 31,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_560af6e559"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.50388225s
@@ -1,69 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 156
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o","max_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CIyJWzUZJShy0RouHvhJJ2Hy2UAfY",
- "object": "chat.completion",
- "created": 1758637786,
- "model": "gpt-4o-2024-08-06",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": "Olá!",
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "stop"
- }
- ],
- "usage": {
- "prompt_tokens": 20,
- "completion_tokens": 2,
- "total_tokens": 22,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_f33640a400"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.153691459s
@@ -1,68 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 166
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-5","max_completion_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CIyJdVnMfKeENR9RRovE2NBB00W7o",
- "object": "chat.completion",
- "created": 1758637793,
- "model": "gpt-5-2025-08-07",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": "Olá!",
- "refusal": null,
- "annotations": []
- },
- "finish_reason": "stop"
- }
- ],
- "usage": {
- "prompt_tokens": 19,
- "completion_tokens": 139,
- "total_tokens": 158,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 128,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": null
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 7.150942875s
@@ -1,44 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 215
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o-mini","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CIyJaOZW1cSN0oFzR0KNpr0DEQdxO","object":"chat.completion.chunk","created":1758637790,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"qa8IO7ML3"}
-
- data: {"id":"chatcmpl-CIyJaOZW1cSN0oFzR0KNpr0DEQdxO","object":"chat.completion.chunk","created":1758637790,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"Oi"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"epi9ETo8G"}
-
- data: {"id":"chatcmpl-CIyJaOZW1cSN0oFzR0KNpr0DEQdxO","object":"chat.completion.chunk","created":1758637790,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BVCz1VPweF"}
-
- data: {"id":"chatcmpl-CIyJaOZW1cSN0oFzR0KNpr0DEQdxO","object":"chat.completion.chunk","created":1758637790,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"VS66Q"}
-
- data: {"id":"chatcmpl-CIyJaOZW1cSN0oFzR0KNpr0DEQdxO","object":"chat.completion.chunk","created":1758637790,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"nek2YcQCjRz"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 3.206862375s
@@ -1,44 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 210
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-4o","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CIyJXHI3WU565cXirytCPOLgRqHly","object":"chat.completion.chunk","created":1758637787,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"yWAz3isSyfZvUk"}
-
- data: {"id":"chatcmpl-CIyJXHI3WU565cXirytCPOLgRqHly","object":"chat.completion.chunk","created":1758637787,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{"content":"Olá"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"DFLb9RhUI6jN1"}
-
- data: {"id":"chatcmpl-CIyJXHI3WU565cXirytCPOLgRqHly","object":"chat.completion.chunk","created":1758637787,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Lp6KWcGxa5knPEU"}
-
- data: {"id":"chatcmpl-CIyJXHI3WU565cXirytCPOLgRqHly","object":"chat.completion.chunk","created":1758637787,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"TPrEUpV8Bn"}
-
- data: {"id":"chatcmpl-CIyJXHI3WU565cXirytCPOLgRqHly","object":"chat.completion.chunk","created":1758637787,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_cbf1785567","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":""}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 818.509375ms
@@ -1,44 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 220
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CIyJk1jvLtm20C4X3sbgJxP3jPduL","object":"chat.completion.chunk","created":1758637800,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"uHhgO9zaTG"}
-
- data: {"id":"chatcmpl-CIyJk1jvLtm20C4X3sbgJxP3jPduL","object":"chat.completion.chunk","created":1758637800,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"Olá"},"finish_reason":null}],"usage":null,"obfuscation":"CDpyKFZPF"}
-
- data: {"id":"chatcmpl-CIyJk1jvLtm20C4X3sbgJxP3jPduL","object":"chat.completion.chunk","created":1758637800,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}],"usage":null,"obfuscation":"16B86R3N6bM"}
-
- data: {"id":"chatcmpl-CIyJk1jvLtm20C4X3sbgJxP3jPduL","object":"chat.completion.chunk","created":1758637800,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"OzkKXU"}
-
- data: {"id":"chatcmpl-CIyJk1jvLtm20C4X3sbgJxP3jPduL","object":"chat.completion.chunk","created":1758637800,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":19,"completion_tokens":139,"total_tokens":158,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":128,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"ECuqld8"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 5.437192459s
@@ -1,145 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 453
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o-mini","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJ0tA9of0CM8ETGXxfZdS7K2U6fhV",
- "object": "chat.completion",
- "created": 1758647684,
- "model": "gpt-4o-mini-2024-07-18",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": null,
- "tool_calls": [
- {
- "id": "call_yWcF6pOXZEasjvDtCEk2QMxi",
- "type": "function",
- "function": {
- "name": "weather",
- "arguments": "{\"location\":\"Florence, Italy\"}"
- }
- }
- ],
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "tool_calls"
- }
- ],
- "usage": {
- "prompt_tokens": 61,
- "completion_tokens": 16,
- "total_tokens": 77,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_560af6e559"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 800.714667ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 705
- 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_yWcF6pOXZEasjvDtCEk2QMxi","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_yWcF6pOXZEasjvDtCEk2QMxi","role":"tool"}],"model":"gpt-4o-mini","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJ0tBUJaV0f3tn3An94PCF2ryFQ36",
- "object": "chat.completion",
- "created": 1758647685,
- "model": "gpt-4o-mini-2024-07-18",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": "The weather in Florence, Italy is currently 40°C.",
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "stop"
- }
- ],
- "usage": {
- "prompt_tokens": 86,
- "completion_tokens": 13,
- "total_tokens": 99,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_560af6e559"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 728.681917ms
@@ -1,145 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 448
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJ0t1KN0HyuYhTUOVdaJyIglR783c",
- "object": "chat.completion",
- "created": 1758647675,
- "model": "gpt-4o-2024-08-06",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": null,
- "tool_calls": [
- {
- "id": "call_rwEhF6Knw2t7cyFXf5CwFxhj",
- "type": "function",
- "function": {
- "name": "weather",
- "arguments": "{\"location\":\"Florence, Italy\"}"
- }
- }
- ],
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "tool_calls"
- }
- ],
- "usage": {
- "prompt_tokens": 61,
- "completion_tokens": 16,
- "total_tokens": 77,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_1827dd0c55"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.496159917s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 700
- 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_rwEhF6Knw2t7cyFXf5CwFxhj","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_rwEhF6Knw2t7cyFXf5CwFxhj","role":"tool"}],"model":"gpt-4o","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJ0t3lcTfNKs6bfvq2STBe95wG8hG",
- "object": "chat.completion",
- "created": 1758647677,
- "model": "gpt-4o-2024-08-06",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": "The current temperature in Florence, Italy is 40°C.",
- "refusal": null,
- "annotations": []
- },
- "logprobs": null,
- "finish_reason": "stop"
- }
- ],
- "usage": {
- "prompt_tokens": 86,
- "completion_tokens": 13,
- "total_tokens": 99,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 0,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": "fp_f33640a400"
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.449762542s
@@ -1,143 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 458
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-5","max_completion_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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJ0tKYDkQYGemoIfxaHKoXjVkX0A5",
- "object": "chat.completion",
- "created": 1758647694,
- "model": "gpt-5-2025-08-07",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": null,
- "tool_calls": [
- {
- "id": "call_wIjmJXgmSCyQXBTzFqSCIxLK",
- "type": "function",
- "function": {
- "name": "weather",
- "arguments": "{\"location\":\"Florence, Italy\"}"
- }
- }
- ],
- "refusal": null,
- "annotations": []
- },
- "finish_reason": "tool_calls"
- }
- ],
- "usage": {
- "prompt_tokens": 145,
- "completion_tokens": 153,
- "total_tokens": 298,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 128,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": null
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 6.411118125s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 710
- 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_wIjmJXgmSCyQXBTzFqSCIxLK","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_wIjmJXgmSCyQXBTzFqSCIxLK","role":"tool"}],"model":"gpt-5","max_completion_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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {
- "id": "chatcmpl-CJ0tQT9E0buo6ZDtPWlqLBi78nACz",
- "object": "chat.completion",
- "created": 1758647700,
- "model": "gpt-5-2025-08-07",
- "choices": [
- {
- "index": 0,
- "message": {
- "role": "assistant",
- "content": "It’s currently about 40°C (104°F) in Florence, Italy. Would you like a forecast or more details like wind and humidity?",
- "refusal": null,
- "annotations": []
- },
- "finish_reason": "stop"
- }
- ],
- "usage": {
- "prompt_tokens": 176,
- "completion_tokens": 294,
- "total_tokens": 470,
- "prompt_tokens_details": {
- "cached_tokens": 0,
- "audio_tokens": 0
- },
- "completion_tokens_details": {
- "reasoning_tokens": 256,
- "audio_tokens": 0,
- "accepted_prediction_tokens": 0,
- "rejected_prediction_tokens": 0
- }
- },
- "service_tier": "default",
- "system_fingerprint": null
- }
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 4.986148625s
@@ -1,117 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 507
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o-mini","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_eaFZk5oKtBMZbnNRWRTJtLd8","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"5KI0UtZk"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"xratVRRQUvO7ju"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"wYiTeV7h8"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"MPkLZkYPNsIR"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"TCU5TS5ww2nCI"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"wDqHJX5wYfcOA"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"rLIAlWnSklw"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"cSZ8YHtvjZ0s1X"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"XPQmeXulXZEoftW"}
-
- data: {"id":"chatcmpl-CJ0tBlueR3651IKlhIzPl3aK6mL6E","object":"chat.completion.chunk","created":1758647685,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"obbGCGoTl9"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 512.806041ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 759
- 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_eaFZk5oKtBMZbnNRWRTJtLd8","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_eaFZk5oKtBMZbnNRWRTJtLd8","role":"tool"}],"model":"gpt-4o-mini","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"zaIgHcc89"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"VmC7fB9t"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"p8h"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" weather"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"vXV"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"kyKyXttg"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"zA"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ez5qB60FIe"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Azhcm"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"V8wzXyf1"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BXxv0GdxY8"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"zkC1qjQIp"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"X76P2Vgf4"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"DfAlLE2gti"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"6WtHI"}
-
- data: {"id":"chatcmpl-CJ0tC6vKfIzgNkmkKDiGYcgC6i8h0","object":"chat.completion.chunk","created":1758647686,"model":"gpt-4o-mini-2024-07-18","service_tier":"default","system_fingerprint":"fp_560af6e559","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"cmTLrubMzR"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 530.826042ms
@@ -1,117 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 502
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-4o","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_DsLVX5dtxut3VpmGjk4pLjuJ","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"vqSrDr5OyXU4m"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"bLY"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ROH2xDb2UHSlWt"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"P"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"0k"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"J6"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"3N4p6"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":""}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"0KQ"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"usage":null,"obfuscation":"esuU"}
-
- data: {"id":"chatcmpl-CJ0t4RRGeoO2Fm6RBwapKmmznjkgN","object":"chat.completion.chunk","created":1758647678,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[],"usage":{"prompt_tokens":61,"completion_tokens":16,"total_tokens":77,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"1rw5kFUcAkARKC6"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 895.465916ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 754
- 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_DsLVX5dtxut3VpmGjk4pLjuJ","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_DsLVX5dtxut3VpmGjk4pLjuJ","role":"tool"}],"model":"gpt-4o","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"7tOM3ZUD6ldT6q"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"BZb5wdo6uPwk3"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"LoRsZTOM"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" temperature"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"vat0"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"XepN7xFKXNBtG"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"IoUT6Lf"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"lTPPYj42jAOLfZq"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ELkxqOy9cR"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Xo9O5Qrg9rTG4"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"OcilCqcnRrqI8b0"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"AkKZH9iLTPLWwW"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"ZgLJVEiJSDNwfh"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}],"usage":null,"obfuscation":"Tgl1ypvC7DYEENV"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"usage":null,"obfuscation":"rXXXF1AO5c"}
-
- data: {"id":"chatcmpl-CJ0t5pNKMz4aUQirct25yb1MaEedf","object":"chat.completion.chunk","created":1758647679,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_1827dd0c55","choices":[],"usage":{"prompt_tokens":86,"completion_tokens":13,"total_tokens":99,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":0,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"GiOGt9YVboGRIy6"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 864.815125ms
@@ -1,125 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 512
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"gpt-5","max_completion_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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_WSgpozR824ujfeAxEXnWmQBQ","type":"function","function":{"name":"weather","arguments":""}}],"refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"duGx3035D"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"Tztbt3c3Kbze6FE"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null}],"usage":null,"obfuscation":"26eQ3nimHA"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null}],"usage":null,"obfuscation":"TsD23k6WCx25H"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null}],"usage":null,"obfuscation":"JjGknbF1INt5TF"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null}],"usage":null,"obfuscation":"Gi8uBZzQIKsHiy"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null}],"usage":null,"obfuscation":"x"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null}],"usage":null,"obfuscation":"LW9lZdbCEZZW"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null}],"usage":null,"obfuscation":"95cXXqU4xVuJmzG"}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"usage":null,"obfuscation":""}
-
- data: {"id":"chatcmpl-CJ0tV25SmllzFkgw9mB6R45W4UvB5","object":"chat.completion.chunk","created":1758647705,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":145,"completion_tokens":89,"total_tokens":234,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"gfOQndVH"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 2.294974458s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 764
- 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_WSgpozR824ujfeAxEXnWmQBQ","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_WSgpozR824ujfeAxEXnWmQBQ","role":"tool"}],"model":"gpt-5","max_completion_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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.openai.com/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"finish_reason":null}],"usage":null,"obfuscation":"1p1YlAJWTw"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"It"},"finish_reason":null}],"usage":null,"obfuscation":"YZvt6jFlFB"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"’s"},"finish_reason":null}],"usage":null,"obfuscation":"DzZBdbfizD"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" currently"},"finish_reason":null}],"usage":null,"obfuscation":"Jd"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" about"},"finish_reason":null}],"usage":null,"obfuscation":"nPCpZB"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" "},"finish_reason":null}],"usage":null,"obfuscation":"V7WLM5bQiGv"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"40"},"finish_reason":null}],"usage":null,"obfuscation":"5uezkeMYMs"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°C"},"finish_reason":null}],"usage":null,"obfuscation":"OWCuuGdnOp"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" ("},"finish_reason":null}],"usage":null,"obfuscation":"NzvQsK86Pb"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"104"},"finish_reason":null}],"usage":null,"obfuscation":"XfNJqWzg2"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"°F"},"finish_reason":null}],"usage":null,"obfuscation":"uTIlmHt4OL"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":")"},"finish_reason":null}],"usage":null,"obfuscation":"u8dtXL0LscA"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" in"},"finish_reason":null}],"usage":null,"obfuscation":"7NixIZTSo"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Florence"},"finish_reason":null}],"usage":null,"obfuscation":"t53"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":","},"finish_reason":null}],"usage":null,"obfuscation":"FztKEw6muKe"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":" Italy"},"finish_reason":null}],"usage":null,"obfuscation":"FgCTCh"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{"content":"."},"finish_reason":null}],"usage":null,"obfuscation":"zsCfUMeT8fD"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"usage":null,"obfuscation":"5Fm2lZ"}
-
- data: {"id":"chatcmpl-CJ0tYuxf4NRj1f1izjE5LrYfxvqyY","object":"chat.completion.chunk","created":1758647708,"model":"gpt-5-2025-08-07","service_tier":"default","system_fingerprint":null,"choices":[],"usage":{"prompt_tokens":176,"completion_tokens":217,"total_tokens":393,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"completion_tokens_details":{"reasoning_tokens":192,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"obfuscation":"Sgd3oK"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream; charset=utf-8
- status: 200 OK
- code: 200
- duration: 4.122915208s
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 837
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-instruct-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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {"id":"chatcmpl-821a45ca-0c2c-4744-90df-30250620bba7","object":"chat.completion","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","tool_calls":[{"id":"functions.add:0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}},{"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"logprobs":null,"finish_reason":"tool_calls"}],"usage":{"queue_time":0.034706122,"prompt_tokens":211,"prompt_time":0.02151364,"completion_tokens":41,"completion_time":0.175949957,"total_tokens":252,"total_time":0.197463597},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k62v69wdeekbpebban95ny5e"},"service_tier":"on_demand"}
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 287.941834ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1216
+ host: ""
@@ -0,0 +1,165 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 874
+ 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-instruct-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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k62v6abtexz9x4ehz7ept3nt"}}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"I'll"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" help"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" you"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" add"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" multiply"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" numbers"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"tool_calls":[{"id":"functions.add:0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0}]},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"tool_calls":[{"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1}]},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"x_groq":{"id":"req_01k62v6abtexz9x4ehz7ept3nt","usage":{"queue_time":0.035435906,"prompt_tokens":207,"prompt_time":0.021306235,"completion_tokens":55,"completion_time":0.193797381,"total_tokens":262,"total_time":0.215103616}},"usage":{"queue_time":0.035435906,"prompt_tokens":207,"prompt_time":0.021306235,"completion_tokens":55,"completion_time":0.193797381,"total_tokens":262,"total_time":0.215103616}}
+
+ data: {"id":"chatcmpl-eaa5320c-c0d2-4f0b-b2c1-378d7e65e871","object":"chat.completion.chunk","created":1758884735,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.035435906,"prompt_tokens":207,"prompt_time":0.021306235,"completion_tokens":55,"completion_time":0.193797381,"total_tokens":262,"total_time":0.215103616},"service_tier":"on_demand"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 113.669917ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1317
+ host: ""
@@ -0,0 +1,34 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 182
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-instruct-0905","max_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {"id":"chatcmpl-c41f00a2-68dc-4952-ac9d-a2febf3945b6","object":"chat.completion","created":1758884733,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","content":"Olá!"},"logprobs":null,"finish_reason":"stop"}],"usage":{"queue_time":0.036316922,"prompt_tokens":20,"prompt_time":0.017865963,"completion_tokens":4,"completion_time":0.02970344,"total_tokens":24,"total_time":0.047569403},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k62v68w6f5btx1cmv31be5df"},"service_tier":"on_demand"}
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 334.810833ms
@@ -0,0 +1,44 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 236
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-instruct-0905","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-0544364e-cb53-4ca7-abe9-d5fc326e02cf","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k62v6917eejrqc5hh96eeeyz"}}
+
+ data: {"id":"chatcmpl-0544364e-cb53-4ca7-abe9-d5fc326e02cf","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"Oi"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-0544364e-cb53-4ca7-abe9-d5fc326e02cf","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-0544364e-cb53-4ca7-abe9-d5fc326e02cf","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"x_groq":{"id":"req_01k62v6917eejrqc5hh96eeeyz","usage":{"queue_time":0.035865149,"prompt_tokens":20,"prompt_time":0.009370029,"completion_tokens":3,"completion_time":0.006912131,"total_tokens":23,"total_time":0.01628216}},"usage":{"queue_time":0.035865149,"prompt_tokens":20,"prompt_time":0.009370029,"completion_tokens":3,"completion_time":0.006912131,"total_tokens":23,"total_time":0.01628216}}
+
+ data: {"id":"chatcmpl-0544364e-cb53-4ca7-abe9-d5fc326e02cf","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.035865149,"prompt_tokens":20,"prompt_time":0.009370029,"completion_tokens":3,"completion_time":0.006912131,"total_tokens":23,"total_time":0.01628216},"service_tier":"on_demand"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 114.54075ms
@@ -0,0 +1,65 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 474
+ 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-instruct-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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {"id":"chatcmpl-70b14f6a-3fb5-4bf5-8613-7670242afa1e","object":"chat.completion","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","content":"I'll check the weather in Florence, Italy for you.","tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"logprobs":null,"finish_reason":"tool_calls"}],"usage":{"queue_time":0.035155911,"prompt_tokens":99,"prompt_time":0.016527326,"completion_tokens":32,"completion_time":0.104014523,"total_tokens":131,"total_time":0.120541849},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k62v694nf5brr8zjscptd96b"},"service_tier":"on_demand"}
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 214.6305ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 768
+ 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 in 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-instruct-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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: |
+ {"id":"chatcmpl-c1ce333f-b2e7-46ae-b834-7ab0e4cd55c4","object":"chat.completion","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","content":"The weather in Florence, Italy is currently 40°C."},"logprobs":null,"finish_reason":"stop"}],"usage":{"queue_time":0.036013582,"prompt_tokens":150,"prompt_time":0.02103005,"completion_tokens":13,"completion_time":0.023271659,"total_tokens":163,"total_time":0.044301709},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k62v69bceejt468zwpw3c7wv"},"service_tier":"on_demand"}
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 136.771375ms
@@ -0,0 +1,123 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 528
+ 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-instruct-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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-f8dbbaa5-6f1a-48b5-8182-377b3774d8b1","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":null},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k62v69frexz821z0q8c8zy4z"}}
+
+ data: {"id":"chatcmpl-f8dbbaa5-6f1a-48b5-8182-377b3774d8b1","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"index":0}]},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-f8dbbaa5-6f1a-48b5-8182-377b3774d8b1","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"x_groq":{"id":"req_01k62v69frexz821z0q8c8zy4z","usage":{"queue_time":0.03504137,"prompt_tokens":99,"prompt_time":0.016409098,"completion_tokens":21,"completion_time":0.068214998,"total_tokens":120,"total_time":0.084624096}},"usage":{"queue_time":0.03504137,"prompt_tokens":99,"prompt_time":0.016409098,"completion_tokens":21,"completion_time":0.068214998,"total_tokens":120,"total_time":0.084624096}}
+
+ data: {"id":"chatcmpl-f8dbbaa5-6f1a-48b5-8182-377b3774d8b1","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.03504137,"prompt_tokens":99,"prompt_time":0.016409098,"completion_tokens":21,"completion_time":0.068214998,"total_tokens":120,"total_time":0.084624096},"service_tier":"on_demand"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 169.217209ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 759
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"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-instruct-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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.groq.com/openai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k62v69nqexz91h2x5y0qygzz"}}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"It"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"’s"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" currently"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" °"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"C"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" ("},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"about"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"104"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" °"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"F"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":")"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"—"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"quite"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" hot"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"x_groq":{"id":"req_01k62v69nqexz91h2x5y0qygzz","usage":{"queue_time":0.035569563,"prompt_tokens":139,"prompt_time":0.016770892,"completion_tokens":23,"completion_time":0.079470705,"total_tokens":162,"total_time":0.096241597}},"usage":{"queue_time":0.035569563,"prompt_tokens":139,"prompt_time":0.016770892,"completion_tokens":23,"completion_time":0.079470705,"total_tokens":162,"total_time":0.096241597}}
+
+ data: {"id":"chatcmpl-8c7b9aab-0f33-4e49-a85c-a767e9f10cb3","object":"chat.completion.chunk","created":1758884734,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.035569563,"prompt_tokens":139,"prompt_time":0.016770892,"completion_tokens":23,"completion_time":0.079470705,"total_tokens":162,"total_time":0.096241597},"service_tier":"on_demand"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 125.265708ms
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 837
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-instruct-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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {"id":"chatcmpl-bb4afecf-08e7-49d8-885a-6ccff2c422f0","object":"chat.completion","created":1758793282,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","tool_calls":[{"id":"functions.add:0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}},{"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"logprobs":null,"finish_reason":"tool_calls"}],"usage":{"queue_time":0.325556295,"prompt_tokens":211,"prompt_time":0.036243759,"completion_tokens":41,"completion_time":0.08825668,"total_tokens":252,"total_time":0.124500439},"usage_breakdown":null,"system_fingerprint":"fp_b8565bb333","x_groq":{"id":"req_01k603zcfaf8fspck9tyjxc2hz"},"service_tier":"on_demand"}
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 554.885208ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1216
- host: ""
@@ -1,173 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 874
- 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-instruct-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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k603zddmf8fv5tf708qem1ce"}}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":"I'll"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" help"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" you"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" perform"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" both"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" addition"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" multiplication"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" on"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" numbers"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":"2"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" and"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":"3"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"tool_calls":[{"id":"functions.add:0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0}]},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{"tool_calls":[{"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1}]},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"x_groq":{"id":"req_01k603zddmf8fv5tf708qem1ce","usage":{"queue_time":0.220617465,"prompt_tokens":207,"prompt_time":0.020522486,"completion_tokens":58,"completion_time":0.137587356,"total_tokens":265,"total_time":0.158109842}},"usage":{"queue_time":0.220617465,"prompt_tokens":207,"prompt_time":0.020522486,"completion_tokens":58,"completion_time":0.137587356,"total_tokens":265,"total_time":0.158109842}}
-
- data: {"id":"chatcmpl-51587054-52ed-432d-aaf4-1e5db95ca2c6","object":"chat.completion.chunk","created":1758793283,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_b8565bb333","choices":[],"usage":{"queue_time":0.220617465,"prompt_tokens":207,"prompt_time":0.020522486,"completion_tokens":58,"completion_time":0.137587356,"total_tokens":265,"total_time":0.158109842},"service_tier":"on_demand"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 304.219083ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1344
- host: ""
@@ -1,493 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 853
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"grok-4-fast","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793108,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_10831804","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_81736910","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"28dfbfa4-5581-dce0-814c-4f70755a3d5f_us-east-1","object":"chat.completion.chunk","created":1758793109,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":394,"completion_tokens":68,"total_tokens":596,"prompt_tokens_details":{"text_tokens":394,"audio_tokens":0,"image_tokens":0,"cached_tokens":364},"completion_tokens_details":{"reasoning_tokens":134,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 815.1565ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1214
- host: ""
@@ -1,979 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 858
- 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":"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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" asked"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"Add"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" multiply"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" number"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"2"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"3"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" tools"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" add"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" multiply"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793482,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\n\n## Interpreting user request \n- The user wants to perform both addition and multiplication on the numbers 2 and 3."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \n- The instruction specifies using both operations simultaneously."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \n\n## Planning execution \n- Both addition (2 + 3) and multiplication (2 × 3) need to be calculated."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793483,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \n- The approach involves applying both tools at the same time to meet the user's requirements."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_05556589","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793484,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_76879675","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793485,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"e4d9d7a1-4970-f044-5abb-d4451279a03a_us-east-1","object":"chat.completion.chunk","created":1758793485,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":467,"completion_tokens":68,"total_tokens":890,"prompt_tokens_details":{"text_tokens":467,"audio_tokens":0,"image_tokens":0,"cached_tokens":384},"completion_tokens_details":{"reasoning_tokens":355,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 203.408167ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1219
- host: ""
@@ -1,411 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 849
- 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":"glm-4.5","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" wants"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" me"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" multiply"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" numbers"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"2"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"3"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" need"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" use"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" both"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" multiply"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" functions"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" instructed"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Let"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" me"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" call"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" both"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" functions"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" with"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameters"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"="}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"2"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" b"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"="}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"3"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"I"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'ll"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" add"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" multiply"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" numbers"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"2"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"3"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" for"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":".\n"}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_45efa0f70be44aecae811210","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\": 2, \"b\": 3}"}}]}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_be460d113b7f48bea4bd9987","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\": 2, \"b\": 3}"}}]}}]}
-
- data: {"id":"20250925181930e0f0a20614da4518","created":1758795570,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":282,"completion_tokens":106,"total_tokens":388,"prompt_tokens_details":{"cached_tokens":43}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream;charset=UTF-8
- status: 200 OK
- code: 200
- duration: 708.749792ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1349
- host: ""
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 816
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"grok-4-fast","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"d9e91bd2-4650-d2ae-9ed4-f8ce4e8e4bb5_us-east-1","object":"chat.completion","created":1758793105,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_79868194","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"type":"function"},{"id":"call_88305153","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":398,"completion_tokens":68,"total_tokens":580,"prompt_tokens_details":{"text_tokens":398,"audio_tokens":0,"image_tokens":0,"cached_tokens":265},"completion_tokens_details":{"reasoning_tokens":114,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.998903458s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1177
- host: ""
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 821
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"9c5edadc-7283-5dbd-250b-ca48e6e2ea36_us-east-1","object":"chat.completion","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_67302382","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"type":"function"},{"id":"call_36599379","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":471,"completion_tokens":68,"total_tokens":806,"prompt_tokens_details":{"text_tokens":471,"audio_tokens":0,"image_tokens":0,"cached_tokens":320},"completion_tokens_details":{"reasoning_tokens":267,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.582086542s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1182
- host: ""
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 812
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"choices":[{"finish_reason":"tool_calls","index":0,"message":{"content":"\n\nI''ll add and multiply the numbers 2 and 3 for you.\n","reasoning_content":"The user wants me to add and multiply the numbers 2 and 3. I need to use both the add and multiply functions with these two numbers.\n\nFor addition: add(2, 3)\nFor multiplication: multiply(2, 3)\n\nI''ll call both functions as requested.","role":"assistant","tool_calls":[{"function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"id":"call_-8307196618162840255","index":0,"type":"function"},{"function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"id":"call_-8307196618162840254","index":1,"type":"function"}]}}],"created":1758795567,"id":"2025092518192459228fd8ef9141ad","model":"glm-4.5","request_id":"2025092518192459228fd8ef9141ad","usage":{"completion_tokens":120,"prompt_tokens":286,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":406}}'
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.931834166s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1296
- host: ""
@@ -1,34 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 182
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-instruct-0905","max_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {"id":"chatcmpl-08dbeb6b-b518-4bbe-b185-4d6b9a1c7ffa","object":"chat.completion","created":1758793280,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","content":"Olá!"},"logprobs":null,"finish_reason":"stop"}],"usage":{"queue_time":0.035287276,"prompt_tokens":20,"prompt_time":0.010301852,"completion_tokens":4,"completion_time":0.008982164,"total_tokens":24,"total_time":0.019284016},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k603zbbsf8dtv2wzf257m4rk"},"service_tier":"on_demand"}
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 168.458167ms
@@ -1,44 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 236
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/kimi-k2-instruct-0905","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-2248ca44-9f78-497c-8610-e131b33a4928","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k603zbfcf8dsp979qsgatzpy"}}
-
- data: {"id":"chatcmpl-2248ca44-9f78-497c-8610-e131b33a4928","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"Oi"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-2248ca44-9f78-497c-8610-e131b33a4928","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-2248ca44-9f78-497c-8610-e131b33a4928","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"x_groq":{"id":"req_01k603zbfcf8dsp979qsgatzpy","usage":{"queue_time":0.035401907,"prompt_tokens":20,"prompt_time":0.012006122,"completion_tokens":3,"completion_time":0.006949089,"total_tokens":23,"total_time":0.018955211}},"usage":{"queue_time":0.035401907,"prompt_tokens":20,"prompt_time":0.012006122,"completion_tokens":3,"completion_time":0.006949089,"total_tokens":23,"total_time":0.018955211}}
-
- data: {"id":"chatcmpl-2248ca44-9f78-497c-8610-e131b33a4928","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.035401907,"prompt_tokens":20,"prompt_time":0.012006122,"completion_tokens":3,"completion_time":0.006949089,"total_tokens":23,"total_time":0.018955211},"service_tier":"on_demand"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 94.900458ms
@@ -1,286 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 215
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-4-fast","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793098,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"Olá"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"08a7ab8d-1c30-7028-c192-58d8f3e823fe_us-east-1","object":"chat.completion.chunk","created":1758793099,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":126,"completion_tokens":2,"total_tokens":250,"prompt_tokens_details":{"text_tokens":126,"audio_tokens":0,"image_tokens":0,"cached_tokens":125},"completion_tokens_details":{"reasoning_tokens":122,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 399.297167ms
@@ -1,352 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 220
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793469,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"First","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" said"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"Say"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" hi"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Portuguese"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" This"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" simple"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" request"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" It's"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" not"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" closed"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"-ended"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" math"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" or"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" science"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" so"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" make"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" maximally"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" informative"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" structured"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" if"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" needed"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" but"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" it's"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" straightforward"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793470,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\n\n## Interpreting User Request\n- The user asked for a greeting in Portuguese, a straightforward and simple request."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"Olá"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" ("}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"That's"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"hi"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"\""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Portuguese"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" For"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" more"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" casual"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" version"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" you"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" can"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" say"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"Oi"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"!\")"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"3897e0f4-a13e-1004-01b3-8b4250cc0ec2_us-east-1","object":"chat.completion.chunk","created":1758793471,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":213,"completion_tokens":22,"total_tokens":370,"prompt_tokens_details":{"text_tokens":213,"audio_tokens":0,"image_tokens":0,"cached_tokens":192},"completion_tokens_details":{"reasoning_tokens":135,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 167.572375ms
@@ -1,182 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 211
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asking"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" me"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" say"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hi"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" In"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hi"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" or"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hello"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" typically"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" translated"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Ol"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"á"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\"."}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" This"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" common"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" greeting"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-speaking"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" countries"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" like"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Brazil"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portugal"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Angola"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Moz"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"ambique"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" other"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-speaking"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" nations"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":".\n\n"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"I"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"'ll"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provide"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" translation"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"Hi","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"á","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\".","reasoning_content":""}}]}
-
- data: {"id":"20250925182035d8050547d23f4476","created":1758795635,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"stop","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":18,"completion_tokens":75,"total_tokens":93,"prompt_tokens_details":{"cached_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream;charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.011773917s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 161
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-4-fast","max_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"5e7e5c90-3e99-3ad3-8549-a9acdb569004_us-east-1","object":"chat.completion","created":1758793096,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"Olá! (That''s \"hi\" in Portuguese.)","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":126,"completion_tokens":10,"total_tokens":229,"prompt_tokens_details":{"text_tokens":126,"audio_tokens":0,"image_tokens":0,"cached_tokens":113},"completion_tokens_details":{"reasoning_tokens":93,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.149857833s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 166
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-code-fast-1","max_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"6286bb02-bc67-ff39-20c6-396fa4a9fef7_us-east-1","object":"chat.completion","created":1758793467,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"Oi! (That''s \"hi\" in Portuguese.)","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":213,"completion_tokens":10,"total_tokens":437,"prompt_tokens_details":{"text_tokens":213,"audio_tokens":0,"image_tokens":0,"cached_tokens":192},"completion_tokens_details":{"reasoning_tokens":214,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.405096292s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 157
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"glm-4.5","max_tokens":4000}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Olá!","reasoning_content":"The user is asking me to say \"hi\" in Portuguese. In Portuguese, \"hi\" or \"hello\" is typically translated as \"Olá\". I should provide this translation directly.","role":"assistant"}}],"created":1758795552,"id":"20250925181910fe768933728f46c6","model":"glm-4.5","request_id":"20250925181910fe768933728f46c6","usage":{"completion_tokens":43,"prompt_tokens":18,"prompt_tokens_details":{"cached_tokens":0},"total_tokens":61}}'
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.617081542s
@@ -1,1163 +0,0 @@
----
-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":"grok-3-mini","reasoning_effort":"high","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"First","role":"assistant"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" asking"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" available"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" called"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" that"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" get"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794842,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" description"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Get"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameters"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" require"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" string"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" described"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" has"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" provided"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" This"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" seems"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" specify"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" country"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" sufficient"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameter"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" might"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" expect"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" just"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" name"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" but"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clearly"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" indicates"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" so"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" infer"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" that"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" To"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" precise"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" but"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" including"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" country"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" might"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" helpful"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" if"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" handle"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameter"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" described"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" so"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I'll"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794843,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" or"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" perhaps"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" if"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it's"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" acceptable"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Since"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it's"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" string"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" pass"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" directly"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"All"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" required"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameters"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" are"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" provided"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" given"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" No"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" missing"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" or"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" unclear"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parts"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" if"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" advance"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user's"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" request"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Here"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" directly"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" addresses"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" query"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" format"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" <"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":">"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" tags"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" JSON"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" format"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" {\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"action"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_name"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"action"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_input"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" {\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"parameter"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"argument"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\"}"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"}\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"So"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" this"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" action"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" action"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_input"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" value"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Response"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" guidelines"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Keep"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794844,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clear"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" not"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" verbose"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" not"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" add"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" extra"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" text"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" unless"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" necessary"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Since"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I'm"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" calling"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" my"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" just"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" contain"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" within"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" tags"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"After"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" calling"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" multi"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"-turn"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" conversation"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" might"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" handle"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" but"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" now"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" this"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" first"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" step"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Decision"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Final"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"<"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":">{\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"action"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"action"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_input"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" {\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"location"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"}}</"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":">\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" think"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" that's"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" No"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" additional"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" text"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794845,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_86388636","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"06b895b5-7f64-fda9-9a25-eae80c58a767_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[],"usage":{"prompt_tokens":288,"completion_tokens":27,"total_tokens":726,"prompt_tokens_details":{"text_tokens":288,"audio_tokens":0,"image_tokens":0,"cached_tokens":287},"completion_tokens_details":{"reasoning_tokens":411,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_a6fbae1a97"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 458.276541ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 736
- 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_86388636","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_86388636","role":"tool"}],"model":"grok-3-mini","reasoning_effort":"high","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" asked"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" about"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" called"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" correct"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameters"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" returned"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" C"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" assume"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" means"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" degrees"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Celsius"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" respond"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" this"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" My"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clear"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" not"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" verbose"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Since"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" has"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" been"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" made"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" result"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" now"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" provide"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" answer"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" directly"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794846,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" available"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" actions"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" only"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" include"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I've"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" already"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" used"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" No"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" further"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" calls"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" are"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" needed"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" request"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" fulfilled"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Final"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Inform"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" of"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" straightforward"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" way"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" currently"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" "}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"°C"}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_a6fbae1a97"}
-
- data: {"id":"0f6cda06-71ff-e409-d9c4-b87c3f622342_us-east-1","object":"chat.completion.chunk","created":1758794847,"model":"grok-3-mini-high","choices":[],"usage":{"prompt_tokens":332,"completion_tokens":13,"total_tokens":465,"prompt_tokens_details":{"text_tokens":332,"audio_tokens":0,"image_tokens":0,"cached_tokens":311},"completion_tokens_details":{"reasoning_tokens":120,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_a6fbae1a97"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 162.68675ms
@@ -1,341 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 512
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"glm-4.5","reasoning_effort":"high","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asking"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" have"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" access"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" that"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" can"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" get"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" information"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" The"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" requires"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"location"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameter"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" has"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" specified"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Flo"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"rence"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" call"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" with"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"I"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'ll"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" check"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" weather"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" for"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":".\n"}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_db9178c4859a49d799521c00","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence, Italy\"}"}}]}}]}
-
- data: {"id":"202509251819450b8e121651934f8d","created":1758795585,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":179,"completion_tokens":94,"total_tokens":273,"prompt_tokens_details":{"cached_tokens":178}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream;charset=UTF-8
- status: 200 OK
- code: 200
- duration: 662.9685ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 834
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\n\nI''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"call_db9178c4859a49d799521c00","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_db9178c4859a49d799521c00","role":"tool"}],"model":"glm-4.5","reasoning_effort":"high","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" returned"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" C"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" This"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" seems"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" be"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" temperature"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Celsius"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provide"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" information"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" clear"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" helpful"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" way"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"The"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" current"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" weather"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" is"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"40"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°C"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" ("}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"104"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°F"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":")."}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" That"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'s"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" quite"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hot"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"!"}}]}
-
- data: {"id":"2025092518194842ff21ba0fb84843","created":1758795588,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"stop","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":219,"completion_tokens":62,"total_tokens":281,"prompt_tokens_details":{"cached_tokens":43}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream;charset=UTF-8
- status: 200 OK
- code: 200
- duration: 750.551041ms
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 462
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"grok-3-mini","reasoning_effort":"high","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 458
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"glm-4.5","reasoning_effort":"high","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"choices":[{"finish_reason":"tool_calls","index":0,"message":{"content":"\n\nI''ll get the weather information for Florence, Italy for you.\n","reasoning_content":"The user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has specified \"Florence, Italy\" as the location, so I have all the required parameters to make the function call.","role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"id":"call_-8307179507012576275","index":0,"type":"function"}]}}],"created":1758795577,"id":"2025092518193524c7fcd1b80e4ad7","model":"glm-4.5","request_id":"2025092518193524c7fcd1b80e4ad7","usage":{"completion_tokens":85,"prompt_tokens":179,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":264}}'
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.374119083s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 783
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\n\nI''ll get the weather information for Florence, Italy for you.\n","tool_calls":[{"id":"call_-8307179507012576275","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_-8307179507012576275","role":"tool"}],"model":"glm-4.5","reasoning_effort":"high","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"\n\nThe current weather in Florence, Italy is 40°C (104°F). That''s quite hot!","reasoning_content":"The function returned \"40 C\" which is the weather information for Florence, Italy. This appears to be the temperature in Celsius. I should provide this information to the user in a clear and helpful way.","role":"assistant"}}],"created":1758795584,"id":"20250925181938b2376e3f7fd74cc4","model":"glm-4.5","request_id":"20250925181938b2376e3f7fd74cc4","usage":{"completion_tokens":66,"prompt_tokens":220,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":286}}'
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 6.861315834s
@@ -1,65 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 474
- 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-instruct-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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {"id":"chatcmpl-2dca82e1-667c-4a6e-b5e3-ee16622b7444","object":"chat.completion","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"logprobs":null,"finish_reason":"tool_calls"}],"usage":{"queue_time":0.034584882,"prompt_tokens":99,"prompt_time":0.022345903,"completion_tokens":21,"completion_time":0.07096254,"total_tokens":120,"total_time":0.093308443},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k603zbjqf8ebs348tacma5tx"},"service_tier":"on_demand"}
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 178.989ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 705
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"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-instruct-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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: |
- {"id":"chatcmpl-be439955-94cb-4d28-b6e5-ba1b119d7fb9","object":"chat.completion","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","choices":[{"index":0,"message":{"role":"assistant","content":"It’s currently 40 °C in Florence, Italy—quite hot!"},"logprobs":null,"finish_reason":"stop"}],"usage":{"queue_time":0.034793088,"prompt_tokens":139,"prompt_time":0.016970766,"completion_tokens":16,"completion_time":0.055515617,"total_tokens":155,"total_time":0.072486383},"usage_breakdown":null,"system_fingerprint":"fp_6e6ff3688b","x_groq":{"id":"req_01k603zbrdf6p8p1c7pgshdms7"},"service_tier":"on_demand"}
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 170.564833ms
@@ -1,145 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 528
- 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-instruct-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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k603zbxyf6p8g3mykyjr8ayv"}}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"I'll"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" check"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" the"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" weather"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" for"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" you"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"."},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"index":0}]},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"tool_calls"}],"x_groq":{"id":"req_01k603zbxyf6p8g3mykyjr8ayv","usage":{"queue_time":0.034909907,"prompt_tokens":99,"prompt_time":0.078721835,"completion_tokens":32,"completion_time":0.194281672,"total_tokens":131,"total_time":0.273003507}},"usage":{"queue_time":0.034909907,"prompt_tokens":99,"prompt_time":0.078721835,"completion_tokens":32,"completion_time":0.194281672,"total_tokens":131,"total_time":0.273003507}}
-
- data: {"id":"chatcmpl-d7743865-12eb-48be-abbe-c5cb8f2aad3c","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.034909907,"prompt_tokens":99,"prompt_time":0.078721835,"completion_tokens":32,"completion_time":0.194281672,"total_tokens":131,"total_time":0.273003507},"service_tier":"on_demand"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 172.074667ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 822
- 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 in 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-instruct-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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.groq.com/openai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01k603zc98f8eva6yv3pz1xj24"}}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"The"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" current"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" weather"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" in"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" Florence"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" Italy"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" is"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" "},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"40"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"°C"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" ("},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"104"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"°F"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":")."},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" It's"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" quite"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" hot"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" there"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" right"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":" now"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"x_groq":{"id":"req_01k603zc98f8eva6yv3pz1xj24","usage":{"queue_time":0.034547866,"prompt_tokens":150,"prompt_time":0.024323209,"completion_tokens":23,"completion_time":0.077130323,"total_tokens":173,"total_time":0.101453532}},"usage":{"queue_time":0.034547866,"prompt_tokens":150,"prompt_time":0.024323209,"completion_tokens":23,"completion_time":0.077130323,"total_tokens":173,"total_time":0.101453532}}
-
- data: {"id":"chatcmpl-a82224ce-3076-4a95-9519-dcf8592339d3","object":"chat.completion.chunk","created":1758793281,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_6e6ff3688b","choices":[],"usage":{"queue_time":0.034547866,"prompt_tokens":150,"prompt_time":0.024323209,"completion_tokens":23,"completion_time":0.077130323,"total_tokens":173,"total_time":0.101453532},"service_tier":"on_demand"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 111.292708ms
@@ -1,661 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 507
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"grok-4-fast","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793102,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_14557469","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"8e5ea313-b8c3-00c7-8a54-db3b1453b599_us-east-1","object":"chat.completion.chunk","created":1758793103,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":322,"completion_tokens":26,"total_tokens":562,"prompt_tokens_details":{"text_tokens":322,"audio_tokens":0,"image_tokens":0,"cached_tokens":321},"completion_tokens_details":{"reasoning_tokens":214,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 215.452709ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 727
- 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_14557469","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_14557469","role":"tool"}],"model":"grok-4-fast","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"The"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" current"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" weather"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" Florence"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" Italy"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" "}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"40"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"°C"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" ("}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"104"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"°F"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":")."}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" It"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" looks"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" quite"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" hot"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"—"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"stay"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" hydrated"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" if"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" you're"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" there"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" If"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" you"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" need"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" more"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" details"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" like"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" forecasts"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" or"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" humidity"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" let"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" me"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" know"}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"2f0b5336-7c38-e891-816c-b51eefdf5d1e_us-east-1","object":"chat.completion.chunk","created":1758793104,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":575,"completion_tokens":41,"total_tokens":654,"prompt_tokens_details":{"text_tokens":575,"audio_tokens":0,"image_tokens":0,"cached_tokens":563},"completion_tokens_details":{"reasoning_tokens":38,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 152.938291ms
@@ -1,727 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 512
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" asked"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" about"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" tool"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" called"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" that"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" get"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793475,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_45584603","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"434ad0da-2bed-d09d-86ba-66cb0ce5e1c4_us-east-1","object":"chat.completion.chunk","created":1758793476,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":390,"completion_tokens":26,"total_tokens":538,"prompt_tokens_details":{"text_tokens":390,"audio_tokens":0,"image_tokens":0,"cached_tokens":384},"completion_tokens_details":{"reasoning_tokens":122,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 159.462041ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 731
- 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_45584603","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_45584603","role":"tool"}],"model":"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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" tool"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" returned"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" C"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" That's"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" probably"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" temperature"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793477,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"The"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" current"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" temperature"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Florence"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Italy"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" "}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"40"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"°C"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" For"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" more"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" detailed"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" information"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" you"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" might"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" want"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" to"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" check"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" full"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" forecast"}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"fd7a1f33-b5c0-6837-1a74-bf2bea6edbc3_us-east-1","object":"chat.completion.chunk","created":1758793478,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":551,"completion_tokens":27,"total_tokens":755,"prompt_tokens_details":{"text_tokens":551,"audio_tokens":0,"image_tokens":0,"cached_tokens":512},"completion_tokens_details":{"reasoning_tokens":177,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 461.783834ms
@@ -1,405 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 503
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"glm-4.5","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asking"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" have"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" access"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" that"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" requires"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"location"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameter"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" The"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" has"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" specified"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Flo"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"rence"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Italy"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" use"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" exact"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" value"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameter"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" when"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" calling"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"I"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'ll"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" get"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" weather"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" information"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" for"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" for"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":".\n"}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_03cb5929634948f0b7806908","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence,Italy\"}"}}]}}]}
-
- data: {"id":"20250925181919f331f993c2f6477e","created":1758795559,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":179,"completion_tokens":90,"total_tokens":269,"prompt_tokens_details":{"cached_tokens":43}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream;charset=UTF-8
- status: 200 OK
- code: 200
- duration: 709.364958ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 835
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n\nI''ll get the weather information for Florence, Italy for you.\n","tool_calls":[{"id":"call_03cb5929634948f0b7806908","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_03cb5929634948f0b7806908","role":"tool"}],"model":"glm-4.5","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"}],"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" returned"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" C"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" This"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" indicates"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" that"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" current"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" temperature"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" degrees"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Celsius"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" which"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" quite"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" hot"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provide"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" information"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" clear"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and helpful"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" way"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"The"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" current"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" weather"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" is"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"40"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°C"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" ("}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"104"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°F"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":")."}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" That"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'s"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" quite"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hot"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"!"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" It"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'s"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" a"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" very"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" warm"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" day"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" there"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" so"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" if"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'re"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" planning"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" to"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" visit"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" make"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" sure"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" to"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" stay"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" seek"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" shade"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" when"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" possible"}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"."}}]}
-
- data: {"id":"202509251819216f2b9b3029444d43","created":1758795561,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"stop","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":220,"completion_tokens":99,"total_tokens":319,"prompt_tokens_details":{"cached_tokens":43}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream;charset=UTF-8
- status: 200 OK
- code: 200
- duration: 730.106166ms
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 453
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"grok-4-fast","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"496056a7-a4ae-9822-ba8d-040c5f47895d_us-east-1","object":"chat.completion","created":1758793099,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_80529518","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":322,"completion_tokens":26,"total_tokens":443,"prompt_tokens_details":{"text_tokens":322,"audio_tokens":0,"image_tokens":0,"cached_tokens":265},"completion_tokens_details":{"reasoning_tokens":95,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.648596416s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 673
- 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_80529518","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_80529518","role":"tool"}],"model":"grok-4-fast","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"6044e1a6-8cea-fc8e-2a59-8fbae0e71e3e_us-east-1","object":"chat.completion","created":1758793101,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"The current weather in Florence, Italy is 40°C.","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":456,"completion_tokens":12,"total_tokens":515,"prompt_tokens_details":{"text_tokens":456,"audio_tokens":0,"image_tokens":0,"cached_tokens":444},"completion_tokens_details":{"reasoning_tokens":47,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.221319792s
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 458
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"e14207d1-d4af-eec2-4f0d-131decfced9e_us-east-1","object":"chat.completion","created":1758793471,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_92304052","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":390,"completion_tokens":26,"total_tokens":649,"prompt_tokens_details":{"text_tokens":390,"audio_tokens":0,"image_tokens":0,"cached_tokens":320},"completion_tokens_details":{"reasoning_tokens":233,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.302712708s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 678
- 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_92304052","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_92304052","role":"tool"}],"model":"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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.x.ai/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"f78666be-8ce6-6e50-fa3a-e431c3bf0a94_us-east-1","object":"chat.completion","created":1758793473,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"The current temperature in Florence, Italy is 40°C. If you need more details like humidity or forecast, let me know!","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":662,"completion_tokens":26,"total_tokens":837,"prompt_tokens_details":{"text_tokens":662,"audio_tokens":0,"image_tokens":0,"cached_tokens":640},"completion_tokens_details":{"reasoning_tokens":149,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.55296425s
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 449
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"glm-4.5","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"choices":[{"finish_reason":"tool_calls","index":0,"message":{"content":"\n\nI''ll check the weather in Florence, Italy for you.\n","reasoning_content":"The user is asking for weather information for Florence, Italy. I have access to a weather function that requires a \"location\" parameter. The user has provided \"Florence,Italy\" as the location. I should use this exact value as provided by the user for the location parameter.","role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"id":"call_-8307219707908354744","index":0,"type":"function"}]}}],"created":1758795556,"id":"20250925181915c06ae89914d14803","model":"glm-4.5","request_id":"20250925181915c06ae89914d14803","usage":{"completion_tokens":89,"prompt_tokens":179,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":268}}'
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 2.310922292s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 762
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n\nI''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"call_-8307219707908354744","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_-8307219707908354744","role":"tool"}],"model":"glm-4.5","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"}]}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://api.z.ai/api/coding/paas/v4/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"\n\nThe weather in Florence, Italy is currently 40°C. That''s quite hot!","reasoning_content":"The weather function returned a result showing 40 C for Florence, Italy. This seems like a very high temperature, but I should report the result as provided by the function.","role":"assistant"}}],"created":1758795558,"id":"20250925181917fb13220f9015421a","model":"glm-4.5","request_id":"20250925181917fb13220f9015421a","usage":{"completion_tokens":57,"prompt_tokens":219,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":276}}'
- headers:
- Content-Type:
- - application/json; charset=UTF-8
- status: 200 OK
- code: 200
- duration: 1.946890958s
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 816
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"grok-4-fast","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"9501c7bc-e5d7-2526-dcb6-1654ab39e68f_us-east-1","object":"chat.completion","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_48863314","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"type":"function"},{"id":"call_85429265","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":398,"completion_tokens":68,"total_tokens":598,"prompt_tokens_details":{"text_tokens":398,"audio_tokens":0,"image_tokens":0,"cached_tokens":266},"completion_tokens_details":{"reasoning_tokens":132,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 2.143328667s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1177
+ host: ""
@@ -0,0 +1,509 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"grok-4-fast","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884714,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_76764010","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_04649721","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"5ba2d198-f61b-646d-9aad-0ed46b167b7a_us-east-1","object":"chat.completion.chunk","created":1758884715,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":394,"completion_tokens":68,"total_tokens":594,"prompt_tokens_details":{"text_tokens":394,"audio_tokens":0,"image_tokens":0,"cached_tokens":364},"completion_tokens_details":{"reasoning_tokens":132,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 443.52575ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1214
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 161
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-4-fast","max_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"b579848f-4236-577c-5f9c-c35402b4f2aa_us-east-1","object":"chat.completion","created":1758884699,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"Olá!","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":126,"completion_tokens":2,"total_tokens":229,"prompt_tokens_details":{"text_tokens":126,"audio_tokens":0,"image_tokens":0,"cached_tokens":117},"completion_tokens_details":{"reasoning_tokens":101,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 2.421426625s
@@ -0,0 +1,288 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 215
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-4-fast","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884701,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"Olá"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"d902f9b5-9a22-96b1-4b9c-97175fa193ee_us-east-1","object":"chat.completion.chunk","created":1758884702,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":126,"completion_tokens":2,"total_tokens":251,"prompt_tokens_details":{"text_tokens":126,"audio_tokens":0,"image_tokens":0,"cached_tokens":125},"completion_tokens_details":{"reasoning_tokens":123,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 189.396459ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 453
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"grok-4-fast","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"d1e1c64c-3c5a-a479-6336-b6caee908ccc_us-east-1","object":"chat.completion","created":1758884702,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_38180916","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":322,"completion_tokens":26,"total_tokens":560,"prompt_tokens_details":{"text_tokens":322,"audio_tokens":0,"image_tokens":0,"cached_tokens":266},"completion_tokens_details":{"reasoning_tokens":212,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 3.417448417s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 673
+ 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_38180916","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_38180916","role":"tool"}],"model":"grok-4-fast","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"71fd2c5c-142f-a2bd-995f-f4c7329bf9f3_us-east-1","object":"chat.completion","created":1758884706,"model":"grok-4-fast-reasoning","choices":[{"index":0,"message":{"role":"assistant","content":"The current weather in Florence, Italy, is 40°C (104°F). It looks like a hot day—stay hydrated! If you need more details like forecast or humidity, let me know.","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":573,"completion_tokens":40,"total_tokens":657,"prompt_tokens_details":{"text_tokens":573,"audio_tokens":0,"image_tokens":0,"cached_tokens":561},"completion_tokens_details":{"reasoning_tokens":44,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.162276458s
@@ -0,0 +1,583 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 507
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"grok-4-fast","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884707,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884708,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884709,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_25115338","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884709,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"9e3e23e4-4728-c6d6-2b5b-2ce716581ec5_us-east-1","object":"chat.completion.chunk","created":1758884709,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":322,"completion_tokens":26,"total_tokens":525,"prompt_tokens_details":{"text_tokens":322,"audio_tokens":0,"image_tokens":0,"cached_tokens":321},"completion_tokens_details":{"reasoning_tokens":177,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 267.996292ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 727
+ 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_25115338","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_25115338","role":"tool"}],"model":"grok-4-fast","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"role":"assistant"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"The"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" current"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" weather"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" Florence"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" Italy"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" "}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"40"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"°C"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" ("}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"104"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"°F"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":")."}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" It"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" looks"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" like"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" a"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" very"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" hot"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" day"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"—"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"stay"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" hydrated"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" If"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" you"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" need"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" more"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" details"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" like"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" forecasts"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" or"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" humidity"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" let"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" me"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":" know"}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_9362061f30"}
+
+ data: {"id":"46f59f6a-5f58-6c76-7d46-e80c3a577263_us-east-1","object":"chat.completion.chunk","created":1758884710,"model":"grok-4-fast-reasoning","choices":[],"usage":{"prompt_tokens":538,"completion_tokens":41,"total_tokens":615,"prompt_tokens_details":{"text_tokens":538,"audio_tokens":0,"image_tokens":0,"cached_tokens":265},"completion_tokens_details":{"reasoning_tokens":36,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_9362061f30"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 175.263833ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 821
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"04b263b6-d273-8420-bbd3-14872d8cc81f_us-east-1","object":"chat.completion","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_23158856","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"type":"function"},{"id":"call_18184073","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":471,"completion_tokens":68,"total_tokens":764,"prompt_tokens_details":{"text_tokens":471,"audio_tokens":0,"image_tokens":0,"cached_tokens":320},"completion_tokens_details":{"reasoning_tokens":225,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.932519584s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1182
+ host: ""
@@ -0,0 +1,873 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 858
+ 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":"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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" task"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" add"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" multiply"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" numbers"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"2"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"3"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" instructions"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" say"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" always"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" both"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" add"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" multiply"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" at"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" same"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" time"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884730,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\n\n## Understanding Task Requirements \n- The goal is to add and multiply the numbers 2 and 3 simultaneously, as instructed."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \n- Both addition and multiplication must be performed together in the process."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884731,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \n\n## Preparing for Calculation \n- Need to use function calls to execute the operations, following a specific format."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_50546188","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_32158093","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"06fd2962-c3a9-167d-1df3-6f50376068e4_us-east-1","object":"chat.completion.chunk","created":1758884732,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":467,"completion_tokens":68,"total_tokens":849,"prompt_tokens_details":{"text_tokens":467,"audio_tokens":0,"image_tokens":0,"cached_tokens":384},"completion_tokens_details":{"reasoning_tokens":314,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 158.118ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1219
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 166
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-code-fast-1","max_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"0407413d-194d-4ba1-8a87-d2f902eedffc_us-east-1","object":"chat.completion","created":1758884716,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"Oi! (That''s \"hi\" in Portuguese. In Brazil, it''s common, while in Portugal, \"Olá\" is more formal.)","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":213,"completion_tokens":27,"total_tokens":411,"prompt_tokens_details":{"text_tokens":213,"audio_tokens":0,"image_tokens":0,"cached_tokens":192},"completion_tokens_details":{"reasoning_tokens":171,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 2.174340667s
@@ -0,0 +1,384 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 220
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"First","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" said"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"Say"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" hi"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Portuguese"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\"\n"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884719,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\n\n## Responding to the request \n- The user asked to say \"hi\" in Portuguese."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \n- \"Hi\" in Portuguese translates to \"Oi."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\" \n- The response should be simple and directly address the user's request."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"Olá"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" ("}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"That's"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"hi"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"\""}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Portuguese"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":".)"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"6ddfbb47-99c8-1430-d8bb-896bd9e00a4e_us-east-1","object":"chat.completion.chunk","created":1758884720,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":213,"completion_tokens":10,"total_tokens":386,"prompt_tokens_details":{"text_tokens":213,"audio_tokens":0,"image_tokens":0,"cached_tokens":192},"completion_tokens_details":{"reasoning_tokens":163,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 167.506084ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 458
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"49760c2f-8767-b64c-25bb-2b489b423c2c_us-east-1","object":"chat.completion","created":1758884720,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"","tool_calls":[{"id":"call_84841300","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"type":"function"}],"refusal":null},"finish_reason":"tool_calls"}],"usage":{"prompt_tokens":390,"completion_tokens":26,"total_tokens":499,"prompt_tokens_details":{"text_tokens":390,"audio_tokens":0,"image_tokens":0,"cached_tokens":320},"completion_tokens_details":{"reasoning_tokens":83,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.2000465s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 677
+ 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_84841300","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_84841300","role":"tool"}],"model":"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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"id":"29d0775d-98fa-5ad0-bf4b-41df1c3d6da0_us-east-1","object":"chat.completion","created":1758884721,"model":"grok-code-fast-1","choices":[{"index":0,"message":{"role":"assistant","content":"The current temperature in Florence, Italy is 40°C. (Note: This is a snapshot; for a full forecast, check a weather app or site.)","refusal":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":512,"completion_tokens":32,"total_tokens":664,"prompt_tokens_details":{"text_tokens":512,"audio_tokens":0,"image_tokens":0,"cached_tokens":448},"completion_tokens_details":{"reasoning_tokens":120,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.712903125s
@@ -0,0 +1,593 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 512
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" asked"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" about"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" tool"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" this"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884724,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\n\n## Handling User Query \n- The user asked about the weather in Florence, Italy, prompting a search for current conditions."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_09365067","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"91729e21-f660-9e16-80cd-dba67fc3aa9d_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":390,"completion_tokens":26,"total_tokens":574,"prompt_tokens_details":{"text_tokens":390,"audio_tokens":0,"image_tokens":0,"cached_tokens":384},"completion_tokens_details":{"reasoning_tokens":158,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 449.278083ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 732
+ 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_09365067","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_09365067","role":"tool"}],"model":"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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"The","role":"assistant"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" tool"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" returned"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" C"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" degrees"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Celsius"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\n"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884725,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"The"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" current"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" temperature"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Florence"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Italy"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" "}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"40"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"°C"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" ("}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"104"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"°F"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":")."}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884726,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" Please"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" note"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" that"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" this"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" snapshot"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" and"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" weather"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" can"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" change"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"—"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"consider"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" checking"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" a"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" detailed"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" forecast"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" for"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" more"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":" information"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"5666ced6-a98f-32e7-3768-22e00c948f41_us-east-1","object":"chat.completion.chunk","created":1758884727,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":587,"completion_tokens":37,"total_tokens":688,"prompt_tokens_details":{"text_tokens":587,"audio_tokens":0,"image_tokens":0,"cached_tokens":512},"completion_tokens_details":{"reasoning_tokens":64,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_10f00c862d"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 166.998833ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 812
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,549 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 849
+ 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":"glm-4.5","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" wants"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" me"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" multiply"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" numbers"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"2"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"3"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" have"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" two"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" functions"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" available"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":":"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" multiply"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Both"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" require"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" two"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameters"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" ("}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"a"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" b"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":")"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" which"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" are"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" integers"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" The"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" has"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provided"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" numbers"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"2"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"3"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":".\n\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"I"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" need"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" call"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" both"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" functions"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" with"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" same"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameters"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":":\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"(a"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"="}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"2"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" b"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"="}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"3"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":")\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" multiply"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"(a"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"="}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"2"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" b"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"="}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"3"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":")\n\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" specifically"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asked"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" me"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" use"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" both"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" functions"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" my"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" instructions"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" say"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" always"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" use"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" both"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" multiply"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" at"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" same"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" time"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" so"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" exactly"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" what"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" do"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"I"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'ll"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" add"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" multiply"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" numbers"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"2"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"3"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" for"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":".\n"}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_2dbb7568bf254f7cb91b4a09","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\": 2, \"b\": 3}"}}]}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_88cb0be022f94339af640b13","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\": 2, \"b\": 3}"}}]}}]}
+
+ data: {"id":"20250926190620c633be90e4bb4b9f","created":1758884780,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":282,"completion_tokens":178,"total_tokens":460,"prompt_tokens_details":{"cached_tokens":43}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream;charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 675.755916ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1349
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 157
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"glm-4.5","max_tokens":4000}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Olá!","reasoning_content":"The person is asking me to say \"hi\" in Portuguese. In Portuguese, \"hi\" or \"hello\" is commonly translated as \"Olá\". I should provide this translation directly.\n\n\"Olá\" is the standard greeting in Portuguese, used in both formal and informal situations in Portugal and Brazil. There are other greetings like \"Oi\" which is more informal and common in Brazil, but \"Olá\" is the most universal translation of \"hi\" in Portuguese.","role":"assistant"}}],"created":1758884739,"id":"202509261905381f1d8b98070242a6","model":"glm-4.5","request_id":"202509261905381f1d8b98070242a6","usage":{"completion_tokens":100,"prompt_tokens":18,"prompt_tokens_details":{"cached_tokens":0},"total_tokens":118}}'
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 4.173540625s
@@ -0,0 +1,436 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 211
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" person"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asking"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" me"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" say"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hi"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" In"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hi"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" or"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hello"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" typically"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" translated"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Ol"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"á"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\"."}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" There"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" are"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" few"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" other"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" common"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" greetings"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" depending"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" on"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" context"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" form"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"ality"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":":\n\n"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Ol"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"á"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" A"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" standard"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" neutral"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" greeting"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" ("}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"like"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Hello"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\")\n"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Oi"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" A"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" more"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" informal"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" greeting"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" ("}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"like"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Hi"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\")\n"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"B"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"om"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" dia"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Good"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" morning"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" ("}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"used"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" until"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" about"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" noon"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":")\n"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Bo"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"a"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" tarde"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Good"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" afternoon"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" ("}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"used"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" from"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" noon"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" until"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" evening"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":")\n"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"-"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Bo"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"a"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" noite"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Good"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" evening"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"/"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"night"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" ("}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"used"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" evening"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" at"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" night"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":")\n\n"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Since"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" they"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" specifically"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asked"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"hi"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\","}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" which"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" casual"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"'ll"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provide"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" most"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" common"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Portuguese"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" equivalent"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" which"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Oi"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\"."}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"'ll"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" also"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" include"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Ol"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"á"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" slightly"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" more"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" formal"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" alternative"}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"á","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'s","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"hi","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" You","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" can","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" also","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" use","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"Oi","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" a","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" casual","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" greeting","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning_content":""}}]}
+
+ data: {"id":"20250926190540c29952ed24ae4570","created":1758884740,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"stop","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":18,"completion_tokens":202,"total_tokens":220,"prompt_tokens_details":{"cached_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream;charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 653.648917ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 449
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"glm-4.5","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"choices":[{"finish_reason":"tool_calls","index":0,"message":{"content":"\n\n","reasoning_content":"The user is asking for the weather in Florence, Italy. I need to use the weather function to get this information. The function requires a \"location\" parameter, and the user has provided \"Florence,Italy\" as the location. I should use this exact value for the location parameter.","role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"id":"call_-8303649628005950554","index":0,"type":"function"}]}}],"created":1758884753,"id":"20250926190543de74b873b8e04ebc","model":"glm-4.5","request_id":"20250926190543de74b873b8e04ebc","usage":{"completion_tokens":79,"prompt_tokens":179,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":258}}'
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 11.165218167s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 710
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n\n","tool_calls":[{"id":"call_-8303649628005950554","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_-8303649628005950554","role":"tool"}],"model":"glm-4.5","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"\n\nThe current weather in Florence, Italy is 40°C (104°F). That''s quite hot! It''s a very warm day there, so if you''re planning to visit, make sure to stay hydrated and seek shade or air conditioning when possible.","reasoning_content":"The weather function returned \"40 C\" for Florence, Italy. This indicates that the current temperature in Florence is 40 degrees Celsius, which is quite hot. I should provide this information to the user in a clear and helpful way.","role":"assistant"}}],"created":1758884757,"id":"2025092619055464ba39f15d9f4c36","model":"glm-4.5","request_id":"2025092619055464ba39f15d9f4c36","usage":{"completion_tokens":102,"prompt_tokens":207,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":309}}'
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 3.454754417s
@@ -0,0 +1,361 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 503
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"glm-4.5","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asking"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" have"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" access"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" that"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" requires"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameter"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" The"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" has"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provided"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Flo"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"rence"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Italy"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" use"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" exact"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" value"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameter"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_51a97502d6444997b56fd204","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence,Italy\"}"}}]}}]}
+
+ data: {"id":"202509261905574f05504f94b04bb2","created":1758884757,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":179,"completion_tokens":70,"total_tokens":249,"prompt_tokens_details":{"cached_tokens":43}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream;charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 658.388083ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 772
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n\n","tool_calls":[{"id":"call_51a97502d6444997b56fd204","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_51a97502d6444997b56fd204","role":"tool"}],"model":"glm-4.5","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" returned"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" C"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" This"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" quite"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" hot"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" degrees"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Celsius"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provide"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" information"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" clear"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" helpful"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" way"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"The"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" current"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" weather"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" is"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"40"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°C"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" ("}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"104"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°F"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":")."}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" That"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'s"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" quite"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hot"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"!"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" can"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" get"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" very"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" warm"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" during"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" summer"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" months"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" so"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" if"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'re"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" planning"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" to"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" visit"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" make"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" sure"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" to"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" stay"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" seek"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" shade"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" during"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hottest"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" parts"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" of"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" day"}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"."}}]}
+
+ data: {"id":"20250926190600dac6456f42ba4e48","created":1758884760,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"stop","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":207,"completion_tokens":96,"total_tokens":303,"prompt_tokens_details":{"cached_tokens":43}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream;charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 670.03125ms
@@ -0,0 +1,1057 @@
+---
+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":"grok-3-mini","reasoning_effort":"high","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"First","role":"assistant"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" asking"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" available"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" called"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" that"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" get"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" description"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Get"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameters"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" require"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" string"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" described"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" provided"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" specifies"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" both"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884798,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" city"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" country"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" This"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" sufficient"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameter"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" argument"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"All"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" required"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameters"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" are"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" provided"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clear"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" No"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" ask"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clarification"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" specified"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" JSON"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" format"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" within"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" <"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":">"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" tags"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" format"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" <"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":">{\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"action"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"action"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_input"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" {\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"}}</"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"_call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":">\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"After"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" calling"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" might"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" handle"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" subsequent"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" turns"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" but"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" now"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" this"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" logical"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" next"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" step"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" advance"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user's"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884799,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" request"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"My"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" only"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" contain"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" since"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I'm"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" deciding"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" shouldn't"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" add"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" extra"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" text"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" unless"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" necessary"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" instructions"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" say"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" keep"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" responses"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clear"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" not"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" verbose"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"So"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I'll"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" output"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" just"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"tool_calls":[{"id":"call_64866740","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{},"finish_reason":"tool_calls"}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"aec0b881-26b5-4e1f-a428-1f70a8e27816_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[],"usage":{"prompt_tokens":288,"completion_tokens":27,"total_tokens":557,"prompt_tokens_details":{"text_tokens":288,"audio_tokens":0,"image_tokens":0,"cached_tokens":287},"completion_tokens_details":{"reasoning_tokens":242,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 166.84775ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 736
+ 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_64866740","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_64866740","role":"tool"}],"model":"grok-3-mini","reasoning_effort":"high","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"First","role":"assistant"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884800,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" asked"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"What's"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"?\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" This"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" directly"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" matches"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" available"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" requires"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"location"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" parameter"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" already"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" called"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" my"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" previous"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" now"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I'm"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" receiving"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" from"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" C"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" This"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" likely"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" temperature"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Celsius"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"My"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" role"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" helpful"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" assistant"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" After"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" calling"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" provide"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" result"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" a"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clear"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" non"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"-"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"verbose"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" way"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" was"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" successful"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" have"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" result"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" don't"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" to"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884801,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" any"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" more"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" functions"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" unless"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" more"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" needed"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" isn't"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" case"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" here"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" respond"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" based"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" on"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"'s"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" output"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" output"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" C"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" which"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" assume"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" means"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" degrees"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Celsius"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" To"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" make"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" helpful"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" can"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" phrase"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" it"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clearly"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Keep"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" clear"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" and"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" not"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" verbose"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" as"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" per"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" instructions"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"Final"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" response"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" should"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" be"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" something"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" like"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" "}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" degrees"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" Celsius"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\"\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" output"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" just"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" C"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"\","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" so"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" I'll"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" use"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" that"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" directly"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"I"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" shouldn't"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884802,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" add"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" extra"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" information"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" unless"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" necessary"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" user's"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" query"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" fully"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" addressed"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" with"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" this"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":".\n\n"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"No"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" need"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" for"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" another"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" function"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":" call"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"reasoning_content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"The"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" weather"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" in"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" Florence"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":","}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" Italy"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" is"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":" "}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"40"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"°C"}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{"content":"."}}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: {"id":"b0c61a42-4193-9739-e9c7-3a198631fa7f_us-east-1","object":"chat.completion.chunk","created":1758884803,"model":"grok-3-mini-high","choices":[],"usage":{"prompt_tokens":332,"completion_tokens":11,"total_tokens":581,"prompt_tokens_details":{"text_tokens":332,"audio_tokens":0,"image_tokens":0,"cached_tokens":331},"completion_tokens_details":{"reasoning_tokens":238,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0},"system_fingerprint":"fp_a6fbae1a97"}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 172.517709ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 462
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"grok-3-mini","reasoning_effort":"high","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.x.ai/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,389 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 512
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"glm-4.5","reasoning_effort":"high","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" asking"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" in"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" have"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" access"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" that"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" takes"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameter"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" The"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" has"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" specified"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"Flo"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"rence"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" as"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" location"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" so"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" have"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" all"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" required"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" parameters"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" make"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" call"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"tool_calls":[{"id":"call_e6e3edb2371843ad9503e65b","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence, Italy\"}"}}]}}]}
+
+ data: {"id":"2025092619065217d08d861c2248cd","created":1758884812,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"tool_calls","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":179,"completion_tokens":72,"total_tokens":251,"prompt_tokens_details":{"cached_tokens":43}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream;charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 901.215542ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 782
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\n\n","tool_calls":[{"id":"call_e6e3edb2371843ad9503e65b","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_e6e3edb2371843ad9503e65b","role":"tool"}],"model":"glm-4.5","reasoning_effort":"high","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"}],"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"The"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" weather"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" function"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" returned"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" \""}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" C"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"\""}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" for"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Florence"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":","}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Italy"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" This"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" a"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" very"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" high"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" temperature"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" -"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning_content":" "}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"40"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" degrees"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" Celsius"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" is"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" quite"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" hot"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"!"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" I"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" should"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" provide"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" information"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" to"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" the"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" user"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" and"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" perhaps"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" add"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" some"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" context"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" about"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" what"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" this"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":" temperature means"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","reasoning_content":"."}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"\n"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"The"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" current"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" weather"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" in"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" is"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" "}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"40"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°C"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" ("}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"104"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"°F"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":")."}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" That"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'s"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" quite"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hot"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"!"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" This"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" is"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" a"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" very"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" warm"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" so"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" if"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" you"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"'re"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" planning"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" to"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" be"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" make"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" sure"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" to"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" stay"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" wear"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" light"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" clothing"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":","}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" and"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" seek"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" shade"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" during"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" hottest"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" parts"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" of"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" the"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":" day"}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"delta":{"role":"assistant","content":"."}}]}
+
+ data: {"id":"20250926190654d7bdfa5ed14249d1","created":1758884815,"model":"glm-4.5","choices":[{"index":0,"finish_reason":"stop","delta":{"role":"assistant","content":""}}],"usage":{"prompt_tokens":207,"completion_tokens":109,"total_tokens":316,"prompt_tokens_details":{"cached_tokens":43}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream;charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 676.7695ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 458
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"glm-4.5","reasoning_effort":"high","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"choices":[{"finish_reason":"tool_calls","index":0,"message":{"content":"\n\nI''ll check the weather in Florence, Italy for you.\n","reasoning_content":"The user is asking for weather information for Florence, Italy. I have access to a weather function that requires a \"location\" parameter. The user has provided \"Florence, Italy\" as the location, so I have all the required information to make the function call.","role":"assistant","tool_calls":[{"function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"id":"call_-8303617501649735809","index":0,"type":"function"}]}}],"created":1758884808,"id":"20250926190643068def4b4247493f","model":"glm-4.5","request_id":"20250926190643068def4b4247493f","usage":{"completion_tokens":86,"prompt_tokens":179,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":265}}'
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 4.969463833s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 772
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\n\nI''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"call_-8303617501649735809","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_-8303617501649735809","role":"tool"}],"model":"glm-4.5","reasoning_effort":"high","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"}]}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://api.z.ai/api/coding/paas/v4/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: '{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"\n\nThe weather in Florence, Italy is currently 40°C (104°F). That''s quite hot! Florence typically has warm summers, but this temperature is particularly high even for the region. Make sure to stay hydrated and seek shade if you''re there, as this level of heat can be quite intense.","reasoning_content":"The weather function returned \"40 C\" for Florence, Italy. This seems like a very high temperature (40°C/104°F), which would be extremely hot for Florence. Let me provide this information to the user while noting that this seems unusually warm.","role":"assistant"}}],"created":1758884811,"id":"2025092619064878c373b988234a18","model":"glm-4.5","request_id":"2025092619064878c373b988234a18","usage":{"completion_tokens":116,"prompt_tokens":219,"prompt_tokens_details":{"cached_tokens":43},"total_tokens":335}}'
+ headers:
+ Content-Type:
+ - application/json; charset=UTF-8
+ status: 200 OK
+ code: 200
+ duration: 3.68313875s
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 855
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,133 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 892
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll add an","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"d multiply the numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2 and 3 for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_019HCkvBaE95VcC6dm247tua","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":", \"b\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01BzTvcZwg8uFyS2ZbyfFbbg","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{\"a\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 2.209197084s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1410
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 200
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884862-nNnfpZfNjYv7wX3JRgcl\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758884862,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá! \\n\\n(That's \\\"hi\\\" in Portuguese!)\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":18,\"total_tokens\":34,\"cost\":0.000318,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000048,\"upstream_inference_completions_cost\":0.00027},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 1.835014334s
@@ -0,0 +1,46 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 254
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":7,"total_tokens":23,"cost":0.000153,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000048,"upstream_inference_completions_cost":0.000105},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 2.099917792s
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 492
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,131 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 546
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll get the weather information for Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy for you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01RbqWDZJV2wefF6PD6oi6rq","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"location"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\": \"Flor"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"en"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ce,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":67,"total_tokens":461,"cost":0.002187,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001182,"upstream_inference_completions_cost":0.001005},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 2.614987417s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 884
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_01RbqWDZJV2wefF6PD6oi6rq","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01RbqWDZJV2wefF6PD6oi6rq","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in Florence, Italy is 40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C (104°F). That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"! Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated and seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" to be out","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"doors.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":476,"completion_tokens":43,"total_tokens":519,"cost":0.002073,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001428,"upstream_inference_completions_cost":0.000645},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 1.845872166s
@@ -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. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,127 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 899
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" and multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" simultaneously for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_9953","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_1453","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":250,"completion_tokens":52,"total_tokens":302,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 759.0745ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1328
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 207
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884896-Vxp1md82hWmmqrwPbsR2\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758884897,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":13,\"completion_tokens\":4,\"total_tokens\":17,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 915.791ms
@@ -0,0 +1,42 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 261
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":"á!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":13,"completion_tokens":4,"total_tokens":17,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 910.04ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 499
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,151 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 553
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll check","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" the weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_3cac","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":160,"completion_tokens":27,"total_tokens":187,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 898.243ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 822
+ 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 in Florence, Italy for you.","tool_calls":[{"id":"call_3cac","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_3cac","role":"tool"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" is ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"40°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"C (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"104°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"F).","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" If","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" to visit","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" or","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" are","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" there,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" make sure","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" to stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" during the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" hottest parts","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" of the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" day.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":192,"completion_tokens":50,"total_tokens":242,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 800.502916ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,77 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 890
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884895-ZW7V1SBC3XRGQDgz6cog","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884895,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_3sQISwQkKIrHMDRRTqmB","type":"function","function":{"name":"add","arguments":"{\"b\":3,\"a\":2}"}},{"index":1,"id":"tool_1_multiply_nZSCK8smzKFKbdiORQio","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
+
+ data: {"id":"gen-1758884895-ZW7V1SBC3XRGQDgz6cog","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884895,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000421,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.000025},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 878.667625ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1333
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 198
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n{\"id\":\"gen-1758884888-8cFWFhyuZpFJzRBAfJhE\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884888,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":9,\"completion_tokens\":2,\"total_tokens\":11,\"cost\":0.0000077,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000027,\"upstream_inference_completions_cost\":0.000005},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 643.525875ms
@@ -0,0 +1,42 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 252
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá\" or \"Oi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]}
+
+ data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":9,"completion_tokens":7,"total_tokens":16,"cost":0.0000202,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000027,"upstream_inference_completions_cost":0.0000175},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 969.074167ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 490
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n{\"id\":\"gen-1758884890-eb63mHbHPmNmDzud29uQ\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884890,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"tool_0_weather_tpb31y4AAKTQomEE5Gds\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":28,\"completion_tokens\":5,\"total_tokens\":33,\"cost\":0.0000209,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000084,\"upstream_inference_completions_cost\":0.0000125},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 920.856208ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 753
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_tpb31y4AAKTQomEE5Gds","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_tpb31y4AAKTQomEE5Gds","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n{\"id\":\"gen-1758884890-CHMiuxRWBS7OxuQFUsla\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884891,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is 40 degrees Celsius.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":57,\"completion_tokens\":13,\"total_tokens\":70,\"cost\":0.0000496,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000171,\"upstream_inference_completions_cost\":0.0000325},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 739.272167ms
@@ -0,0 +1,75 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 544
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884891-TdXi6e4P1LOAy1d2zvUP","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884891,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_weather_gNpQBlUfofhGF4jueDU7","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
+
+ data: {"id":"gen-1758884891-TdXi6e4P1LOAy1d2zvUP","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884891,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":28,"completion_tokens":5,"total_tokens":33,"cost":0.0000209,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000084,"upstream_inference_completions_cost":0.0000125},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 760.496ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 807
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_gNpQBlUfofhGF4jueDU7","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_gNpQBlUfofhGF4jueDU7","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884892-mxDweeTvpL2t8FqL5Y6k","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884892,"choices":[{"index":0,"delta":{"role":"assistant","content":"The weather in Florence, Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884892-mxDweeTvpL2t8FqL5Y6k","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884892,"choices":[{"index":0,"delta":{"role":"assistant","content":" is 40 degrees Celsius.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]}
+
+ data: {"id":"gen-1758884892-mxDweeTvpL2t8FqL5Y6k","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884892,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":55,"completion_tokens":13,"total_tokens":68,"cost":0.000049,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000165,"upstream_inference_completions_cost":0.0000325},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 736.252583ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 842
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,469 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 879
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" two","reasoning_details":[{"type":"reasoning.text","text":" two","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" available","reasoning_details":[{"type":"reasoning.text","text":" available","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specifically","reasoning_details":[{"type":"reasoning.text","text":" specifically","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wants","reasoning_details":[{"type":"reasoning.text","text":" wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.text","text":" so","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n","reasoning_details":[{"type":"reasoning.text","text":":\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n","reasoning_details":[{"type":"reasoning.text","text":":\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n","reasoning_details":[{"type":"reasoning.text","text":" \n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_8eebb8d117b94c35a6c99734","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_ccad9698f6dc4b72a67b0cc3","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885053-zbAuZUCTy0BBdZxDyrs1","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885053,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":282,"completion_tokens":154,"total_tokens":436,"cost":0.00048644,"is_byok":false,"prompt_tokens_details":{"cached_tokens":44,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00014764,"upstream_inference_completions_cost":0.0003388},"completion_tokens_details":{"reasoning_tokens":94,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 767.975667ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1379
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 187
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,206 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 241
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" person","reasoning_details":[{"type":"reasoning.text","text":" person","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is asking","reasoning_details":[{"type":"reasoning.text","text":" is asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me to","reasoning_details":[{"type":"reasoning.text","text":" me to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in Portuguese","reasoning_details":[{"type":"reasoning.text","text":" in Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". I","reasoning_details":[{"type":"reasoning.text","text":". I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide the","reasoning_details":[{"type":"reasoning.text","text":" provide the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese translation","reasoning_details":[{"type":"reasoning.text","text":" Portuguese translation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of","reasoning_details":[{"type":"reasoning.text","text":" of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"hello","reasoning_details":[{"type":"reasoning.text","text":" \"hello","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".\n\nThe","reasoning_details":[{"type":"reasoning.text","text":"\".\n\nThe","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" most common","reasoning_details":[{"type":"reasoning.text","text":" most common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" way to","reasoning_details":[{"type":"reasoning.text","text":" way to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"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}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hello\"","reasoning_details":[{"type":"reasoning.text","text":"hello\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in Portuguese","reasoning_details":[{"type":"reasoning.text","text":" in Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is \"","reasoning_details":[{"type":"reasoning.text","text":" is \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.text","text":"Olá","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". There","reasoning_details":[{"type":"reasoning.text","text":"\". There","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" also \"","reasoning_details":[{"type":"reasoning.text","text":" also \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi\"","reasoning_details":[{"type":"reasoning.text","text":"Oi\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which is","reasoning_details":[{"type":"reasoning.text","text":" which is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more informal","reasoning_details":[{"type":"reasoning.text","text":" more informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and commonly","reasoning_details":[{"type":"reasoning.text","text":" and commonly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used in","reasoning_details":[{"type":"reasoning.text","text":" used in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Brazil.","reasoning_details":[{"type":"reasoning.text","text":" Brazil.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'ll provide","reasoning_details":[{"type":"reasoning.text","text":"'ll provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both options","reasoning_details":[{"type":"reasoning.text","text":" both options","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" explain the","reasoning_details":[{"type":"reasoning.text","text":" explain the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" difference.","reasoning_details":[{"type":"reasoning.text","text":" difference.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"In","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" you can","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" say \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"hi\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" in a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" couple","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" of ways","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":":\n\n-","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"Ol","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"á\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" - This","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" is the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" standard,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" slightly","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" formal greeting","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" used","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" in both","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" Brazil","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" and Portugal","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"- \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" - This","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" is a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" more informal","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" greeting,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" commonly used","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Brazil","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n\nBoth","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" are widely","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" understood,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" so","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" you can","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" use either","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" depending on","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" the situation","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" and level","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":" of form","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"ality.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758885023-eRgSIBBLiC1Ehs7cSUqS","provider":"DeepInfra","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885023,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":151,"total_tokens":167,"cost":0.000248,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000064,"upstream_inference_completions_cost":0.0002416},"completion_tokens_details":{"reasoning_tokens":80,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 731.444625ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 479
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,341 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 533
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"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}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"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}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"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}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"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}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"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}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" available","reasoning_details":[{"type":"reasoning.text","text":" available","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" takes","reasoning_details":[{"type":"reasoning.text","text":" takes","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specified","reasoning_details":[{"type":"reasoning.text","text":" specified","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"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}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.text","text":" so","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" exact","reasoning_details":[{"type":"reasoning.text","text":" exact","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" value","reasoning_details":[{"type":"reasoning.text","text":" value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_1bef9a8b0b3f44879ec51f26","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence,Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885033-p6Mzuk9MAxNDsmWhniqn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885033,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":179,"completion_tokens":69,"total_tokens":248,"cost":0.00023813,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00008633,"upstream_inference_completions_cost":0.0001518},"completion_tokens_details":{"reasoning_tokens":60,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 2.214089s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 802
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n\n","tool_calls":[{"id":"call_1bef9a8b0b3f44879ec51f26","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_1bef9a8b0b3f44879ec51f26","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" indicates","reasoning_details":[{"type":"reasoning.text","text":" indicates","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" current","reasoning_details":[{"type":"reasoning.text","text":" current","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" temperature","reasoning_details":[{"type":"reasoning.text","text":" temperature","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"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}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clear","reasoning_details":[{"type":"reasoning.text","text":" clear","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" way","reasoning_details":[{"type":"reasoning.text","text":" way","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"104","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":" there","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758885038-DeDG7fKs95gX84IVtQtp","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758885038,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":207,"completion_tokens":85,"total_tokens":292,"cost":0.00029013,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00010313,"upstream_inference_completions_cost":0.000187},"completion_tokens_details":{"reasoning_tokens":58,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 1.291404292s
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,299 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 890
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Executing","reasoning_details":[{"type":"reasoning.summary","summary":"**Executing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" follow","reasoning_details":[{"type":"reasoning.summary","summary":" follow","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" developer","reasoning_details":[{"type":"reasoning.summary","summary":" developer","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s","reasoning_details":[{"type":"reasoning.summary","summary":"'s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" instructions","reasoning_details":[{"type":"reasoning.summary","summary":" instructions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" addition","reasoning_details":[{"type":"reasoning.summary","summary":" addition","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiplication","reasoning_details":[{"type":"reasoning.summary","summary":" multiplication","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simultaneously","reasoning_details":[{"type":"reasoning.summary","summary":" simultaneously","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.summary","summary":" The","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.summary","summary":" numbers","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 2","reasoning_details":[{"type":"reasoning.summary","summary":" 2","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 3","reasoning_details":[{"type":"reasoning.summary","summary":" 3","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.summary","summary":" so","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" run","reasoning_details":[{"type":"reasoning.summary","summary":" run","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wrapper","reasoning_details":[{"type":"reasoning.summary","summary":" wrapper","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" calculations","reasoning_details":[{"type":"reasoning.summary","summary":" calculations","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.summary","summary":" present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clearly","reasoning_details":[{"type":"reasoning.summary","summary":" clearly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sum","reasoning_details":[{"type":"reasoning.summary","summary":" sum","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 5","reasoning_details":[{"type":"reasoning.summary","summary":" 5","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" product","reasoning_details":[{"type":"reasoning.summary","summary":" product","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 6","reasoning_details":[{"type":"reasoning.summary","summary":" 6","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It","reasoning_details":[{"type":"reasoning.summary","summary":" It","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’s","reasoning_details":[{"type":"reasoning.summary","summary":"’s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" important","reasoning_details":[{"type":"reasoning.summary","summary":" important","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" formatting","reasoning_details":[{"type":"reasoning.summary","summary":" formatting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simple","reasoning_details":[{"type":"reasoning.summary","summary":" simple","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.summary","summary":" straightforward","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clarity","reasoning_details":[{"type":"reasoning.summary","summary":" clarity","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Let's","reasoning_details":[{"type":"reasoning.summary","summary":" Let's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" started","reasoning_details":[{"type":"reasoning.summary","summary":" started","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885012-2qVPBxGHZxOgYWKthK4E","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885012,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 198
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,46 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 252
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884962-fX03Skb1GH0VQrIND1mJ","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884962,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 490
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,505 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 544
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Getting","reasoning_details":[{"type":"reasoning.summary","summary":"**Getting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" retrieve","reasoning_details":[{"type":"reasoning.summary","summary":" retrieve","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" There's","reasoning_details":[{"type":"reasoning.summary","summary":" There's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specific","reasoning_details":[{"type":"reasoning.summary","summary":" specific","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.summary","summary":" function","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.summary","summary":" this","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" category","reasoning_details":[{"type":"reasoning.summary","summary":" category","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" only","reasoning_details":[{"type":"reasoning.summary","summary":" only","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" won't","reasoning_details":[{"type":"reasoning.summary","summary":" won't","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multi","reasoning_details":[{"type":"reasoning.summary","summary":" multi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-tool","reasoning_details":[{"type":"reasoning.summary","summary":"-tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" approach","reasoning_details":[{"type":"reasoning.summary","summary":" approach","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specify","reasoning_details":[{"type":"reasoning.summary","summary":" specify","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.summary","summary":" as","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flor","reasoning_details":[{"type":"reasoning.summary","summary":"Flor","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ence","reasoning_details":[{"type":"reasoning.summary","summary":"ence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.summary","summary":"\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" then","reasoning_details":[{"type":"reasoning.summary","summary":" then","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" handle","reasoning_details":[{"type":"reasoning.summary","summary":" handle","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" result","reasoning_details":[{"type":"reasoning.summary","summary":" result","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" don't","reasoning_details":[{"type":"reasoning.summary","summary":" don't","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" know","reasoning_details":[{"type":"reasoning.summary","summary":" know","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" exactly","reasoning_details":[{"type":"reasoning.summary","summary":" exactly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" what","reasoning_details":[{"type":"reasoning.summary","summary":" what","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" return","reasoning_details":[{"type":"reasoning.summary","summary":" return","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.summary","summary":" can","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" assume","reasoning_details":[{"type":"reasoning.summary","summary":" assume","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.summary","summary":" provide","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" some","reasoning_details":[{"type":"reasoning.summary","summary":" some","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" details","reasoning_details":[{"type":"reasoning.summary","summary":" details","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" go","reasoning_details":[{"type":"reasoning.summary","summary":" go","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ahead","reasoning_details":[{"type":"reasoning.summary","summary":" ahead","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884989-jB8YOYIDcKtvkf291rxN","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758884989,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 851
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,481 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 888
+ 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"}],"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tools","reasoning_details":[{"type":"reasoning.text","text":" tools","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_01911889","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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_33234080","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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"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-1758884860-K9868CVf6xsUcJcDbCmt","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884860,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":467,"completion_tokens":199,"total_tokens":666,"cost":0.00031126,"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.0002985},"completion_tokens_details":{"reasoning_tokens":131,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 319.45225ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1249
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 196
+ 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,"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,248 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 250
+ 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},"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" said","reasoning_details":[{"type":"reasoning.text","text":" said","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"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-1758884847-WYJqlR3MNgz0b8uCnebl","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884847,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":213,"completion_tokens":105,"total_tokens":318,"cost":0.00016554,"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.0001575},"completion_tokens_details":{"reasoning_tokens":103,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 253.87975ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 488
+ 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}}'
+ 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,463 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 542
+ 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"}],"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Handling User Request \n- The user wants to know the weather in Florence, Italy.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Handling User Request \n- The user wants to know the weather in Florence, Italy.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_27772673","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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"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-1758884852-U5Y9O1d79zXJK5gXZWxP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884852,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":390,"completion_tokens":132,"total_tokens":522,"cost":0.00020688,"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.000198},"completion_tokens_details":{"reasoning_tokens":106,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 345.154625ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 761
+ 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_27772673","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_27772673","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"}],"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" If","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" need","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" details","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" like","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" humidity","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" wind","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" or","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" let","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" me","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":" know","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
+
+ data: {"id":"gen-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"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-1758884854-0CMYVsFI8r1FFAZMjoog","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758884854,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":535,"completion_tokens":88,"total_tokens":623,"cost":0.00014684,"is_byok":false,"prompt_tokens_details":{"cached_tokens":512,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001484,"upstream_inference_completions_cost":0.000132},"completion_tokens_details":{"reasoning_tokens":58,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 325.227583ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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,221 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 890
+ 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"}],"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-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" use"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" both"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" add"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" functions"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"functions.add:0","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":216,"completion_tokens":57,"total_tokens":273,"cost":0.00025581,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00012528,"upstream_inference_completions_cost":0.00013053},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 2.16851625s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1357
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 198
+ 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,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n{\"id\":\"gen-1758884820-pkZ0QE8RXjFWCt2WTCzO\",\"provider\":\"AtlasCloud\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758884820,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Oi!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":21,\"completion_tokens\":3,\"total_tokens\":24,\"cost\":0.0000201,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000126,\"upstream_inference_completions_cost\":0.0000075},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 837.696958ms
@@ -0,0 +1,44 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 252
+ 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},"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-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null}
+
+ data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":"á"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null}
+
+ data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null}
+
+ data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":null}
+
+ data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":21,"completion_tokens":4,"total_tokens":25,"cost":0.0000226,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000126,"upstream_inference_completions_cost":0.00001},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 553.728583ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 490
+ 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"}],"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,163 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 544
+ 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"}],"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-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"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-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" check"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"}
+
+ data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"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-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"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}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 269.997625ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 838
+ 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 in 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,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":")."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" That's"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" if"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" there"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":147,"completion_tokens":32,"total_tokens":179,"cost":0.0001045,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00005586,"upstream_inference_completions_cost":0.00004864},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 1.314927417s
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 855
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-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. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 857
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 853
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 842
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 853
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 851
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 851
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 853
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 855
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,129 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 892
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll add an","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"d multiply the numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2 and 3 for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01Gd4wT9QPhkpPB6zkNLCkaj","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"a\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":", \"b\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01AR68sZeZk9EHztGXwsQNGd","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{\"a\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":" 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758711110-d1eiw2aD7Ko72nixF4yC","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758711110,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 2.526253917s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1410
- host: ""
@@ -1,129 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 899
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" and multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":" for you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_a90d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_e370","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758711137-WUuld9IK9F7MG5fy5exx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758711137,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":250,"completion_tokens":51,"total_tokens":301,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 817.904583ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1313
- host: ""
@@ -1,77 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 894
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711127-YkQltErQCppBW4EPbztY","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758711127,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_Xx7CTt77LOuXCeqn65CJ","type":"function","function":{"name":"add","arguments":"{\"b\":3,\"a\":2}"}},{"index":1,"id":"tool_1_multiply_h7WIM2aqN2mmQm5L0Pel","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758711127-YkQltErQCppBW4EPbztY","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758711127,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000097,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000057,"upstream_inference_completions_cost":0.000004},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 960.158666ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1337
- host: ""
@@ -1,75 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 890
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711123-SCstvAEkjnq3uSjutINq","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758711123,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_5fYLTchpiecMzp0E3MuT","type":"function","function":{"name":"add","arguments":"{\"b\":3,\"a\":2}"}},{"index":1,"id":"tool_1_multiply_tabgjgUGjQdjG55TfoRe","type":"function","function":{"name":"multiply","arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758711123-SCstvAEkjnq3uSjutINq","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758711123,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000421,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.000025},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 799.677125ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1333
- host: ""
@@ -1,465 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 879
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" instructed","reasoning_details":[{"type":"reasoning.text","text":" instructed","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Let","reasoning_details":[{"type":"reasoning.text","text":" Let","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" check","reasoning_details":[{"type":"reasoning.text","text":" check","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n\n","reasoning_details":[{"type":"reasoning.text","text":":\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" all","reasoning_details":[{"type":"reasoning.text","text":" all","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" required","reasoning_details":[{"type":"reasoning.text","text":" required","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.text","text":" so","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.text","text":" can","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" proceed","reasoning_details":[{"type":"reasoning.text","text":" proceed","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" calls","reasoning_details":[{"type":"reasoning.text","text":" calls","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_a971a8a3853a47ec84e96bc1","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_112b82883e224cb3a8ee86ce","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758711207-umEm6utyXvuJO86XOhB2","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758711207,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":280,"completion_tokens":136,"total_tokens":416,"cost":0.0003392,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0001148,"upstream_inference_completions_cost":0.0002244},"completion_tokens_details":{"reasoning_tokens":75,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.046051292s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1379
- host: ""
@@ -1,373 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 890
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.summary","summary":"I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" make","reasoning_details":[{"type":"reasoning.summary","summary":" make","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sure","reasoning_details":[{"type":"reasoning.summary","summary":" sure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" commentary","reasoning_details":[{"type":"reasoning.summary","summary":" commentary","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.summary","summary":" present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" natural","reasoning_details":[{"type":"reasoning.summary","summary":" natural","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" language","reasoning_details":[{"type":"reasoning.summary","summary":" language","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response","reasoning_details":[{"type":"reasoning.summary","summary":" response","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It","reasoning_details":[{"type":"reasoning.summary","summary":" It","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like","reasoning_details":[{"type":"reasoning.summary","summary":" like","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".add","reasoning_details":[{"type":"reasoning.summary","summary":".add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" return","reasoning_details":[{"type":"reasoning.summary","summary":" return","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" JSON","reasoning_details":[{"type":"reasoning.summary","summary":" JSON","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" value","reasoning_details":[{"type":"reasoning.summary","summary":" value","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'm","reasoning_details":[{"type":"reasoning.summary","summary":" I'm","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" not","reasoning_details":[{"type":"reasoning.summary","summary":" not","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" entirely","reasoning_details":[{"type":"reasoning.summary","summary":" entirely","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sure","reasoning_details":[{"type":"reasoning.summary","summary":" sure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" proceed","reasoning_details":[{"type":"reasoning.summary","summary":" proceed","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" assumption","reasoning_details":[{"type":"reasoning.summary","summary":" assumption","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Once","reasoning_details":[{"type":"reasoning.summary","summary":" Once","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" outputs","reasoning_details":[{"type":"reasoning.summary","summary":" outputs","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.summary","summary":" can","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" show","reasoning_details":[{"type":"reasoning.summary","summary":" show","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Sum","reasoning_details":[{"type":"reasoning.summary","summary":" Sum","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 5","reasoning_details":[{"type":"reasoning.summary","summary":" 5","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Product","reasoning_details":[{"type":"reasoning.summary","summary":" Product","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 6","reasoning_details":[{"type":"reasoning.summary","summary":" 6","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’m","reasoning_details":[{"type":"reasoning.summary","summary":"’m","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" going","reasoning_details":[{"type":"reasoning.summary","summary":" going","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" execute","reasoning_details":[{"type":"reasoning.summary","summary":" execute","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.summary","summary":" parameters","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" {","reasoning_details":[{"type":"reasoning.summary","summary":" {","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a","reasoning_details":[{"type":"reasoning.summary","summary":"a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.summary","summary":"2","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.summary","summary":" b","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.summary","summary":"3","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711189-Br9zfINEPERDqxJjv8JK","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758711189,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"}.","reasoning_details":[{"type":"reasoning.summary","summary":"}.","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
@@ -1,543 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 888
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_92065320","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_47416561","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758711119-t1DIgNYVTzf8lHvjZwAI","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758711119,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":228,"total_tokens":622,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":364,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":160,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 320.632084ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1249
- host: ""
@@ -1,475 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 888
- 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"}],"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-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asks","reasoning_details":[{"type":"reasoning.text","text":" asks","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" must","reasoning_details":[{"type":"reasoning.text","text":" must","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" always","reasoning_details":[{"type":"reasoning.text","text":" always","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" at","reasoning_details":[{"type":"reasoning.text","text":" at","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" same","reasoning_details":[{"type":"reasoning.text","text":" same","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" time","reasoning_details":[{"type":"reasoning.text","text":" time","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.text","text":".\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_24726538","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_72410924","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"},"index":1,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758711101-QhFvSSfhm2N9RCtgLnFA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758711101,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":467,"completion_tokens":198,"total_tokens":665,"cost":0.00030976,"is_byok":false,"prompt_tokens_details":{"cached_tokens":448,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001276,"upstream_inference_completions_cost":0.000297},"completion_tokens_details":{"reasoning_tokens":130,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 509.562125ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1249
- host: ""
@@ -1,196 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 890
- 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"}],"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-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.add:0","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":0,"type":"function","function":{"name":null,"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.multiply:1","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":null,"index":1,"type":"function","function":{"name":null,"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758711091-yC1TFxyFwWc6YJ7lT4yj","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758711091,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":197,"completion_tokens":41,"total_tokens":238,"cost":0.00013718,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00007486,"upstream_inference_completions_cost":0.00006232},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 972.861666ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1275
- host: ""
@@ -1,133 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 892
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_e25d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_51c5","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758711174-KFWaH8PvHxyv09Q03lYK","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758711174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":273,"completion_tokens":49,"total_tokens":322,"cost":0.00005397,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002457,"upstream_inference_completions_cost":0.0000294},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 922.565833ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1258
- host: ""
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 855
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,133 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 892
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_3e11","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_e95d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":273,"completion_tokens":49,"total_tokens":322,"cost":0.00005397,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002457,"upstream_inference_completions_cost":0.0000294},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 892.076875ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1258
+ host: ""
@@ -0,0 +1,33 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 200
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
+ body: "\n \n{\"id\":\"gen-1758884943-b00KqdyBPMoImmxC3fhs\",\"provider\":\"DeepInfra\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758884943,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":22,\"completion_tokens\":3,\"total_tokens\":25,\"cost\":0.00000378,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000198,\"upstream_inference_completions_cost\":0.0000018},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
+ headers:
+ Content-Type:
+ - application/json
+ status: 200 OK
+ code: 200
+ duration: 777.175458ms
@@ -0,0 +1,46 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 254
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":"á"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":22,"completion_tokens":4,"total_tokens":26,"cost":0.00000376,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000022,"upstream_inference_completions_cost":0.00000156},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 670.223833ms
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 492
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ uncompressed: true
@@ -0,0 +1,145 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 546
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_8536","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":167,"completion_tokens":21,"total_tokens":188,"cost":0.00002763,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001503,"upstream_inference_completions_cost":0.0000126},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 719.26375ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 759
+ 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_8536","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_8536","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
+ headers:
+ Accept:
+ - application/json
+ Content-Type:
+ - application/json
+ User-Agent:
+ - OpenAI/Go 2.3.0
+ url: https://openrouter.ai/api/v1/chat/completions
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ content_length: -1
+ body: |+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"4"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"0"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" That"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" protect"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" yourself"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" from"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" sun"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" if"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":""}
+
+ data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":205,"completion_tokens":35,"total_tokens":240,"cost":0.00005875,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00003075,"upstream_inference_completions_cost":0.000028},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 1.275518667s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 200
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758709892-6PE3iue0fNU40wFCqPdU\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758709892,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá! \\n\\n(That's \\\"hi\\\" in Portuguese - you can also say \\\"Oi!\\\" for a more casual greeting)\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":33,\"total_tokens\":49,\"cost\":0.000543,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000048,\"upstream_inference_completions_cost\":0.000495},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 2.367681542s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 207
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758709952-ZNleDml9ZyKJBBmo6Lp2\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758709952,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":13,\"completion_tokens\":4,\"total_tokens\":17,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.025358792s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 202
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n{\"id\":\"gen-1758709943-zXd7Ax22uRAHy5znq3IZ\",\"provider\":\"Google AI Studio\",\"model\":\"google/gemini-2.0-flash-001\",\"object\":\"chat.completion\",\"created\":1758709943,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\\n\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":9,\"completion_tokens\":3,\"total_tokens\":12,\"cost\":0.0000021,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":9e-7,\"upstream_inference_completions_cost\":0.0000012},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 492.340792ms
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 198
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n{\"id\":\"gen-1758709935-kd0WVfvQqUG7x9tO0Rze\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758709935,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":9,\"completion_tokens\":1,\"total_tokens\":10,\"cost\":0.0000052,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000027,\"upstream_inference_completions_cost\":0.0000025},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 766.97325ms
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 187
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n\n \n{\"id\":\"gen-1758710036-IXcHUMxkICQ5xKrla5sn\",\"provider\":\"Novita\",\"model\":\"z-ai/glm-4.5\",\"object\":\"chat.completion\",\"created\":1758710036,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"\",\"usage\":{\"prompt_tokens\":21,\"completion_tokens\":4,\"total_tokens\":25,\"cost\":0.0000214,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000126,\"upstream_inference_completions_cost\":0.0000088},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 980.918084ms
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 198
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 196
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n\n \n{\"id\":\"gen-1758709920-vowfN70ILMkGgFoMLCFm\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-4-fast:free\",\"object\":\"chat.completion\",\"created\":1758709920,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"fp_9362061f30\",\"usage\":{\"prompt_tokens\":126,\"completion_tokens\":116,\"total_tokens\":242,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":112,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":114,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 307.846917ms
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 196
- 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,"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
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 198
- 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,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n\n \n{\"id\":\"gen-1758709843-fI5rQS7K0SjkdgR1cmjQ\",\"provider\":\"Chutes\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758709843,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":21,\"completion_tokens\":4,\"total_tokens\":25,\"cost\":0.00001406,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000798,\"upstream_inference_completions_cost\":0.00000608},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.313627291s
@@ -1,33 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 200
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n\n \n{\"id\":\"gen-1758710799-fUjMyPMVMT7ar1YYPqE3\",\"provider\":\"DeepInfra\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758710800,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Oi! \U0001F60A\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":22,\"completion_tokens\":4,\"total_tokens\":26,\"cost\":0.00000438,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000198,\"upstream_inference_completions_cost\":0.0000024},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 1.078024334s
@@ -1,64 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 254
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"á! ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n\n(That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"hello\" in Portuguese. If you want a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":" more casual","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"hi,\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":" you could also","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":" say \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi!\")","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758709895-PDp18f4GMTDzqXjD44HF","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709895,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":36,"total_tokens":52,"cost":0.000588,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000048,"upstream_inference_completions_cost":0.00054},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 2.008673791s
@@ -1,42 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 261
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709953-bw0Rgn4YpPzMDfDKDhwt","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709954,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709953-bw0Rgn4YpPzMDfDKDhwt","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709954,"choices":[{"index":0,"delta":{"role":"assistant","content":"á!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709953-bw0Rgn4YpPzMDfDKDhwt","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709954,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758709953-bw0Rgn4YpPzMDfDKDhwt","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709954,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":13,"completion_tokens":4,"total_tokens":17,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 498.817125ms
@@ -1,40 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 256
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709943-guuvMhpAg40kORcXkBg0","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709943,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709943-guuvMhpAg40kORcXkBg0","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709943,"choices":[{"index":0,"delta":{"role":"assistant","content":"!\n"},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758709943-guuvMhpAg40kORcXkBg0","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709943,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":9,"completion_tokens":3,"total_tokens":12,"cost":0.0000021,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":9e-7,"upstream_inference_completions_cost":0.0000012},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 660.468583ms
@@ -1,42 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 252
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709936-CU3C80RgLtGlwkaBFHis","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709936,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709936-CU3C80RgLtGlwkaBFHis","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709936,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709936-CU3C80RgLtGlwkaBFHis","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709936,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758709936-CU3C80RgLtGlwkaBFHis","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709936,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":9,"completion_tokens":2,"total_tokens":11,"cost":0.0000077,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000027,"upstream_inference_completions_cost":0.000005},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 817.282792ms
@@ -1,296 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 241
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wants","reasoning_details":[{"type":"reasoning.text","text":" wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hello","reasoning_details":[{"type":"reasoning.text","text":"hello","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" commonly","reasoning_details":[{"type":"reasoning.text","text":" commonly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translated","reasoning_details":[{"type":"reasoning.text","text":" translated","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi","reasoning_details":[{"type":"reasoning.text","text":"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Ol","reasoning_details":[{"type":"reasoning.text","text":"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"á","reasoning_details":[{"type":"reasoning.text","text":"á","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".","reasoning_details":[{"type":"reasoning.text","text":"\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Both","reasoning_details":[{"type":"reasoning.text","text":" Both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" are","reasoning_details":[{"type":"reasoning.text","text":" are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" informal","reasoning_details":[{"type":"reasoning.text","text":" informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings","reasoning_details":[{"type":"reasoning.text","text":" greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[{"type":"reasoning.text","text":" used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-speaking","reasoning_details":[{"type":"reasoning.text","text":"-speaking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" countries","reasoning_details":[{"type":"reasoning.text","text":" countries","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like","reasoning_details":[{"type":"reasoning.text","text":" like","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Brazil","reasoning_details":[{"type":"reasoning.text","text":" Brazil","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portugal","reasoning_details":[{"type":"reasoning.text","text":" Portugal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Angola","reasoning_details":[{"type":"reasoning.text","text":" Angola","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Moz","reasoning_details":[{"type":"reasoning.text","text":" Moz","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ambique","reasoning_details":[{"type":"reasoning.text","text":"ambique","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" etc","reasoning_details":[{"type":"reasoning.text","text":" etc","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi","reasoning_details":[{"type":"reasoning.text","text":"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more","reasoning_details":[{"type":"reasoning.text","text":" more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" casual","reasoning_details":[{"type":"reasoning.text","text":" casual","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" commonly","reasoning_details":[{"type":"reasoning.text","text":" commonly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[{"type":"reasoning.text","text":" used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Brazil","reasoning_details":[{"type":"reasoning.text","text":" Brazil","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" while","reasoning_details":[{"type":"reasoning.text","text":" while","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Ol","reasoning_details":[{"type":"reasoning.text","text":"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"á","reasoning_details":[{"type":"reasoning.text","text":"á","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" slightly","reasoning_details":[{"type":"reasoning.text","text":" slightly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more","reasoning_details":[{"type":"reasoning.text","text":" more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" formal","reasoning_details":[{"type":"reasoning.text","text":" formal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" still","reasoning_details":[{"type":"reasoning.text","text":" still","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[{"type":"reasoning.text","text":" used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"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}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" everyday","reasoning_details":[{"type":"reasoning.text","text":" everyday","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" situations","reasoning_details":[{"type":"reasoning.text","text":" situations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'ll","reasoning_details":[{"type":"reasoning.text","text":"'ll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translations","reasoning_details":[{"type":"reasoning.text","text":" translations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" give","reasoning_details":[{"type":"reasoning.text","text":" give","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" complete","reasoning_details":[{"type":"reasoning.text","text":" complete","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"Hi","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" or","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"á","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"\".","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" Both","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" are","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" common","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" greetings","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" with","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" being","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" casual","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"á","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" slightly","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":" formal","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758710037-SvVFh9RGkHtsTFejkmgg","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710037,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":18,"completion_tokens":131,"total_tokens":149,"cost":0.000299,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000108,"upstream_inference_completions_cost":0.0002882},"completion_tokens_details":{"reasoning_tokens":109,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.7910005s
@@ -1,46 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 252
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709988-nVhkZGAgcDLlvtCygw4h","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758709988,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
@@ -1,290 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 250
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"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_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"hi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":".)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709922-mNavoEwHfO8o2eSafBwj","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709922,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":126,"completion_tokens":126,"total_tokens":252,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":125,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":116,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 507.960875ms
@@ -1,444 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 250
- 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},"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" casual","reasoning_details":[{"type":"reasoning.text","text":" casual","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" As","reasoning_details":[{"type":"reasoning.text","text":" As","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Gro","reasoning_details":[{"type":"reasoning.text","text":" Gro","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"k","reasoning_details":[{"type":"reasoning.text","text":"k","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'm","reasoning_details":[{"type":"reasoning.text","text":" I'm","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" supposed","reasoning_details":[{"type":"reasoning.text","text":" supposed","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" maximally","reasoning_details":[{"type":"reasoning.text","text":" maximally","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" informative","reasoning_details":[{"type":"reasoning.text","text":" informative","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" also","reasoning_details":[{"type":"reasoning.text","text":" also","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" follow","reasoning_details":[{"type":"reasoning.text","text":" follow","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" guidelines","reasoning_details":[{"type":"reasoning.text","text":" guidelines","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" respond","reasoning_details":[{"type":"reasoning.text","text":" respond","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" truthfully","reasoning_details":[{"type":"reasoning.text","text":" truthfully","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" economic","reasoning_details":[{"type":"reasoning.text","text":" economic","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" no","reasoning_details":[{"type":"reasoning.text","text":" no","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" y","reasoning_details":[{"type":"reasoning.text","text":" y","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"apping","reasoning_details":[{"type":"reasoning.text","text":"apping","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Interpreting user request \n- The user asked, \"Say hi in Portuguese,\" a casual and straightforward inquiry.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Interpreting user request \n- The user asked, \"Say hi in Portuguese,\" a casual and straightforward inquiry.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"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-1758709873-d9JQxfHZPyg0xGWdiiqi","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709873,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":213,"completion_tokens":203,"total_tokens":416,"cost":0.00031254,"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.0003045},"completion_tokens_details":{"reasoning_tokens":201,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 315.323541ms
@@ -1,44 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 252
- 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},"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-1758709845-YTvBVQ31R68jhUh2sxzT","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709845,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709845-YTvBVQ31R68jhUh2sxzT","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709845,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709845-YTvBVQ31R68jhUh2sxzT","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709845,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709845-YTvBVQ31R68jhUh2sxzT","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709845,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709845-YTvBVQ31R68jhUh2sxzT","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709845,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":20,"completion_tokens":3,"total_tokens":23,"cost":0.0000195,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000012,"upstream_inference_completions_cost":0.0000075},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.431936s
@@ -1,44 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 254
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758710800-tj2tiEOMHJmAhA8LfcTZ","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710800,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":22,"completion_tokens":3,"total_tokens":25,"cost":0.00000337,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000022,"upstream_inference_completions_cost":0.00000117},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.111534417s
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 494
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"z-ai/glm-4.5","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"}],"reasoning":{"effort":"medium"},"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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 494
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"openai/gpt-5","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"}],"reasoning":{"effort":"medium"},"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
@@ -1,341 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 548
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"z-ai/glm-4.5","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"}],"reasoning":{"effort":"medium"},"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-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" access","reasoning_details":[{"type":"reasoning.text","text":" access","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" requires","reasoning_details":[{"type":"reasoning.text","text":" requires","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.text","text":" so","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" all","reasoning_details":[{"type":"reasoning.text","text":" all","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" required","reasoning_details":[{"type":"reasoning.text","text":" required","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" make","reasoning_details":[{"type":"reasoning.text","text":" make","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"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":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" get","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" information","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_571b606857d748ca9ee1f8a7","type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence, Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758795129-AhwfWNGq5iwT9w6anFKu","provider":"Novita","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795129,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":179,"completion_tokens":85,"total_tokens":264,"cost":0.0002944,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0001074,"upstream_inference_completions_cost":0.000187},"completion_tokens_details":{"reasoning_tokens":65,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.87795s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 881
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\n\nI''ll get the weather information for Florence, Italy for you.\n","tool_calls":[{"id":"call_571b606857d748ca9ee1f8a7","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_571b606857d748ca9ee1f8a7","role":"tool"}],"model":"z-ai/glm-4.5","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"}],"reasoning":{"effort":"medium"},"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-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.text","text":" seems","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" very","reasoning_details":[{"type":"reasoning.text","text":" very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response","reasoning_details":[{"type":"reasoning.text","text":" response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" -","reasoning_details":[{"type":"reasoning.text","text":" -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" temperature","reasoning_details":[{"type":"reasoning.text","text":" temperature","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"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}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clear","reasoning_details":[{"type":"reasoning.text","text":" clear","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" way","reasoning_details":[{"type":"reasoning.text","text":" way","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"104","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758795133-dadcB2owsTX1xsmG4aR8","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758795133,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":219,"completion_tokens":68,"total_tokens":287,"cost":0.00020199,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00008979,"upstream_inference_completions_cost":0.0001122},"completion_tokens_details":{"reasoning_tokens":53,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.018128666s
@@ -1,517 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 548
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"openai/gpt-5","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"}],"reasoning":{"effort":"medium"},"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-1758795116-MJM5cjSIgMSwRROAhaf1","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758795116,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 492
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 499
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 494
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 490
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: "\n \n{\"id\":\"gen-1758709937-UZu6RUh43VLohHCfyHr1\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758709937,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"tool_0_weather_Fzw6GjsbfJRg6Y1DVFiH\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":28,\"completion_tokens\":5,\"total_tokens\":33,\"cost\":0.0000209,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000084,\"upstream_inference_completions_cost\":0.0000125},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}"
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 918.358875ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 753
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_Fzw6GjsbfJRg6Y1DVFiH","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_Fzw6GjsbfJRg6Y1DVFiH","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
- body: '{"id":"gen-1758709938-Rbi8lpF5TrLKOO4wrOcC","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion","created":1758709938,"choices":[{"logprobs":null,"finish_reason":"stop","native_finish_reason":"STOP","index":0,"message":{"role":"assistant","content":"The weather in Florence, Italy is 40 C.","refusal":null,"reasoning":null}}],"usage":{"prompt_tokens":57,"completion_tokens":12,"total_tokens":69,"cost":0.0000471,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.00003},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}'
- headers:
- Content-Type:
- - application/json
- status: 200 OK
- code: 200
- duration: 448.051334ms
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 479
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 490
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 488
- 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-4-fast:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 488
- 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}}'
- 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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 490
- 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"}],"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
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 492
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- uncompressed: true
@@ -1,131 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 546
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll get the current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather information for Florence, Italy for you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01QNVf5N27PGZUy2hdgEBgQa","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"loc"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ation\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"Floren"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ce, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758709904-eWGMmroChtWuMqmxkutI","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709904,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":68,"total_tokens":462,"cost":0.002202,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001182,"upstream_inference_completions_cost":0.00102},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 2.348995459s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 893
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the current weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_01QNVf5N27PGZUy2hdgEBgQa","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01QNVf5N27PGZUy2hdgEBgQa","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"The current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Florence, Italy is 40°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"C (104°F). That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot! Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated and seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":" planning to be out","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"doors.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758709907-rixSh0antqCG1LOkG9L6","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758709907,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":477,"completion_tokens":43,"total_tokens":520,"cost":0.002076,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001431,"upstream_inference_completions_cost":0.000645},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 2.021869167s
@@ -1,149 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 553
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll check","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":" the weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_839f","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758709961-Pa2LV4AqJywjfKzcDE5c","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709961,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":160,"completion_tokens":27,"total_tokens":187,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 446.60825ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 822
- 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 in Florence, Italy for you.","tool_calls":[{"id":"call_839f","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_839f","role":"tool"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently **","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"40°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"C**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" (104","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"F).","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" That's","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"! It","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" appears","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" be a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" very warm","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" day there","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":". You","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" might want","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" to stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" if you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":" be outdoors","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758709965-DIoUrQPblLedfSbK10sT","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758709965,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":192,"completion_tokens":51,"total_tokens":243,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.3195515s
@@ -1,75 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 548
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709945-z3I8wuODPUkFvoYAm94e","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709945,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_weather_eSe4zRv6CB7jWK5vKM1u","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758709945-z3I8wuODPUkFvoYAm94e","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709945,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":28,"completion_tokens":5,"total_tokens":33,"cost":0.0000048,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000028,"upstream_inference_completions_cost":0.000002},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 885.527292ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 811
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_eSe4zRv6CB7jWK5vKM1u","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_eSe4zRv6CB7jWK5vKM1u","role":"tool"}],"model":"google/gemini-2.0-flash-001","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709946-fiIQs2CzPcdrntAxPyCf","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709946,"choices":[{"index":0,"delta":{"role":"assistant","content":"The weather in Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709946-fiIQs2CzPcdrntAxPyCf","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709946,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy is 40 C.\n"},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758709946-fiIQs2CzPcdrntAxPyCf","provider":"Google AI Studio","model":"google/gemini-2.0-flash-001","object":"chat.completion.chunk","created":1758709946,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":58,"completion_tokens":13,"total_tokens":71,"cost":0.000011,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000058,"upstream_inference_completions_cost":0.0000052},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 515.069041ms
@@ -1,75 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 544
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709938-NHkZaJSNsxQQNnAzqO5H","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709938,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_weather_xBkaIsEkug4mfh3X04ps","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758709938-NHkZaJSNsxQQNnAzqO5H","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709938,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":28,"completion_tokens":5,"total_tokens":33,"cost":0.0000209,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000084,"upstream_inference_completions_cost":0.0000125},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 828.459833ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 807
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_xBkaIsEkug4mfh3X04ps","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_xBkaIsEkug4mfh3X04ps","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709939-bRUUybEXMhu35l88hMQ0","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709939,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758709939-bRUUybEXMhu35l88hMQ0","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709939,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in Florence, Italy is 40 degrees Celsius.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]}
-
- data: {"id":"gen-1758709939-bRUUybEXMhu35l88hMQ0","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758709939,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":56,"completion_tokens":13,"total_tokens":69,"cost":0.0000493,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000168,"upstream_inference_completions_cost":0.0000325},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 651.246708ms
@@ -1,275 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 533
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.text","text":" get","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" required","reasoning_details":[{"type":"reasoning.text","text":" required","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specified","reasoning_details":[{"type":"reasoning.text","text":" specified","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"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}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" exact","reasoning_details":[{"type":"reasoning.text","text":" exact","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" value","reasoning_details":[{"type":"reasoning.text","text":" value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" by","reasoning_details":[{"type":"reasoning.text","text":" by","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_515d3aab515e4b1c852510ce","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
-
- data: {"id":"gen-1758710047-XiHmPZoovEH3dUaSSJTf","provider":"Chutes","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710047,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":178,"completion_tokens":76,"total_tokens":254,"cost":0.00019838,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00007298,"upstream_inference_completions_cost":0.0001254},"completion_tokens_details":{"reasoning_tokens":67,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.045373875s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 802
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n\n","tool_calls":[{"id":"call_515d3aab515e4b1c852510ce","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_515d3aab515e4b1c852510ce","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked about","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the weather","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in Florence","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", Italy","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and I","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the weather","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function with","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location \"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Florence","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",Italy","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". The","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function returned","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"40","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" C\",","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which indicates","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the current","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" temperature is","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 40","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" degrees Celsius","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". \n\n","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I should","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide this","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information to","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the user","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in a","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clear and","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful way","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":" current weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":" is ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"40°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758710050-n1tUsF1phNSWggSYnA8M","provider":"Parasail","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1758710050,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":206,"completion_tokens":76,"total_tokens":282,"cost":0.00028114,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00012154,"upstream_inference_completions_cost":0.0001596},"completion_tokens_details":{"reasoning_tokens":74,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.123029792s
@@ -1,511 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 544
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Getting","reasoning_details":[{"type":"reasoning.summary","summary":"**Getting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" gather","reasoning_details":[{"type":"reasoning.summary","summary":" gather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" info","reasoning_details":[{"type":"reasoning.summary","summary":" info","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" There's","reasoning_details":[{"type":"reasoning.summary","summary":" There's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.summary","summary":" can","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" string","reasoning_details":[{"type":"reasoning.summary","summary":" string","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" we","reasoning_details":[{"type":"reasoning.summary","summary":" we","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" only","reasoning_details":[{"type":"reasoning.summary","summary":" only","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" calling","reasoning_details":[{"type":"reasoning.summary","summary":" calling","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" directly","reasoning_details":[{"type":"reasoning.summary","summary":" directly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" best","reasoning_details":[{"type":"reasoning.summary","summary":" best","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Using","reasoning_details":[{"type":"reasoning.summary","summary":" Using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multi","reasoning_details":[{"type":"reasoning.summary","summary":" multi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"_tool","reasoning_details":[{"type":"reasoning.summary","summary":"_tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"_use","reasoning_details":[{"type":"reasoning.summary","summary":"_use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wouldn't","reasoning_details":[{"type":"reasoning.summary","summary":" wouldn't","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" necessary","reasoning_details":[{"type":"reasoning.summary","summary":" necessary","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" since","reasoning_details":[{"type":"reasoning.summary","summary":" since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it's","reasoning_details":[{"type":"reasoning.summary","summary":" it's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" just","reasoning_details":[{"type":"reasoning.summary","summary":" just","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flor","reasoning_details":[{"type":"reasoning.summary","summary":"Flor","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ence","reasoning_details":[{"type":"reasoning.summary","summary":"ence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.summary","summary":"\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.summary","summary":" as","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.summary","summary":" present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returned","reasoning_details":[{"type":"reasoning.summary","summary":" returned","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" by","reasoning_details":[{"type":"reasoning.summary","summary":" by","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’s","reasoning_details":[{"type":"reasoning.summary","summary":"’s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simulated","reasoning_details":[{"type":"reasoning.summary","summary":" simulated","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.summary","summary":" function","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wait","reasoning_details":[{"type":"reasoning.summary","summary":" wait","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response","reasoning_details":[{"type":"reasoning.summary","summary":" response","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" before","reasoning_details":[{"type":"reasoning.summary","summary":" before","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" proceeding","reasoning_details":[{"type":"reasoning.summary","summary":" proceeding","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710004-CN27qOGtula0CCSuqBvM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758710004,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
@@ -1,555 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 542
- 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-4-fast:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_20888006","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"},"index":0,"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709926-KLu1Q2b9fSzwQ8Lnuptg","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709926,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":322,"completion_tokens":179,"total_tokens":501,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":321,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":153,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 383.832584ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 762
- 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_20888006","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_20888006","role":"tool"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" If","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" need","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" details","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"like","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" forecast","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" or","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" conditions","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"),","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" let","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" me","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":" know","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":"fp_9362061f30"}
-
- data: {"id":"gen-1758709928-VZVdPobsW5hUaKCeGI9r","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758709928,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":514,"completion_tokens":87,"total_tokens":601,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":502,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":60,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 273.292834ms
@@ -1,843 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 542
- 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"}],"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" called","reasoning_details":[{"type":"reasoning.text","text":" called","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can","reasoning_details":[{"type":"reasoning.text","text":" can","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.text","text":" get","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Gathering Weather Details \n- The user wants to know the weather in Florence, Italy.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Gathering Weather Details \n- The user wants to know the weather in Florence, Italy.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_63896137","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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"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-1758709880-p44ZNvrlN9otYVTK0jJj","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709880,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":390,"completion_tokens":184,"total_tokens":574,"cost":0.00028488,"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.000276},"completion_tokens_details":{"reasoning_tokens":158,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 298.535917ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 761
- 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_63896137","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_63896137","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"}],"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" means","reasoning_details":[{"type":"reasoning.text","text":" means","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Checking weather data \n- The tool provided \"40 C\" as the result, likely indicating 40 degrees Celsius for Florence, Italy.","reasoning_details":[{"type":"reasoning.text","text":"\n\n## Checking weather data \n- The tool provided \"40 C\" as the result, likely indicating 40 degrees Celsius for Florence, Italy.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- This appears to be the current temperature, aligning with the user's likely interest in weather conditions.","reasoning_details":[{"type":"reasoning.text","text":" \n- This appears to be the current temperature, aligning with the user's likely interest in weather conditions.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" shows","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" of","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" more","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" detailed","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" information","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" may","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" want","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" check","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" reliable","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":" source","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_10f00c862d"}
-
- data: {"id":"gen-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"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-1758709881-ylFkHhSWB5GFqJrOqwjN","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1758709882,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":587,"completion_tokens":226,"total_tokens":813,"cost":0.00036424,"is_byok":false,"prompt_tokens_details":{"cached_tokens":512,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002524,"upstream_inference_completions_cost":0.000339},"completion_tokens_details":{"reasoning_tokens":195,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 376.146375ms
@@ -1,194 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 544
- 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"}],"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-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" check"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"weather:0","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"{\""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"location"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"Fl"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"ore"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"nce"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"Italy"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
-
- data: {"id":"gen-1758709851-QEqIRKI009XxCHALjc2k","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709851,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":76,"completion_tokens":31,"total_tokens":107,"cost":0.0001231,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000456,"upstream_inference_completions_cost":0.0000775},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.435186916s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 819
- 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 in Florence, Italy for you.","tool_calls":[{"id":"weather:0","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"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"}],"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: '{"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":"GMICloud"}},"user_id":"user_2zMGmKqlf4zmAvL9snVImB1Z1ZQ"}'
- headers:
- Content-Type:
- - application/json
- status: 429 Too Many Requests
- code: 429
- duration: 648.639375ms
- - id: 2
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 819
- 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 in Florence, Italy for you.","tool_calls":[{"id":"weather:0","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"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"}],"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-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":")."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" It's"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" there"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" right"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":" now"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758709855-hikO8aUvMtIUghqo5Q7b","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758709855,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":155,"completion_tokens":22,"total_tokens":177,"cost":0.00014028,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000899,"upstream_inference_completions_cost":0.00005038},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.949914416s
@@ -1,151 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 546
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"36c3976977d244ea95e70c401707a401","type":"function","function":{"name":"weather"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"{\"location\": \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"Flo"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"rence"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" Italy"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""}
-
- data: {"id":"gen-1758710805-SYT01L4qQfFSzIHoxTcV","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710805,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":167,"completion_tokens":22,"total_tokens":189,"cost":0.00004265,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002505,"upstream_inference_completions_cost":0.0000176},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.752580583s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 805
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"36c3976977d244ea95e70c401707a401","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"36c3976977d244ea95e70c401707a401","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}'
- headers:
- Accept:
- - application/json
- Content-Type:
- - application/json
- User-Agent:
- - OpenAI/Go 2.3.0
- url: https://openrouter.ai/api/v1/chat/completions
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- content_length: -1
- body: |+
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"4"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"0"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" That"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" if"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
-
- data: {"id":"gen-1758710807-tRWkUDu6okntQer8YWgp","provider":"Nebius","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758710810,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":209,"completion_tokens":32,"total_tokens":241,"cost":0.000061,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000418,"upstream_inference_completions_cost":0.0000192},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 3.737068875s
@@ -0,0 +1,147 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 561
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"},"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-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.text","text":"","signature":"","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The user is asking for weather","reasoning_details":[{"type":"reasoning.text","text":"The user is asking for weather","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information for Florence, Italy. I have","reasoning_details":[{"type":"reasoning.text","text":" information for Florence, Italy. I have","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" access to a","reasoning_details":[{"type":"reasoning.text","text":" access to a","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather function that takes","reasoning_details":[{"type":"reasoning.text","text":" weather function that takes","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a location parameter. The","reasoning_details":[{"type":"reasoning.text","text":" a location parameter. The","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user has","reasoning_details":[{"type":"reasoning.text","text":" user has","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided the location as \"Florence, Italy","reasoning_details":[{"type":"reasoning.text","text":" provided the location as \"Florence, Italy","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". I have","reasoning_details":[{"type":"reasoning.text","text":"\". I have","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" all the required parameters to make this function call","reasoning_details":[{"type":"reasoning.text","text":" all the required parameters to make this function call","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.text","signature":"EqgDCkgICBACGAIqQBvYK+UwzOLw+Jn8uxD4xoXAM70ym9hFuly64akWaZWJmCZFKC5FUckRcFdakI9/WwJTg2/OdypSRSFtMKW4iDYSDO/nr2VAX0H38rwvVBoMGmA90GevrflKVI+2IjAaYbpmfuJrp4R5Ap+X2vce48qmvVIjm1tGm6N+6PLTaEGwm4VAA+tx3OoJRle2O2wqjQJzWKdpBUkeisbCajt+0xhXCAXefGEhPMouvrlwpE/5IVEbMX6+eC1EDF04jKtfzH9RYEuuTUSaBNLqwprkOlmx9Rd1UYKvGM0f19WF9+nb57CUpOem9Spk9271t8jW5ubFGwiBn4/DyLDOx4wVUCfftQ0DyOAa3NQW1/aovUNNi18jwCyKlNCpsH7bT11twILBRYd3ZUDFlpIonEIYtWxPBbO0KVmECdH8a9gXGPhd0tIJD527yrJi6C4BnloHR7xSZJd3oe03y2mN2UsgF6R+SWE23z3jN+4hPpdOoVX3Kp9D3h160pfDvHTB9FN+xCr8xNUaevSab5J3qHquEjBCQSSyzxrZZasXhD3TThgB","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01At9zaYnKY1m26hYkz63qwH","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"l"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"oc"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ation"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"Florence, "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"It"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"aly\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]}
+
+ data: {"id":"gen-1758885067-Z9yGX7RRqfUmNTcUxT2X","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885067,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":423,"completion_tokens":111,"total_tokens":534,"cost":0.002934,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001269,"upstream_inference_completions_cost":0.001665},"completion_tokens_details":{"reasoning_tokens":63,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 2.014668667s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 826
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_01At9zaYnKY1m26hYkz63qwH","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01At9zaYnKY1m26hYkz63qwH","role":"tool"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"},"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-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"The current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in Florence, Italy is 40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C (104°F). That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"! It seems","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":" like Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":" is experiencing a very","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":" warm day","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]}
+
+ data: {"id":"gen-1758885071-0qadQTT2R2P1Xlmtggzx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758885071,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":463,"completion_tokens":36,"total_tokens":499,"cost":0.001929,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001389,"upstream_inference_completions_cost":0.00054},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 1.956100209s
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 507
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","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"}],"reasoning":{"effort":"medium"},"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,493 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 548
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"openai/gpt-5","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"}],"reasoning":{"effort":"medium"},"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-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Retr","reasoning_details":[{"type":"reasoning.summary","summary":"**Retr","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ieving","reasoning_details":[{"type":"reasoning.summary","summary":"ieving","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" data","reasoning_details":[{"type":"reasoning.summary","summary":" data","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" requires","reasoning_details":[{"type":"reasoning.summary","summary":" requires","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" string","reasoning_details":[{"type":"reasoning.summary","summary":" string","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" only","reasoning_details":[{"type":"reasoning.summary","summary":" only","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" won't","reasoning_details":[{"type":"reasoning.summary","summary":" won't","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multi","reasoning_details":[{"type":"reasoning.summary","summary":" multi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"_tool","reasoning_details":[{"type":"reasoning.summary","summary":"_tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"_use","reasoning_details":[{"type":"reasoning.summary","summary":"_use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flor","reasoning_details":[{"type":"reasoning.summary","summary":"Flor","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ence","reasoning_details":[{"type":"reasoning.summary","summary":"ence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\"","reasoning_details":[{"type":"reasoning.summary","summary":".\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returns","reasoning_details":[{"type":"reasoning.summary","summary":" returns","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" data","reasoning_details":[{"type":"reasoning.summary","summary":" data","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.summary","summary":" present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" However","reasoning_details":[{"type":"reasoning.summary","summary":" However","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" since","reasoning_details":[{"type":"reasoning.summary","summary":" since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it's","reasoning_details":[{"type":"reasoning.summary","summary":" it's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" an","reasoning_details":[{"type":"reasoning.summary","summary":" an","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" API","reasoning_details":[{"type":"reasoning.summary","summary":" API","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" stub","reasoning_details":[{"type":"reasoning.summary","summary":" stub","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" content","reasoning_details":[{"type":"reasoning.summary","summary":" content","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" might","reasoning_details":[{"type":"reasoning.summary","summary":" might","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" not","reasoning_details":[{"type":"reasoning.summary","summary":" not","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clearly","reasoning_details":[{"type":"reasoning.summary","summary":" clearly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" defined","reasoning_details":[{"type":"reasoning.summary","summary":" defined","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ensure","reasoning_details":[{"type":"reasoning.summary","summary":" ensure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" commentary","reasoning_details":[{"type":"reasoning.summary","summary":" commentary","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" channel","reasoning_details":[{"type":"reasoning.summary","summary":" channel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Let's","reasoning_details":[{"type":"reasoning.summary","summary":" Let's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" started","reasoning_details":[{"type":"reasoning.summary","summary":" started","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
+ data: {"id":"gen-1758885087-EYdcapXqgW3ZFacZaz6L","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1758885087,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]}
+
@@ -0,0 +1,63 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 494
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"openai/gpt-5","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"}],"reasoning":{"effort":"medium"},"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,223 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 890
+ 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"}],"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-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" perform"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" both"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" addition"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiplication"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" of"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"add:0","type":"function","function":{"name":"add"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"{\""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"a"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"2"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"b"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"3"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"multiply:1","type":"function","function":{"name":"multiply"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"{\""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"a"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"2"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":" \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"b"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"3"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fpv0_ef28f882"}
+
+ data: {"id":"gen-1758885103-JQ2y9RAscNfolyFYU5K7","provider":"Novita","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758885103,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":154,"completion_tokens":56,"total_tokens":210,"cost":0.0002324,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000924,"upstream_inference_completions_cost":0.00014},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
+
+ data: [DONE]
+
+ headers:
+ Content-Type:
+ - text/event-stream
+ status: 200 OK
+ code: 200
+ duration: 1.595751792s
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 1311
+ host: ""
@@ -0,0 +1,92 @@
+---
+version: 2
+interactions:
+- id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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":"GMICloud"}},"user_id":"user_2zMGmKqlf4zmAvL9snVImB1Z1ZQ"}'
+ headers:
+ Content-Type:
+ - application/json
+ status: 429 Too Many Requests
+ code: 429
+ duration: 919.648708ms
+- id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 853
+ host: ""
+ body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
+ headers:
+ Accept:
+ - application/json
+ 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
@@ -1,221 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 890
- 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"}],"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-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" perform"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" both"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" addition"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiplication"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" of"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"add:0","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"{\""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"a"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"2"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"b"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"3"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"function":{"arguments":"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"multiply:1","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"{\""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"a"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"2"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":","},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":" \""},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"b"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"\":"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":" "},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"3"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"function":{"arguments":"}"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fpv0_ec889fbb"}
-
- data: {"id":"gen-1758795286-r6ddvq67TG87BrkaWVN5","provider":"Moonshot AI","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758795286,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":154,"completion_tokens":55,"total_tokens":209,"cost":0.0004598,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0001848,"upstream_inference_completions_cost":0.000275},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}}
-
- data: [DONE]
-
- headers:
- Content-Type:
- - text/event-stream
- status: 200 OK
- code: 200
- duration: 1.430772208s
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1307
- host: ""
@@ -1,63 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 853
- host: ""
- body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}'
- headers:
- Accept:
- - application/json
- 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