gpt4free
Free multi-provider AI access through one local API server
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install gpt4free?โผ
Run `npx skills add xtekky/gpt4free --all -g -y` in your terminal to install this skill suite globally for your AI agent.
How to use GPT models for free?โผ
gpt4free aggregates many free LLM providers behind one Python client and local API, so you can send chat and image requests without paid API keys.
How to run a local OpenAI-compatible API?โผ
Start the server with `python -m g4f --port 8080`, then point any OpenAI-compatible app or bot to `http://localhost:8080/v1`.
Can gpt4free generate images too?โผ
Yes. It supports image generation providers like Flux and Pollinations through the same client, plus web search and scraping tools.
Does gpt4free work with Claude and OpenClaw?โผ
Yes. It includes an MCP server for Claude Desktop and a SKILL.md workflow for routing bots like OpenClaw through its local endpoint.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core