Skip to content

Commit cb1ff63

Browse files
committed
fix: updated VCR tapes
1 parent c2a9c79 commit cb1ff63

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

packages/inference/test/tapes.json

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6993,5 +6993,96 @@
69936993
"content-type": "image/jpeg"
69946994
}
69956995
}
6996+
},
6997+
"a1cac7bcd25e9f0521c867a5ec0259fbcccf5a36b909ed76e1548dca0d9f9bc4": {
6998+
"url": "https://api.hyperbolic.xyz/v1/chat/completions",
6999+
"init": {
7000+
"headers": {
7001+
"Content-Type": "application/json"
7002+
},
7003+
"method": "POST",
7004+
"body": "{\"messages\":[{\"role\":\"user\",\"content\":\"award winning high resolution photo of a giant tortoise\"}]}"
7005+
},
7006+
"response": {
7007+
"body": "{\"object\":\"error\",\"message\":\"Only Qwen/Qwen2.5-72B-Instruct && Qwen/Qwen2-VL-72B-Instruct && meta-llama/Meta-Llama-3-70B-Instruct && meta-llama/Meta-Llama-3.1-70B-Instruct && meta-llama/Meta-Llama-3.1-405B-FP8 && meta-llama/Meta-Llama-3.1-405B-Instruct && deepseek-ai/DeepSeek-V3 && Qwen/QwQ-32B-Preview && Qwen/Qwen2-VL-7B-Instruct && meta-llama/Llama-3.3-70B-Instruct && NousResearch/Hermes-3-Llama-3.1-70B && meta-llama/Meta-Llama-3.1-405B && meta-llama/Llama-3.2-3B-Instruct && FLUX.1-dev && mistralai/Pixtral-12B-2409 && StableDiffusion && meta-llama/Meta-Llama-3.1-8B-Instruct && Qwen/Qwen2.5-Coder-32B-Instruct && TTS && deepseek-ai/DeepSeek-R1-Zero && deepseek-ai/DeepSeek-V2.5 && test && meta-llama/Meta-Llama-3.1-405B-Instruct-Virtuals && deepseek-ai/DeepSeek-R1 allowed now, your model mistralai/Mixtral-8x7B-Instruct-v0.1\",\"type\":\"\",\"param\":null,\"code\":40301}",
7008+
"status": 400,
7009+
"statusText": "Bad Request",
7010+
"headers": {
7011+
"cf-cache-status": "DYNAMIC",
7012+
"cf-ray": "910172b36aa37ea5-LAX",
7013+
"connection": "keep-alive",
7014+
"content-type": "application/json",
7015+
"server": "cloudflare"
7016+
}
7017+
}
7018+
},
7019+
"10f86d757e0af0147df39651db831eade03fe35cf6ee2e45215f8c1c669a335f": {
7020+
"url": "https://api.hyperbolic.xyz/v1/chat/completions",
7021+
"init": {
7022+
"headers": {
7023+
"Content-Type": "application/json"
7024+
},
7025+
"method": "POST",
7026+
"body": "{\"messages\":[{\"role\":\"user\",\"content\":\"Complete this sentence with words, one plus one is equal \"}],\"temperature\":0.1,\"model\":\"meta-llama/Llama-3.2-3B-Instruct\"}"
7027+
},
7028+
"response": {
7029+
"body": "{\"id\":\"chat-f48be60e95664e319ac27b6b9d77b9fa\",\"object\":\"chat.completion\",\"created\":1739246595,\"model\":\"meta-llama/Llama-3.2-3B-Instruct\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"...two.\"},\"finish_reason\":\"stop\",\"logprobs\":null}],\"usage\":{\"prompt_tokens\":46,\"total_tokens\":50,\"completion_tokens\":4}}",
7030+
"status": 200,
7031+
"statusText": "OK",
7032+
"headers": {
7033+
"cf-cache-status": "DYNAMIC",
7034+
"cf-ray": "910172b36bd52ae0-LAX",
7035+
"connection": "keep-alive",
7036+
"content-encoding": "gzip",
7037+
"content-type": "application/json",
7038+
"server": "cloudflare",
7039+
"transfer-encoding": "chunked"
7040+
}
7041+
}
7042+
},
7043+
"69ced1ac246b195b512034ec57f26f29d69f669398293ac03ee12eee1623d743": {
7044+
"url": "https://api.hyperbolic.xyz/v1/chat/completions",
7045+
"init": {
7046+
"headers": {
7047+
"Content-Type": "application/json"
7048+
},
7049+
"method": "POST",
7050+
"body": "{\"messages\":[{\"role\":\"user\",\"content\":\"Complete the equation 1 + 1 = , just the answer\"}],\"stream\":true,\"model\":\"meta-llama/Llama-3.3-70B-Instruct\"}"
7051+
},
7052+
"response": {
7053+
"body": "data: {\"id\": \"chatcmpl-2cc0cf3c62234788a582bdab42a61588\", \"object\": \"chat.completion.chunk\", \"created\": 1739246595, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"role\": \"assistant\", \"content\": \"\"}, \"logprobs\": null, \"finish_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 49, \"completion_tokens\": 1}}\n\ndata: {\"id\": \"chatcmpl-2cc0cf3c62234788a582bdab42a61588\", \"object\": \"chat.completion.chunk\", \"created\": 1739246595, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"logprobs\": null, \"finish_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 50, \"completion_tokens\": 2}}\n\ndata: {\"id\": \"chatcmpl-2cc0cf3c62234788a582bdab42a61588\", \"object\": \"chat.completion.chunk\", \"created\": 1739246595, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"\"}, \"logprobs\": null, \"finish_reason\": \"stop\", \"stop_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 51, \"completion_tokens\": 3}}\n\ndata: [DONE]\n\n",
7054+
"status": 200,
7055+
"statusText": "OK",
7056+
"headers": {
7057+
"cf-cache-status": "DYNAMIC",
7058+
"cf-ray": "910172b35bcd7c3d-LAX",
7059+
"connection": "keep-alive",
7060+
"content-type": "text/event-stream; charset=utf-8",
7061+
"server": "cloudflare",
7062+
"transfer-encoding": "chunked"
7063+
}
7064+
}
7065+
},
7066+
"0e1553844a5a2020097c6d34b4bc4a5a113020b6da9e4f2b40468afbe0eaff5a": {
7067+
"url": "https://api.hyperbolic.xyz/v1/chat/completions",
7068+
"init": {
7069+
"headers": {
7070+
"Content-Type": "application/json"
7071+
},
7072+
"method": "POST",
7073+
"body": "{\"messages\":[{\"role\":\"user\",\"content\":\"Paris is\"}],\"temperature\":0,\"max_tokens\":10}"
7074+
},
7075+
"response": {
7076+
"body": "{\"object\":\"error\",\"message\":\"Only Qwen/Qwen2.5-72B-Instruct && Qwen/Qwen2-VL-72B-Instruct && meta-llama/Meta-Llama-3-70B-Instruct && meta-llama/Meta-Llama-3.1-70B-Instruct && meta-llama/Meta-Llama-3.1-405B-FP8 && meta-llama/Meta-Llama-3.1-405B-Instruct && deepseek-ai/DeepSeek-V3 && Qwen/QwQ-32B-Preview && Qwen/Qwen2-VL-7B-Instruct && meta-llama/Llama-3.3-70B-Instruct && NousResearch/Hermes-3-Llama-3.1-70B && meta-llama/Meta-Llama-3.1-405B && meta-llama/Llama-3.2-3B-Instruct && FLUX.1-dev && mistralai/Pixtral-12B-2409 && StableDiffusion && meta-llama/Meta-Llama-3.1-8B-Instruct && Qwen/Qwen2.5-Coder-32B-Instruct && TTS && deepseek-ai/DeepSeek-R1-Zero && deepseek-ai/DeepSeek-V2.5 && test && meta-llama/Meta-Llama-3.1-405B-Instruct-Virtuals && deepseek-ai/DeepSeek-R1 allowed now, your model mistralai/Mixtral-8x7B-Instruct-v0.1\",\"type\":\"\",\"param\":null,\"code\":40301}",
7077+
"status": 400,
7078+
"statusText": "Bad Request",
7079+
"headers": {
7080+
"cf-cache-status": "DYNAMIC",
7081+
"cf-ray": "910172b37e2e2f40-LAX",
7082+
"connection": "keep-alive",
7083+
"content-type": "application/json",
7084+
"server": "cloudflare"
7085+
}
7086+
}
69967087
}
69977088
}

0 commit comments

Comments
 (0)