diff --git a/providertests/openrouter_test.go b/providertests/openrouter_test.go index 0f3b68266bcddc3a6ba071c085c372c9b7ba8607..9b99f90cff0df01de4992dc6451dfe5d9d7e82e1 100644 --- a/providertests/openrouter_test.go +++ b/providertests/openrouter_test.go @@ -22,6 +22,7 @@ func TestOpenRouterCommon(t *testing.T) { kimiK2(), grokCodeFast1(), claudeSonnet4(), + grok4FastFree(), } for _, model := range models { @@ -87,6 +88,22 @@ func grokCodeFast1() openrouterModel { } } +func grok4FastFree() openrouterModel { + return openrouterModel{ + name: "grok-4-fast-free", + builderFunc: func(r *recorder.Recorder) (ai.LanguageModel, error) { + provider := openrouter.New( + openrouter.WithAPIKey(os.Getenv("OPENROUTER_API_KEY")), + openrouter.WithHTTPClient(&http.Client{Transport: r}), + ) + return provider.LanguageModel("x-ai/grok-4-fast:free") + }, + providers: []string{ + "xai", + }, + } +} + func claudeSonnet4() openrouterModel { return openrouterModel{ name: "claude-sonnet-4", diff --git a/providertests/testdata/TestOpenRouterCommon/multi_tool_grok-4-fast-free_xai.yaml b/providertests/testdata/TestOpenRouterCommon/multi_tool_grok-4-fast-free_xai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14669e21052f267e37b7ef7ad5370eee85f94de7 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/multi_tool_grok-4-fast-free_xai.yaml @@ -0,0 +1,63 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 862 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-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"}],"provider":{"only":["xai"]},"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758703692-5YzMNldtKXOYs5Cp8Dxb\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-4-fast:free\",\"object\":\"chat.completion\",\"created\":1758703692,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"call_98245419\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"},\"index\":0,\"type\":\"function\"},{\"id\":\"call_97035892\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"},\"index\":1,\"type\":\"function\"}]}}],\"system_fingerprint\":\"fp_9362061f30\",\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":193,\"total_tokens\":587,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":265,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":125,\"image_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 988.020375ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 1223 + 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"},{"tool_calls":[{"id":"call_98245419","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_97035892","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_98245419","role":"tool"},{"content":"6","tool_call_id":"call_97035892","role":"tool"}],"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"}],"provider":{"only":["xai"]},"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n{\"id\":\"gen-1758703694-VJqnkMDK9OswpITJ6KpD\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-4-fast:free\",\"object\":\"chat.completion\",\"created\":1758703694,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5. \\nThe product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"fp_9362061f30\",\"usage\":{\"prompt_tokens\":601,\"completion_tokens\":83,\"total_tokens\":684,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":553,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":58,\"image_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 805.273834ms diff --git a/providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-4-fast-free_xai.yaml b/providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-4-fast-free_xai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..42b1662ff7703e8294ae55dc66aedbad1a8ccf36 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/multi_tool_streaming_grok-4-fast-free_xai.yaml @@ -0,0 +1,513 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 916 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"x-ai/grok-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"}],"provider":{"only":["xai"]},"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_59506595","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-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_35183488","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-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"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-1758703696-SwadkyonRTPK2slx92qE","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703696,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":213,"total_tokens":607,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":393,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":145,"image_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 677.748583ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 1277 + 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"},{"tool_calls":[{"id":"call_59506595","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_35183488","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_59506595","role":"tool"},{"content":"6","tool_call_id":"call_35183488","role":"tool"}],"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"}],"provider":{"only":["xai"]},"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"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-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" sum","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" of","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"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-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"5","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" \n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"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-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" product","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" of","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"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-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":"6","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"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-1758703698-w2MGBVa6WFc7oVNy1LRr","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703698,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":621,"completion_tokens":73,"total_tokens":694,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":573,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":48,"image_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 905.780208ms diff --git a/providertests/testdata/TestOpenRouterCommon/simple_grok-4-fast-free_xai.yaml b/providertests/testdata/TestOpenRouterCommon/simple_grok-4-fast-free_xai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1ab2ec43a92666c8912acb8efb8e817ce06927f9 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/simple_grok-4-fast-free_xai.yaml @@ -0,0 +1,33 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 224 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"provider":{"only":["xai"]},"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758703675-BMOqQZFObhwIThWJytp2\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-4-fast:free\",\"object\":\"chat.completion\",\"created\":1758703675,\"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\":110,\"total_tokens\":236,\"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\":108,\"image_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 1.1968665s diff --git a/providertests/testdata/TestOpenRouterCommon/simple_streaming_grok-4-fast-free_xai.yaml b/providertests/testdata/TestOpenRouterCommon/simple_streaming_grok-4-fast-free_xai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a790429d72d2c93a021a74f15ece504ce4390f2e --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/simple_streaming_grok-4-fast-free_xai.yaml @@ -0,0 +1,206 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 278 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"x-ai/grok-4-fast:free","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"provider":{"only":["xai"]},"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-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"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-1758703680-f2vFWU0eBGKFNtBsecDH","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703680,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":126,"completion_tokens":84,"total_tokens":210,"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":82,"image_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 535.219208ms diff --git a/providertests/testdata/TestOpenRouterCommon/tool_grok-4-fast-free_xai.yaml b/providertests/testdata/TestOpenRouterCommon/tool_grok-4-fast-free_xai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c7358d0a40d00f0e3af6016ee25e5ec4fb9fa460 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/tool_grok-4-fast-free_xai.yaml @@ -0,0 +1,63 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 516 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"x-ai/grok-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},"provider":{"only":["xai"]}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758703682-sMZEfarEeJYWgV53Ca5h\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-4-fast:free\",\"object\":\"chat.completion\",\"created\":1758703682,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"call_82975367\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"},\"index\":0,\"type\":\"function\"}]}}],\"system_fingerprint\":\"fp_9362061f30\",\"usage\":{\"prompt_tokens\":322,\"completion_tokens\":98,\"total_tokens\":420,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":265,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":72,\"image_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 744.523083ms + - 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_82975367","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_82975367","role":"tool"}],"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"}],"provider":{"only":["xai"]},"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758703684-xxGdexQR7wCBc6J9mFQw\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-4-fast:free\",\"object\":\"chat.completion\",\"created\":1758703684,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C. If you'd like more details (like weather conditions, forecast, etc.), let me know!\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"fp_9362061f30\",\"usage\":{\"prompt_tokens\":433,\"completion_tokens\":86,\"total_tokens\":519,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":265,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":56,\"image_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 920.068333ms diff --git a/providertests/testdata/TestOpenRouterCommon/tool_streaming_grok-4-fast-free_xai.yaml b/providertests/testdata/TestOpenRouterCommon/tool_streaming_grok-4-fast-free_xai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3f03f4e8d5d974f8ad8a6b4d27b4e245d004d1ca --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/tool_streaming_grok-4-fast-free_xai.yaml @@ -0,0 +1,535 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 570 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"x-ai/grok-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"}],"provider":{"only":["xai"]},"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_42882503","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-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"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-1758703686-nMu50m508HvuI3cvmcAY","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703686,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":322,"completion_tokens":182,"total_tokens":504,"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":156,"image_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 699.243958ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 790 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_42882503","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_42882503","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"}],"provider":{"only":["xai"]},"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.3.0 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"sun","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"ny","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" forecasts","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":" humidity","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_9362061f30"} + + data: {"id":"gen-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"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-1758703690-zJ4IpETUsvnqGJgVx9zu","provider":"xAI","model":"x-ai/grok-4-fast:free","object":"chat.completion.chunk","created":1758703690,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":517,"completion_tokens":74,"total_tokens":591,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":505,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":42,"image_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 1.150267791s