feat: add supported_model_types field and filter in provider list (#1581)
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
"quota_limit": 200
|
||||
},
|
||||
"model_flexibility": "fixed",
|
||||
"supported_model_types": [
|
||||
"text-generation",
|
||||
"embeddings",
|
||||
"speech2text",
|
||||
"moderation"
|
||||
],
|
||||
"price_config": {
|
||||
"gpt-4": {
|
||||
"prompt": "0.03",
|
||||
|
||||
Reference in New Issue
Block a user