mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
Add new OpenAI embedding models (#2217)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
model: text-embedding-3-large
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 8191
|
||||
max_chunks: 32
|
||||
pricing:
|
||||
input: '0.00013'
|
||||
unit: '0.001'
|
||||
currency: USD
|
||||
@@ -0,0 +1,9 @@
|
||||
model: text-embedding-3-small
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 8191
|
||||
max_chunks: 32
|
||||
pricing:
|
||||
input: '0.00002'
|
||||
unit: '0.001'
|
||||
currency: USD
|
||||
Reference in New Issue
Block a user