Skip to content

Conversation

@mrisher
Copy link

@mrisher mrisher commented Oct 9, 2025

see model list at https://console.groq.com/docs/models or

curl -X GET "https://api.groq.com/openai/v1/models" \
     -H "Authorization: Bearer $GROQ_API_KEY" \
     -H "Content-Type: application/json"

see model list at https://console.groq.com/docs/models or
```
curl -X GET "https://api.groq.com/openai/v1/models" \
     -H "Authorization: Bearer $GROQ_API_KEY" \
     -H "Content-Type: application/json"
```
@vercel
Copy link

vercel bot commented Oct 9, 2025

@mrisher is attempting to deploy a commit to the BrainTrustData Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@ankrgyl ankrgyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting this!

Please don't remove any existing mappings.

Also, you have to update model_list.json as well as this. There's a script https://github.com/braintrustdata/braintrust-proxy/blob/main/packages/proxy/scripts/sync_models.ts that can help you update model_list.json

@mrisher
Copy link
Author

mrisher commented Oct 9, 2025 via email

@ankrgyl
Copy link
Contributor

ankrgyl commented Oct 9, 2025

Thanks, will check it out and update. The reason I removed existing mappings is they are no longer supported by Groq; but maybe removing them will break clients?

Message ID: </pull/315/review/3319302028@ github.com>

Yep. If you are up for it, it would be nice to put them at the bottom of that list and maybe add a comment in front marking that they are no longer supported. I just don't want to accidentally break someone with this change and then have to revert your PR :)

Longer term, btw, we are planning to merge the list of available default endpoints into the model list. It's very cumbersome right now to manage both..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants