Install
Homebrew
brew tap RayBytes/chatmock
brew install chatmock
pipx / pip
pipx install chatmock
GUI
Download from releases (macOS & Windows)
Docker
See DOCKER.md
Getting Started
# 1. Sign in with your ChatGPT account
# If you are running this on a headless server, append --headless
chatmock login
# 2. Start the server
chatmock serve
The server runs at http://127.0.0.1:8000 by default. Use http://127.0.0.1:8000/v1 as your base URL for OpenAI-compatible apps.
Example usage
Raycast Integration
-
Configure the Host URL
Open your Raycast Extensions preferences, navigate to the Ollama settings section, and input the host URL (default is127.0.0.1:8000).
-
Sync Your Models
Click the Sync Models button, which will register all available models. -
Start Chatting
Open the Raycast AI Chat interface. You will now see model slugs which you can chat with.
Terax (Agentic Terminal) Integration
-
Configure the provider settings
Open your Terax settings, and switch to the Models tab, add a new provider (OpenAI Compatible), and input the host URL (default ishttp://127.0.0.1:8000/v1), along with the model IDs you wish to use (API key may be anything).
-
Favourite, and start using it!
Go back to your main chat window, select the model by going to the OpenAI Compatible icon, and clicking the model there (you may favourite it here to quickly select it the next time if you switch between models)
Supported Models
ChatMock automatically discovers the models available to the signed-in ChatGPT account. The current catalog commonly includes:
gpt-5.6-solgpt-5.6-terragpt-5.6-lunagpt-5.5gpt-5.4gpt-5.4-minigpt-5.3-codex-spark
Features
- Tool / function calling
- Vision / image input
- Thinking summaries (via think tags)
- Configurable thinking effort
- Fast mode for supported models
- Web search tool
- OpenAI-compatible
/v1/responses(HTTP + WebSocket) - Ollama-compatible endpoints
- Reasoning effort exposed as separate models (optional)
Configuration
All flags go after chatmock serve. These can also be set as environment variables.
| Flag | Env var | Options | Default | Description |
|---|---|---|---|---|
--reasoning-effort |
CHATGPT_LOCAL_REASONING_EFFORT |
none, minimal, low, medium, high, xhigh, max, ultra | medium | How hard the model thinks |
--reasoning-summary |
CHATGPT_LOCAL_REASONING_SUMMARY |
auto, concise, detailed, none | auto | Thinking summary verbosity |
--reasoning-compat |
CHATGPT_LOCAL_REASONING_COMPAT |
legacy, o3, think-tags | think-tags | How reasoning is returned to the client |
--fast-mode |
CHATGPT_LOCAL_FAST_MODE |
true/false | false | Priority processing for supported models |
--enable-web-search |
CHATGPT_LOCAL_ENABLE_WEB_SEARCH |
true/false | false | Allow the model to search the web |
--expose-reasoning-models |
CHATGPT_LOCAL_EXPOSE_REASONING_MODELS |
true/false | false | List each reasoning level as its own model |
--model-sync |
CHATGPT_LOCAL_MODEL_SYNC |
true/false | true | Discover account models automatically |
--model-refresh-interval |
CHATGPT_LOCAL_MODEL_REFRESH_INTERVAL |
seconds | 3600 | Refresh interval for model discovery |
Web search in a request
{
"model": "gpt-5.4",
"messages": [{"role": "user", "content": "latest news on ..."}],
"responses_tools": [{"type": "web_search"}],
"responses_tool_choice": "auto"
}
Fast mode in a request
{
"model": "gpt-5.4",
"input": "summarize this",
"fast_mode": true
}
Important notice
Use responsibly and at your own risk. This project is not affiliated with OpenAI.
Star History
Release files for chatmock 1.40
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| chatmock-1.40.tar.gz | 47.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chatmock-1.40-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 100.3 kB
Release files / chatmock-1.40.tar.gz
| Download URL | chatmock-1.40.tar.gz |
|---|---|
| Size | 47.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e112aaca212e1be462888684c468f1d583b86f173e412dff5449fdc868c4e2c9
|
|
BLAKE2b-256 checksum How to use checksums |
8ab5c24d92ff60ec01c85ec96bef033939631462ba51e4bd6dfe73e3d8ad1624
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 26, 2026.
Transparency logRelease files / chatmock-1.40-py3-none-any.whl
| Download URL | chatmock-1.40-py3-none-any.whl |
|---|---|
| Size | 52.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6f509b0a3fbbc7c8302e47676eebcc644535d9fcec6930a874e9f6ff4d5d97b8
|
|
BLAKE2b-256 checksum How to use checksums |
81db52ce6e402c70da28d6ba2ab5e1339bf2ca25ead7d5302cc77f43d9b9bea0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 26, 2026.
Transparency log