Conversation
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
|
Claude finished @lewtun's task in 1m 46s —— View job PR Review: Add DeepSeek V4 Pro model option
LGTM What I checked
|
Resolve the premium-model conflict by keeping GPT-5.5 gating and the DeepSeek free-model option. Co-authored-by: OpenAI Codex <codex@openai.com>
|
Claude finished @lewtun's task in 1m 22s —— View job PR Review: Add DeepSeek V4 Pro model option
1 P0 This is a re-review; the latest push ( P0 — Model endpoint not yet routable on HF RouterThe PR description states the curl request fails with a missing As of this commit, no code change addresses that gap. The model is registered in This is the author's stated merge gate ("Merge only once we validate DSv4 is working with inference providers"). The PR should stay open until a successful end-to-end call is confirmed and noted here. What I checked
|

Merge only once we validate DSv4 is working with inference providers. The below fails due to absence of
conversationaltag:curl https://router.huggingface.co/v1/chat/completions \ -H "Authorization: Bearer $HF_TOKEN" \ -H 'Content-Type: application/json' \ -d '{ "messages": [ { "role": "user", "content": "What is the capital of France?" } ], "model": "deepseek-ai/DeepSeek-V4-Pro:deepinfra", "stream": false }'