Sfoglia il codice sorgente

feat: add zhipu embedding-3 (#7100)

tags/0.7.0
orangeclk 1 anno fa
parent
commit
83acb53c08
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
api/core/model_runtime/model_providers/zhipuai/text_embedding/embedding-2.yaml Vedi File

@@ -1,7 +1,7 @@
model: embedding-2
model_type: text-embedding
model_properties:
context_size: 512
context_size: 8192
pricing:
input: '0.0005'
unit: '0.001'

+ 8
- 0
api/core/model_runtime/model_providers/zhipuai/text_embedding/embedding-3.yaml Vedi File

@@ -0,0 +1,8 @@
model: embedding-3
model_type: text-embedding
model_properties:
context_size: 8192
pricing:
input: '0.0005'
unit: '0.001'
currency: RMB

Loading…
Annulla
Salva