OpenAI GPT-class (via Pollinations)

See provider context

Model ID

openai

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="https://text.pollinations.ai",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="openai",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — no credit card needed for Pollinations.ai.

Free Tier Limits (Pollinations.ai)

Rate Limit
~1 request/15s (anonymous) — higher with a free API key
Daily Limit
Fair use
Monthly Limit
Free, no billing system

More free models from Pollinations.ai