Add new OpenAI embedding models (#2217)

This commit is contained in:
Chenhe Gu
2024-01-26 04:48:20 +08:00
committed by GitHub
parent c038040e1b
commit 8be7d8a635
2 changed files with 18 additions and 0 deletions

View File

@@ -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

View File

@@ -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