01 / verified paths
Verified options and their limits
Each row links to a FreeLLM record and an official provider source. Quotas, regions, account requirements and prices can change, so verify the provider page before relying on an offer.
| Provider / model | What the current record says | Next step |
|---|---|---|
| GLM Coding PlanGLM-5.2 / GLM-4.7 | Dedicated coding endpoint documented for Claude Code, Cursor and Cline; quota uses provider time windows. | Official source ↗ FreeLLM record ↗ |
| LongCat APILongCat-2.0 | OpenAI / Anthropic-compatible workflow; account access and any free quota must be checked before use. | Official source ↗ FreeLLM record ↗ |
| Groqgpt-oss-120b / gpt-oss-20b · qwen3.x-27b · groq/compound · llama-prompt-guard · whisper-large-v3 | OpenAI-compatible coding API with a published free rate-limit table; Claude Code requires a compatible adapter or endpoint. | Official source ↗ FreeLLM record ↗ |
02 / setup
Configure a coding tool safely
Claude Code integrations commonly use ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN, but the exact endpoint and authentication requirements are provider-specific.
export ANTHROPIC_BASE_URL="YOUR_PROVIDER_ENDPOINT"
export ANTHROPIC_AUTH_TOKEN="YOUR_PROVIDER_TOKEN"
# Follow the provider's official Claude Code or coding-plan quick start.
# Confirm region, quota window and supported tools before use.
GLM Coding Plan has a dedicated coding endpoint documented for Claude Code, Cursor and Cline. Start from its official FAQ and quick start rather than guessing an API URL.
03 / related pages