mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-11-30 02:08:37 +08:00
feat: add zhipu embedding-3 (#7100)
This commit is contained in:
parent
a7162240e6
commit
83acb53c08
@ -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'
|
||||
|
@ -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…
Reference in New Issue
Block a user