simple_streaming.yaml

 1---
 2version: 2
 3interactions:
 4- id: 0
 5  request:
 6    proto: HTTP/1.1
 7    proto_major: 1
 8    proto_minor: 1
 9    content_length: 220
10    host: ""
11    body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"stream":true}'
12    headers:
13      Accept:
14      - application/json
15      Content-Type:
16      - application/json
17      User-Agent:
18      - Charm-Fantasy/0.12.2 (https://charm.land/fantasy)
19    url: https://api.x.ai/v1/chat/completions
20    method: POST
21  response:
22    proto: HTTP/2.0
23    proto_major: 2
24    proto_minor: 0
25    content_length: -1
26    body: |+
27      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"First","role":"assistant"}}],"system_fingerprint":"fp_99052e9f23"}
28
29      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":","}}],"system_fingerprint":"fp_99052e9f23"}
30
31      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" the"}}],"system_fingerprint":"fp_99052e9f23"}
32
33      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" user"}}],"system_fingerprint":"fp_99052e9f23"}
34
35      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" said"}}],"system_fingerprint":"fp_99052e9f23"}
36
37      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":":"}}],"system_fingerprint":"fp_99052e9f23"}
38
39      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" \""}}],"system_fingerprint":"fp_99052e9f23"}
40
41      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":"Say"}}],"system_fingerprint":"fp_99052e9f23"}
42
43      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" hi"}}],"system_fingerprint":"fp_99052e9f23"}
44
45      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" in"}}],"system_fingerprint":"fp_99052e9f23"}
46
47      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":" Portuguese"}}],"system_fingerprint":"fp_99052e9f23"}
48
49      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345575,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"reasoning_content":".\"\n"}}],"system_fingerprint":"fp_99052e9f23"}
50
51      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345576,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"Olá"}}],"system_fingerprint":"fp_99052e9f23"}
52
53      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345577,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{"content":"!"}}],"system_fingerprint":"fp_99052e9f23"}
54
55      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345577,"model":"grok-code-fast-1","choices":[{"index":0,"delta":{},"finish_reason":"stop"}],"system_fingerprint":"fp_99052e9f23"}
56
57      data: {"id":"f73f71ba-1f63-f286-1421-efccfb0e0abe","object":"chat.completion.chunk","created":1773345577,"model":"grok-code-fast-1","choices":[],"usage":{"prompt_tokens":213,"completion_tokens":2,"total_tokens":413,"prompt_tokens_details":{"text_tokens":213,"audio_tokens":0,"image_tokens":0,"cached_tokens":192},"completion_tokens_details":{"reasoning_tokens":198,"audio_tokens":0,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0},"num_sources_used":0,"cost_in_usd_ticks":3080400},"system_fingerprint":"fp_99052e9f23"}
58
59      data: [DONE]
60
61    headers:
62      Content-Type:
63      - text/event-stream
64    status: 200 OK
65    code: 200
66    duration: 547.220583ms