Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/deepseek/free.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion site/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def jstr(s):
<span class="o">The free tier relays your prompts to DeepSeek through a gateway run by
this project. No account, no API key.</span>

<span class="c"> gateway https://free.deepseek.lroolle.com
<span class="c"> gateway https://freeseek.1lm.io
model deepseek-v4-flash
per day 30 requests &middot; 60k input &middot; 20k output tokens
privacy prompts are relayed, not stored; only token counts are recorded</span>
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 id="no-key">You do not need an API key to start</h2>
<span class="o">The free tier relays your prompts to DeepSeek through a gateway run by
this project. No account, no API key.</span>

<span class="c"> gateway https://free.deepseek.lroolle.com
<span class="c"> gateway https://freeseek.1lm.io
model deepseek-v4-flash
per day 30 requests &middot; 60k input &middot; 20k output tokens
privacy prompts are relayed, not stored; only token counts are recorded</span>
Expand Down
2 changes: 1 addition & 1 deletion site/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down