realasfngl/Grok-Api

A free Grok API wrapper that allows you to use Grok without API access or Account.

What it solves

This project provides a way to interact with Grok AI without requiring an official API key or account authentication, effectively bypassing the need for paid subscriptions or official access credentials.

How it works

It acts as a Python-based API wrapper that simulates user interaction with Grok's web interface. It includes a direct Python interface and a FastAPI server that allows users to send messages and receive responses (both as complete strings or token-by-token streams) via REST API endpoints.

Who it’s for

Developers who want to integrate Grok's capabilities into their own applications without using official API channels or requiring users to have accounts.

Highlights

  • No Authentication: Access Grok without an account or API keys.
  • FastAPI Integration: Includes a ready-to-use REST API server for easy integration.
  • Streaming Responses: Supports both full responses and token-by-token streaming.
  • Proxy Support: Full support for HTTP proxies to avoid IP flagging.
  • Multi-worker Support: High performance for concurrent requests via Uvicorn workers.

Related

  • Project
  • Project
  • Project
  • Project
  • Dispatch