@@ -754,7 +754,7 @@ client = OpenAI(
754754)
755755
756756response = client.responses.create(
757- model = " deepseek-ai/DeepSeek-R1 " ,
757+ model = " openai/gpt-oss-120b:groq " ,
758758 instructions = " You are a helpful assistant." ,
759759 input = " Say hello to the world." ,
760760 reasoning = {" effort" : " low" },
@@ -777,7 +777,7 @@ const client = new OpenAI({
777777});
778778
779779const response = await client .responses .create ({
780- model: " deepseek-ai/DeepSeek-R1 " ,
780+ model: " openai/gpt-oss-120b:groq " ,
781781 instructions: " You are a helpful assistant." ,
782782 input: " Say hello to the world." ,
783783 reasoning: { effort: " low" },
@@ -797,7 +797,7 @@ curl https://router.huggingface.co/v1/responses \
797797 -H " Authorization: Bearer $HF_TOKEN " \
798798 -H " Content-Type: application/json" \
799799 -d ' {
800- "model": "deepseek-ai/DeepSeek-R1 ",
800+ "model": "openai/gpt-oss-120b:groq ",
801801 "instructions": "You are a helpful assistant.",
802802 "input": "Say hello to the world.",
803803 "reasoning": {"effort": "low"}
0 commit comments