mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 10:10:55 +08:00
Remove contextWindow: 0 and maxOutputTokens: 0 from non-text models (tts, asr, image_gen, video_gen, voice_clone, translation, etc.) and maxOutputTokens: 0 from embedding/rerank models across kling, local-whisper, stability, openai, dashscope, google, volcengine, and zhipu-embedding configs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
989 B
JSON
44 lines
989 B
JSON
{
|
|
"id": "provider-stability-001",
|
|
"provider": "stability",
|
|
"label": "Stability SDXL",
|
|
"baseUrl": "https://api.stability.ai/v2beta",
|
|
"apiFormat": "stability-rest-api",
|
|
"apiKeyRef": "stability",
|
|
"apiKeyVerified": false,
|
|
"enabled": false,
|
|
"status": "unconfigured",
|
|
"priceCurrency": "USD",
|
|
"services": [
|
|
"image_gen"
|
|
],
|
|
"models": [
|
|
{
|
|
"modelName": "stable-diffusion-3.5-large",
|
|
"displayName": "Stable Diffusion 3.5 Large",
|
|
"serviceType": ["image_gen"],
|
|
"description": "Stability AI 旗舰文生图模型",
|
|
"capabilities": [
|
|
"image_generation",
|
|
"high_quality",
|
|
"controllable"
|
|
],
|
|
"extra": {
|
|
"supportedImageSizes": [
|
|
"1024x1024",
|
|
"1152x896",
|
|
"896x1152",
|
|
"1216x832",
|
|
"832x1216"
|
|
],
|
|
"supportedStyles": [
|
|
"photographic",
|
|
"digital-art",
|
|
"anime",
|
|
"comic-book"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|