mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
✨ feat: add Stability AI
This commit is contained in:
@@ -153,6 +153,13 @@ export const CHANNEL_OPTIONS = {
|
||||
color: 'default',
|
||||
url: ''
|
||||
},
|
||||
37: {
|
||||
key: 37,
|
||||
text: 'Stability AI',
|
||||
value: 37,
|
||||
color: 'default',
|
||||
url: ''
|
||||
},
|
||||
24: {
|
||||
key: 24,
|
||||
text: 'Azure Speech',
|
||||
|
||||
@@ -291,6 +291,15 @@ const typeConfig = {
|
||||
test_model: 'command-r'
|
||||
},
|
||||
modelGroup: 'Cohere'
|
||||
},
|
||||
37: {
|
||||
input: {
|
||||
models: ['sd3', 'sd3-turbo', 'stable-image-core']
|
||||
},
|
||||
prompt: {
|
||||
test_model: ''
|
||||
},
|
||||
modelGroup: 'Stability AI'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user