release: opensource snapshot 2026-02-27 19:25:00
This commit is contained in:
49
standards/capabilities/catalog.example.json
Normal file
49
standards/capabilities/catalog.example.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user