Nomic Embed

Local context

Model ID

nomic-embed-text-v1.5.f16.gguf

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="http://localhost:4891/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="nomic-embed-text-v1.5.f16.gguf",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — quick registration required.

Free Tier Limits (GPT4All)

Rate Limit
Hardware dependent
Daily Limit
Unlimited
Monthly Limit
Free Open Source
Get Your API Key View GPT4All

More free models from GPT4All