LF

Lemonfox.ai

online

Cheap OpenAI-compatible. $0.20 free credits.

LLM
87
/ 100 APIVault Score

// At a glance

Free Tier
$0.20 credits · no card
Category
LLM
Credit Card
Not required
Last Verified
2m ago

// Free tier details

Available Models

Zephyr-7BMistralLlama

Monthly Requests

$0.20 free credits

No credit card needed
No phone verification

// Quick start

300">"text-purple-400">from openai 300">"text-purple-400">import OpenAI

client = OpenAI(
    api_key=300">"YOUR_LEMONFOX_KEY",
    base_url=300">"https://api.lemonfox.ai/v1",
)

response = client.chat.completions.create(
    model=300">"zephyr-7b",
    messages=[{300">"role": 300">"user", 300">"content": 300">"Hello."}],
)

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

// Overview

Mistral and Llama models at very low cost with OpenAI-compatible API. Good for cost-sensitive prototyping.

// Pros

  • Very cheap per token
  • OpenAI-compatible
  • No card needed

// Cons

  • Small free credit
  • Limited model selection

// Score breakdown

Reliability (35%) (from 2m ago health check)100/100
Free Tier Generosity (30%) (computed from quota, no-CC, no-phone fields)85/100
Documentation (20%) (human rating)78/100
Popularity (15%) (GitHub stars (log-normalised), or manual baseline)70/100

Methodology: apivault.dev/methodology

// Best for

Cost-sensitive appsMultilingual tasksPrototyping