Bladeren bron

Add price info for zhipu models (#7084)

tags/0.7.0
orangeclk 1 jaar geleden
bovenliggende
commit
f288d367ac
No account linked to committer's email address

+ 5
- 0
api/core/model_runtime/model_providers/zhipuai/llm/glm-4-0520.yaml Bestand weergeven

default: 1024 default: 1024
min: 1 min: 1
max: 8192 max: 8192
pricing:
input: '0.1'
output: '0.1'
unit: '0.001'
currency: RMB

+ 5
- 0
api/core/model_runtime/model_providers/zhipuai/llm/glm-4-air.yaml Bestand weergeven

default: 1024 default: 1024
min: 1 min: 1
max: 8192 max: 8192
pricing:
input: '0.001'
output: '0.001'
unit: '0.001'
currency: RMB

+ 5
- 0
api/core/model_runtime/model_providers/zhipuai/llm/glm-4-airx.yaml Bestand weergeven

default: 1024 default: 1024
min: 1 min: 1
max: 8192 max: 8192
pricing:
input: '0.01'
output: '0.01'
unit: '0.001'
currency: RMB

+ 5
- 0
api/core/model_runtime/model_providers/zhipuai/llm/glm-4-flash.yaml Bestand weergeven

default: 1024 default: 1024
min: 1 min: 1
max: 8192 max: 8192
pricing:
input: '0.0001'
output: '0.0001'
unit: '0.001'
currency: RMB

+ 4
- 0
api/core/model_runtime/model_providers/zhipuai/text_embedding/embedding-2.yaml Bestand weergeven

model_type: text-embedding model_type: text-embedding
model_properties: model_properties:
context_size: 512 context_size: 512
pricing:
input: '0.0005'
unit: '0.001'
currency: RMB

Laden…
Annuleren
Opslaan