[INTEGRATION]

Route any ChatGPT client through Grepture.

TypingMind, LibreChat, LobeChat, Open WebUI, NextChat, ChatBox and more. If your chat UI lets you set a custom OpenAI or Anthropic base URL, it works with Grepture — no plugins, no code changes.

[What is Grepture?]

Grepture is an open-source AI gateway between your chat client and AI providers. Point any BYOK chat app at Grepture and you get a shared dashboard for every prompt your team sends — cost per user, PII redaction, audit logs, and spend limits — without touching the upstream tool.

[Set up in 2 steps]

1. Create a Grepture account

Sign up at app.grepture.com and grab your API key from the dashboard.

2. Paste the base URL into your chat client

Find the "Custom endpoint" / "API host" / "Proxy URL" field in your chat UI's settings, paste the Grepture URL below, and keep using your existing OpenAI or Anthropic key.

[Endpoint URLs]

These are the full endpoint URLs — paste them into clients that expect a complete URL (TypingMind, BoltAI…). If your client only takes a base URL (Open WebUI, LobeChat, ChatBox…), drop the trailing path; the proxy forwards whatever you append.

Set both endpoints if your client supports it. Newer models (GPT-5, o-series) use the Responses API — if you only paste Chat Completions, that traffic bypasses your proxy and goes straight to OpenAI.

Chat Completions
https://proxy.grepture.com/openai/<grepture_api_key>/v1/chat/completions
Responses API
https://proxy.grepture.com/openai/<grepture_api_key>/v1/responses

Keep your real OpenAI / Anthropic / Gemini key in the client's API key field. Grepture pulls the Grepture key out of the URL and forwards the upstream key untouched.

[Verified chat clients]

Every tool below ships with a configurable proxy / base URL setting. Drop the Grepture URL in and you're done.

TypingMind
Web + desktop
Custom proxy fields per provider
Open WebUI
Self-hosted web
Admin → Connections → OpenAI URL
LibreChat
Self-hosted web
Custom endpoint in librechat.yaml
LobeChat
Self-hosted web
Per-provider Proxy URL setting
NextChat
Web + desktop
BASE_URL env var
ChatBox AI
Desktop + mobile
Custom provider → API Host
BoltAI
macOS desktop
Custom OpenAI-compatible server
Cherry Studio
Desktop
Custom provider → API Address
big-AGI
Self-hosted web
OPENAI_API_HOST env var
Jan
Desktop
Remote OpenAI base URL
Msty
Desktop
OpenAI-compatible endpoint
SillyTavern
Self-hosted web
Reverse Proxy field

See your first trace in under 60 seconds

npm install @grepture/sdk — wrap your client — done.

Free for up to 1,000 requests/month · No credit card required

Get Started Free