supercompat 2.21.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1744,6 +1744,9 @@ var perplexityClientAdapter = function(param) {
|
|
|
1744
1744
|
};
|
|
1745
1745
|
// src/adapters/client/anthropicClientAdapter/models/get.ts
|
|
1746
1746
|
var models6 = [
|
|
1747
|
+
"claude-3-7-sonnet-latest",
|
|
1748
|
+
"claude-3-7-sonnet-20250219",
|
|
1749
|
+
"claude-3-5-haiku-latest",
|
|
1747
1750
|
"claude-3-5-sonnet-20241022",
|
|
1748
1751
|
"claude-3-5-sonnet-20240620",
|
|
1749
1752
|
"claude-3-opus-20240229",
|