refactor: move provider seams behind plugin sdk surfaces

This commit is contained in:
Peter Steinberger
2026-03-27 23:24:36 +00:00
parent 4f0ad16a00
commit 4ca07559ab
124 changed files with 1170 additions and 812 deletions

View File

@@ -1,5 +1,6 @@
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
export {
applyModelStudioNativeStreamingUsageCompat,
buildModelStudioDefaultModelDefinition,
buildModelStudioModelDefinition,
MODELSTUDIO_BASE_URL,
@@ -11,5 +12,6 @@ export {
MODELSTUDIO_STANDARD_CN_BASE_URL,
MODELSTUDIO_STANDARD_GLOBAL_BASE_URL,
MODELSTUDIO_MODEL_CATALOG,
isNativeModelStudioBaseUrl,
buildModelStudioProvider,
} from "../../extensions/modelstudio/api.js";