Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/content/workers-ai-models/embeddinggemma-300m.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,20 @@
"name": "Text Embeddings",
"description": "Feature extraction models transform raw data into numerical features that can be processed while preserving the information in the original dataset. These models are ideal as part of building vector search applications or Retrieval Augmented Generation workflows with Large Language Models (LLM)."
},

"created_at": "2025-09-04 16:38:44.980",
"tags": [],
"properties": [],
"properties": [
{
"property_id": "price",
"value": [
{
"unit": "per M input tokens",
"price": 0,
"currency": "USD"
}
]
}],
"schema": {
"input": {
"type": "object",
Expand Down