🌐
GitHub
github.com › superagent-ai › grok-cli
GitHub - superagent-ai/grok-cli: An open-source AI agent that brings the power of Grok directly into your terminal.
🌍 Global Installation: Install and use anywhere with bun add -g @vibe-kit/grok-cli ... By default, the CLI uses https://api.x.ai/v1 as the Grok API endpoint.
Starred by 2.2K users
Forked by 288 users
Languages   TypeScript 94.4% | JavaScript 5.6%
🌐
GitHub
github.com › RMNCLDYO › grok-ai-toolkit
GitHub - ramonclaudio/grok-ai-toolkit: A lightweight Python API ...
You can use grok-2 and grok-2-latest if you want to automatically access the latest model version, or choose a model with a specific version number to keep a consistent output. ... Note your model access might vary depending on various factors such as geographical location, account limitations, etc. For the most up-to-date information on your team's model access, visit the API Models page on your xAI Console ...
Starred by 27 users
Forked by 3 users
Languages   Python
🌐
GitHub
github.com › mem0ai › grok3-api
GitHub - mem0ai/grok3-api: Unofficial Grok 3 API
Grok3 is cool, smart, and useful, but there is no official API available. This is an unofficial Python client for interacting with the Grok 3 API.
Starred by 526 users
Forked by 98 users
Languages   Python
🌐
GitHub
github.com › milisp › awesome-grok
GitHub - milisp/awesome-grok: A curated list of resources for Grok, the AI developed by xAI
Grok API Console: Access the xAI API to integrate Grok into applications with enhanced speed and precision.
Starred by 8 users
Forked by 2 users
🌐
xAI
docs.x.ai › docs › overview
xAI API
Welcome to the xAI developer docs! Our API makes it easy to harness Grok's intelligence in your projects.
🌐
GitHub
github.com › realasfngl › Grok-Api
GitHub - realasfngl/Grok-Api: A free Grok API wrapper that allows you to use Grok without API access or Account.
This project provides a Python-based API wrapper for Grok AI, enabling you to interact with Grok's conversational AI without requiring official API access or account credentials.
Starred by 87 users
Forked by 25 users
Languages   Python
🌐
GitHub
github.com › moesmufti › xai_grok_sdk
GitHub - moesmufti/xai_grok_sdk: A lightweight Python library for seamless integration with xAI's Grok API. Features minimal dependencies, robust API key management, and supports the latest xAI models for text generation and function calling.
You can get your API key here. Currently, they provide $25 free credits for new users for December 2024! ... Multimodal Support: Adding support for image and other media types as xAI releases multimodal capabilities for their models · Streaming ...
Author   moesmufti
🌐
GitHub
github.com › grokstream › grok-cli
GitHub - grokstream/grok-cli
grok GET GROK_SERVER_URL/_metrics/cloudwatch GROK_API_KEY · For grok POST and grok DELETE, where request data may be required, such data can be specified either via the -d, or --data CLI option, or supplied via STDIN:
Starred by 50 users
Forked by 6 users
Languages   Python
Find elsewhere
🌐
GitHub
github.com › TheSethRose › Grok3-Tunnel
GitHub - TheSethRose/Grok3-Tunnel: An unofficial (self-hosted) API tunnel that provides access to Grok3 through a simple REST interface.
The prefix will be automatically detected, the corresponding feature will be enabled, and the prefix will be stripped from your message before being sent to Grok. ... import requests import json # Using the @search prefix to enable DeepSearch response = requests.post( "http://localhost:11435/api/chat/completions", headers={ "Authorization": "Bearer your_cookie_string_here" }, json={ "model": "grok-3", "messages": [{"role": "user", "content": "@search What is the latest research on fusion energy?"}] } ) print(response.json()["choices"][0]["message"]["content"])
Author   TheSethRose
🌐
Reddit
reddit.com › r/grok › use grok 3 with api, thanks to "chapito"
r/grok on Reddit: Use Grok 3 with API, thanks to "Chapito"
December 27, 2024 -

As a developper, I like to use AI assistants to help me code faster.
My favorite tool are "AIder" and "Roo-Code" (a fork of Cline).

I find Grok 3 a good coder, but since there is no API access, is't not possible to use it with my favorite tools.

"is't not possible" ? No: "it WAS not possible"

Here comes "Chapito" : a program that makes the bridge between a web-based chatbot and an API interface (OpenAI Compatible API interface).

https://github.com/Yajusta/Chapito

Another benefit is to use your premium account without having to pay for separate API access.

It's a very young project, but it works fine with Grok and Mistral. Other chatbots will be added soon.

If some developpers want to test it and give me feedback, I would be gratefull 🫶

🌐
xAI
x.ai › api
API | xAI
Our API is compatible with OpenAI and Anthropic’s SDKs. Migrating is as easy as generating an API key and changing a URL.Start building · Installing Grok...
🌐
npm
npmjs.com › package › @webdevtoday › grok-cli
@webdevtoday/grok-cli - npm
Grok CLI is designed for multi-agent genetic development workflows: # Create tmux session with multiple agents /custom run spawn-agents # Monitor agent activity tmux ls # Join specific agent session tmux attach -t agent-1 ... # Clone the repository ...
      » npm install @webdevtoday/grok-cli
    
Published   Jul 22, 2025
Version   0.2.1
Author   Grok CLI Team
🌐
xAI
docs.x.ai › docs › tutorial
The Hitchhiker's Guide to Grok | xAI
To learn how to use Grok vision for more advanced use cases, check out our Image Understanding Guide. As you use your API key, you will be charged for the number of tokens used. For an overview, you can monitor your usage on the xAI Console Usage Page.
🌐
GitHub
github.com › Marusyk › grok.net
GitHub - Marusyk/grok.net: .NET implementation of the grok 📝
.NET implementation of the grok 📝. Contribute to Marusyk/grok.net development by creating an account on GitHub.
Starred by 322 users
Forked by 57 users
Languages   C# 94.4% | PowerShell 5.5% | Shell 0.1%
🌐
Grok
grok.md › resources
Grok Blog - Master the Art of AI Interaction
Unofficial Python SDK for easy integration with xAI Grok API. View on GitHub · Use Grok AI with LangChain for advanced AI applications and workflows. Python Docs · Comprehensive Grok 3 API tutorial with hands-on examples and best practices. Start Tutorial ·
🌐
GitHub
github.com › groq › groq-typescript
GitHub - groq/groq-typescript: The official Node.js / Typescript library for the Groq API
The REST API documentation can be found on console.groq.com.
Starred by 237 users
Forked by 31 users
Languages   TypeScript 93.9% | Shell 3.4% | JavaScript 2.7%
🌐
GitHub
github.com › codyde › grok-cli
GitHub - codyde/grok-cli
Quirky Thinking Indicators: Fun messages while Grok is processing (e.g., "🤔 Thinking...", "🚀 Launching thought rockets..."). Debug Logging: Built-in logger with a dedicated debug window. Alternative TUIs: Includes implementations using Ink (primary), simple readline, terminal-kit, and blessed for flexibility. ... Set up your environment (see below). Create a .env file in the project root with your xAI API key: ... You can obtain an API key from the xAI Developer Console...
Author   codyde
🌐
xAI
x.ai › news › api
API Public Beta | xAI
Our REST API is fully compatible with the ones offered by OpenAI and Anthropic. This simplifies migration. For example, if you’re currently using the OpenAI Python SDK, you can start using Grok by simply changing the base_url to https://api.x.ai/v1 and using your xAI API key that you created on console.x.ai.