Before submitting
Area
packages/contracts or packages/shared
Steps to reproduce
- Run litellm proxy(or any other proxy/model runner with custom naming) and configure a model with the name "opus"
- Configure Claude code to the litellm url
- Try adding "opus" as a model in t3 code
Expected behavior
You could add "opus", could be with a warning
Actual behavior
You get "That model is already built in." error
Impact
Blocks work completely
Version or commit
0.0.28
Environment
Window 10 connected to linux with claude code connected to litellm
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
Finding and removing the offending slag in MODEL_SLUG_ALIASES_BY_PROVIDER in the transpiled js
Before submitting
Area
packages/contracts or packages/shared
Steps to reproduce
Expected behavior
You could add "opus", could be with a warning
Actual behavior
You get "That model is already built in." error
Impact
Blocks work completely
Version or commit
0.0.28
Environment
Window 10 connected to linux with claude code connected to litellm
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
Finding and removing the offending slag in
MODEL_SLUG_ALIASES_BY_PROVIDERin the transpiled js