diff --git a/README.md b/README.md
index 2b94fc2..a3edd4a 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ $ deepseek free
The free tier relays your prompts to DeepSeek through a gateway run by
this project. No account, no API key.
- gateway https://free.deepseek.lroolle.com
+ gateway https://freeseek.1lm.io
model deepseek-v4-flash
per day 30 requests · 60k input · 20k output tokens
privacy prompts and completions are relayed to DeepSeek and are not
diff --git a/internal/deepseek/free.go b/internal/deepseek/free.go
index 84f9b07..f8a8497 100644
--- a/internal/deepseek/free.go
+++ b/internal/deepseek/free.go
@@ -35,7 +35,7 @@ import (
// DefaultGatewayURL is the hosted free tier. Override it with
// DEEPSEEK_FREE_URL to point at your own deployment — the gateway is in
// this repository and is meant to be runnable by anyone.
-const DefaultGatewayURL = "https://free.deepseek.lroolle.com"
+const DefaultGatewayURL = "https://freeseek.1lm.io"
// FreeTier is a saved enrolment.
type FreeTier struct {
diff --git a/site/build.py b/site/build.py
index c835aca..9b18273 100644
--- a/site/build.py
+++ b/site/build.py
@@ -347,7 +347,7 @@ def jstr(s):
The free tier relays your prompts to DeepSeek through a gateway run by
this project. No account, no API key.
- gateway https://free.deepseek.lroolle.com
+ gateway https://freeseek.1lm.io
model deepseek-v4-flash
per day 30 requests · 60k input · 20k output tokens
privacy prompts are relayed, not stored; only token counts are recorded
diff --git a/site/index.html b/site/index.html
index 5e51fee..f0464fb 100644
--- a/site/index.html
+++ b/site/index.html
@@ -118,7 +118,7 @@ You do not need an API key to start
The free tier relays your prompts to DeepSeek through a gateway run by
this project. No account, no API key.
- gateway https://free.deepseek.lroolle.com
+ gateway https://freeseek.1lm.io
model deepseek-v4-flash
per day 30 requests · 60k input · 20k output tokens
privacy prompts are relayed, not stored; only token counts are recorded
diff --git a/site/playground.js b/site/playground.js
index daee8b1..97fd1fd 100644
--- a/site/playground.js
+++ b/site/playground.js
@@ -11,7 +11,7 @@
(function () {
'use strict';
- var DEFAULT_GATEWAY = 'https://free.deepseek.lroolle.com';
+ var DEFAULT_GATEWAY = 'https://freeseek.1lm.io';
// The page lives at /playground/ and this script at the site root, so
// a bare 'pow-worker.js' would resolve against the wrong directory.