81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"trial"
|
|
],
|
|
"quota_unit": "times",
|
|
"quota_limit": 200
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation",
|
|
"embeddings",
|
|
"speech2text",
|
|
"moderation"
|
|
],
|
|
"price_config": {
|
|
"gpt-4": {
|
|
"prompt": "0.03",
|
|
"completion": "0.06",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-4-32k": {
|
|
"prompt": "0.06",
|
|
"completion": "0.12",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-4-1106-preview": {
|
|
"prompt": "0.01",
|
|
"completion": "0.03",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-4-vision-preview": {
|
|
"prompt": "0.01",
|
|
"completion": "0.03",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-3.5-turbo": {
|
|
"prompt": "0.0015",
|
|
"completion": "0.002",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-3.5-turbo-1106": {
|
|
"prompt": "0.0010",
|
|
"completion": "0.002",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-3.5-turbo-instruct": {
|
|
"prompt": "0.0015",
|
|
"completion": "0.002",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"gpt-3.5-turbo-16k": {
|
|
"prompt": "0.003",
|
|
"completion": "0.004",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"text-davinci-003": {
|
|
"prompt": "0.02",
|
|
"completion": "0.02",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
},
|
|
"text-embedding-ada-002":{
|
|
"completion": "0.0001",
|
|
"unit": "0.001",
|
|
"currency": "USD"
|
|
}
|
|
}
|
|
} |