Skip to content

Commit f1594af

Browse files
authored
enable models (#5012)
1 parent 4f875a8 commit f1594af

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

packages/__tests__/cost/__snapshots__/registrySnapshots.test.ts.snap

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ exports[`Registry Snapshots endpoint configurations snapshot 1`] = `
158158
"top_p",
159159
],
160160
"provider": "deepinfra",
161-
"ptbEnabled": false,
161+
"ptbEnabled": true,
162162
"regions": [
163163
"*",
164164
],
@@ -766,7 +766,7 @@ exports[`Registry Snapshots endpoint configurations snapshot 1`] = `
766766
"top_p",
767767
],
768768
"provider": "deepinfra",
769-
"ptbEnabled": false,
769+
"ptbEnabled": true,
770770
"regions": [
771771
"*",
772772
],
@@ -2730,7 +2730,7 @@ exports[`Registry Snapshots endpoint configurations snapshot 1`] = `
27302730
"top_p",
27312731
],
27322732
"provider": "deepinfra",
2733-
"ptbEnabled": false,
2733+
"ptbEnabled": true,
27342734
"regions": [
27352735
"*",
27362736
],
@@ -4698,6 +4698,7 @@ exports[`Registry Snapshots verify registry state 1`] = `
46984698
"qwen3-30b-a3b",
46994699
"qwen3-32b",
47004700
"qwen3-coder",
4701+
"qwen3-next-80b-a3b-instruct",
47014702
],
47024703
"sampleArchivedKeys": [],
47034704
"sampleEndpointIds": [
@@ -4710,7 +4711,7 @@ exports[`Registry Snapshots verify registry state 1`] = `
47104711
"totalArchivedConfigs": 0,
47114712
"totalEndpoints": 131,
47124713
"totalModelProviderConfigs": 131,
4713-
"totalModelsWithPtb": 56,
4714+
"totalModelsWithPtb": 57,
47144715
"totalProviders": 12,
47154716
}
47164717
`;

packages/cost/models/authors/alibaba/qwen/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const endpoints = {
191191
"min_p",
192192
"response_format",
193193
],
194-
ptbEnabled: false,
194+
ptbEnabled: true,
195195
endpointConfigs: {
196196
"*": {},
197197
},

packages/cost/models/authors/deepseek/deepseek-reasoner/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const endpoints = {
104104
"min_p",
105105
"response_format",
106106
],
107-
ptbEnabled: false,
107+
ptbEnabled: true,
108108
endpointConfigs: {
109109
"*": {},
110110
},

packages/cost/models/authors/openai/oss/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const endpoints = {
190190
"min_p",
191191
"response_format",
192192
],
193-
ptbEnabled: false,
193+
ptbEnabled: true,
194194
quantization: "fp4",
195195
endpointConfigs: {
196196
"*": {},

0 commit comments

Comments
 (0)