Glhf.chat

☠️ Discontinued

This provider has shut down

The API and/or company no longer operate. Everything below is kept for historical reference only — do not build on it.

DISCONTINUED: Glhf.chat rebranded to Synthetic (synthetic.new) on 2026-06-07. Synthetic's current pricing has no free tier ($30/month subscription or usage-based only). The legacy glhf.chat domain itself now returns a persistent Cloudflare 522 (origin unreachable). Original listing: free serverless inference for open-source models via an OpenAI-compatible API.

Status Unconfirmed Free Tier Serverless OpenAI Compatible
Website (defunct) Suggest Edit
-2

Overview

Provider Type

API

API Endpoint

https://glhf.chat/api/openai/v1

Free Tier Highlights

Currently unreachable (Cloudflare 522) - status unconfirmed

Why Choose Glhf.chat?

Glhf.chat stands out for its unique features and capabilities. With a developer-friendly API and comprehensive documentation, you can integrate AI capabilities into your applications within minutes.

Quick Start Guide

1

Visit https://glhf.chat/

2

Sign up for a free account

3

Generate API key from settings

4

Use with OpenAI SDK (change base_url)

5

Browse available models on dashboard

Available Models

Model Name ID Context Capabilities
Llama 3.1 70B Instruct No Longer Free
hf:meta-llama/Llama-3.1-70B-Instruct
128 000
Reasoning
Mixtral 8x7B Instruct No Longer Free
hf:mistralai/Mixtral-8x7B-Instruct-v0.1
32 000
Multilingual
Phi-3 Mini 4K Instruct No Longer Free
hf:microsoft/Phi-3-mini-4k-instruct
4 000
-

Integration Examples

Ready-to-use code snippets for your applications.

main.py
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_GLHF_KEY",
    base_url="https://glhf.chat/api/openai/v1"
)

response = client.chat.completions.create(
    model="hf:meta-llama/Llama-3.1-70B-Instruct",
    messages=[
        {"role": "user", "content": "Write a haiku about programming"}
    ]
)

print(response.choices[0].message.content)

Free Tier Pricing & Limits

Rate Limit

Requests per minute

30 Requests per minute

Daily Quota

Requests per day

Generous for personal use

Token Limit

Tokens per minute

Free tier included

Monthly Quota

Per month limit

Unlimited for free models

Use Cases

Quick prototyping with open models

Building chat applications

Model comparison and testing

Personal AI projects

Limitations & Considerations

Rate limits on free tier

Model availability may vary

Smaller selection than aggregators

Newer platform

Queue times during peak demand

Community Hub

Live

Join the discussion, share tips, and rate Glhf.chat.

Quick Reactions

Add Discussion

Comments are moderated. Be helpful and respectful.

Recent Activity

0 comments

Ready to Get Started?

Join thousands of developers using Glhf.chat

Start Building Now