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
* - The client SHOULD treat this as a substring of a model name; for example:
858
-
* - `claude-3-5-sonnet` should match `claude-3-5-sonnet-20241022`
859
-
* - `sonnet` should match `claude-3-5-sonnet-20241022`, `claude-3-sonnet-20240229`, etc.
860
-
* - `claude` should match any Claude model
861
-
* - The client MAY also map the string to a different provider's model name or a different model family, as long as it fills a similar niche; for example:
862
-
* - `gemini-1.5-flash` could match `claude-3-haiku-20240307`
863
-
*
864
856
* Keys not declared here are currently left unspecified by the spec and are up
0 commit comments