EmbeddingGemma 300M

Embedding

Ultra-lightweight 300M parameter embedding model from Google. Fast inference with minimal resource usage.

Pricing
Input
$0.02/1M
Output
Free/1M
Context Length
2K tokens

Capabilities

Embeddings

Technical Details

Model ID
embeddinggemma-300m
Tokenizer
Gemma

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.llamagate.ai/v1",
    api_key="your-api-key",
)

response = client.embeddings.create(
    model="embeddinggemma-300m",
    input="Your text to embed",
)

print(response.data[0].embedding)

Start Using EmbeddingGemma 300M

Create an account and start building with just $5.

embeddinggemma-300m API - LlamaGate