Mean Perplexity: 1935.422843282588

Get started with Gemini Embedding Developers can now access our new, experimental Gemini Embeddings model through the Gemini API. It’s compatible with the existing embed_content endpoint.

from google import genai

client = genai.Client(api_key="GEMINI_API_KEY")

result = client.models.embed_content( model="gemini-embedding-exp-03-07", contents="How does alphafold work?", )

print(result.embeddings)

Downloads last month
14
Safetensors
Model size
2.94B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support