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: 241
10    host: ""
11    body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"moonshotai/Kimi-K2-Instruct-0905:groq","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://router.huggingface.co/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":"chatcmpl-571992ac-2240-422e-ae6d-4df9328a902f","object":"chat.completion.chunk","created":1773347273,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_05df423bab","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}],"x_groq":{"id":"req_01kkhvqytef9tv8a2e4j8jrfsy","seed":1394299605}}
28
29      data: {"id":"chatcmpl-571992ac-2240-422e-ae6d-4df9328a902f","object":"chat.completion.chunk","created":1773347273,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_05df423bab","choices":[{"index":0,"delta":{"content":"Ol"},"logprobs":null,"finish_reason":null}]}
30
31      data: {"id":"chatcmpl-571992ac-2240-422e-ae6d-4df9328a902f","object":"chat.completion.chunk","created":1773347273,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_05df423bab","choices":[{"index":0,"delta":{"content":"รก"},"logprobs":null,"finish_reason":null}]}
32
33      data: {"id":"chatcmpl-571992ac-2240-422e-ae6d-4df9328a902f","object":"chat.completion.chunk","created":1773347273,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_05df423bab","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
34
35      data: {"id":"chatcmpl-571992ac-2240-422e-ae6d-4df9328a902f","object":"chat.completion.chunk","created":1773347273,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_05df423bab","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}],"x_groq":{"id":"req_01kkhvqytef9tv8a2e4j8jrfsy","usage":{"queue_time":0.071626339,"prompt_tokens":20,"prompt_time":0.012551381,"completion_tokens":4,"completion_time":0.009086271,"total_tokens":24,"total_time":0.021637652}},"usage":{"queue_time":0.071626339,"prompt_tokens":20,"prompt_time":0.012551381,"completion_tokens":4,"completion_time":0.009086271,"total_tokens":24,"total_time":0.021637652}}
36
37      data: {"id":"chatcmpl-571992ac-2240-422e-ae6d-4df9328a902f","object":"chat.completion.chunk","created":1773347273,"model":"moonshotai/kimi-k2-instruct-0905","system_fingerprint":"fp_05df423bab","choices":[],"usage":{"queue_time":0.071626339,"prompt_tokens":20,"prompt_time":0.012551381,"completion_tokens":4,"completion_time":0.009086271,"total_tokens":24,"total_time":0.021637652},"service_tier":"on_demand"}
38
39      data: [DONE]
40
41    headers:
42      Content-Type:
43      - text/event-stream
44    status: 200 OK
45    code: 200
46    duration: 318.281083ms