feat: initial release v0.3.0

This commit is contained in:
saturn
2026-03-08 03:15:27 +08:00
commit 881ed44996
1311 changed files with 225407 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
[
{
"modelType": "video",
"provider": "example-provider",
"modelId": "example-video-model",
"capabilities": {
"video": {
"durationOptions": [5, 10, 15],
"fpsOptions": [24, 30],
"resolutionOptions": ["720p", "1080p"],
"firstlastframe": true,
"supportGenerateAudio": true,
"fieldI18n": {
"duration": {
"labelKey": "video.capability.duration",
"unitKey": "video.unit.second"
},
"fps": {
"labelKey": "video.capability.fps",
"unitKey": "video.unit.fps"
},
"resolution": {
"labelKey": "video.capability.resolution"
}
}
}
}
},
{
"modelType": "image",
"provider": "example-provider",
"modelId": "example-image-model",
"capabilities": {
"image": {
"resolutionOptions": ["2K", "4K"],
"fieldI18n": {
"resolution": {
"labelKey": "image.capability.resolution"
}
}
}
}
},
{
"modelType": "llm",
"provider": "example-provider",
"modelId": "example-llm-model"
}
]