You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(provider): add gpt-oss-120b model support
- add gpt-oss-120b and openai/gpt-oss-120b model mappings to endpoint URL
- update model capabilities table in README with new model
- update tool calling example to use openai/gpt-oss-120b
* chore: add changeset for gpt-oss-120b model support
Add support for `openai/gpt-oss-120b` model. Users can now use this 120B parameter open-source GPT model for text generation and tool calling. The model supports streaming and tool usage.
0 commit comments