cherry-studio/resources/model-catalogs/openai/text-embedding-ada-002.yaml
2025-07-06 21:27:27 +08:00

24 lines
759 B
YAML

id: openai/text-embedding-ada-002
canonical_slug: openai/text-embedding-ada-002
type: embedding
hugging_face_id: null
name: 'OpenAI: Text Embedding 3 Small'
description: |-
text-embedding-ada-002 is our improved, more performant version of our ada embedding model. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces of text. Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.
context_length: 16000
dimensions:
- 1536
architecture:
modality: text->text
input_modalities:
- text
output_modalities:
- text
tokenizer: GPT
instruct_type: null
pricing:
prompt: '0.1'
unit: 1000000
currency: USD
model_provider: OpenAI