Codex can now run Deepseek-v4- flash! There's a catch... though. Deepseek's official setup switches your entire codex over to them, so your GPT models stop showing up at all. This is exactly what Codex Router is for. It adds models to the list instead of replacing them, so sol, grok, kimi and deepseek all sit in the same picker and i just grab whichever one suits the job. Deepseek v4-flash is $0.28 per million output tokens. opus 4.8 is $25. same picker, 89x apart. Links in the comment. setup's in the video 👇show more

Ziwen
145,018 次观看 • 1 个月前
Codex can run Qwen-3.8-max now as well!! Alibaba most... capable model, dropped today and it's already in my codex picker. It's a token plan subscription, not metered api billing. You take the key from your Qwen plan, drop it into Codex Router, and it spends down the plan instead of your card. There's a catch though. Qwen's official setup switches your whole codex over to them, so your ChatGPT models stop showing up at all. That's exactly what Codex Router is for. It adds models to the list instead of replacing them, so sol, Grok, kimi, Deepseek and now Qwen 3.8 max all sit in the same picker and it can grab whichever one suits the job. Router's open source, setup's in the video 👇show more

Ziwen
419,031 次观看 • 1 个月前
if you use Codex and you're stuck on GPT... models only, this fixes that. it's called codex-router, open source. drops other models straight into your normal Codex picker, right next to the GPT ones you already have. what it adds: - Grok, Kimi, Deepseek, Claude, all in the same picker - oauth login per provider, no api key needed - your GPT models and Chatgpt login stay untouched setup: point Codex at the repo, let it read the readme, it installs itself one snag: if you've got the Chatgpt app and a separate Codex on your path, you can end up running two different Codex versions, and the older one can choke on newer config it doesn't recognize. if the install looks off after, that's probably why, reinstall clean.show more

Alvaro Cintas
26,781 次观看 • 1 个月前
deepseek v4 pro is basically free right now 😳... teamorouter is offering deepseek v4 pro at almost no cost you can also use deepseek v4 flash for free what you get: - deepseek v4 pro free - deepseek v4 flash free - 1M context - openai compatible api - no subscription - credits never expire why this is worth checking: > v4 pro is currently listed at $0 input and output > flash is also available at $0 > works with claude code, codex and other tools > one api gives you access to multiple models getting started: 1. go to 2. create your account 3. open the dashboard 4. create your api key base url: 5. add it to your ai coding tool 6. select deepseek-v4-pro-free worth testing while it’s availableshow more

K2S
38,998 次观看 • 1 个月前
this is the best trick to maximum usage limits... on chatgpt codex codex's best kept secret is that your main agent doesn't have to do everything... custom agents are just files in ~/.codex/agents, and one file gives you a second worker on deepseek v4 flash > create ~/.codex/agents/deepseek-worker.toml > set model = "opencode-go/deepseek-v4-flash" with model_reasoning_effort = "max" > keep it bounded: one task packet, no scope creep, report back ```toml name = "deepseek_worker" description = "bounded implementation, testing, and cleanup on deepseek v4 flash" model = "opencode-go/deepseek-v4-flash" model_reasoning_effort = "max" ``` then @ deepseek_worker in the composer... your root agent plans while the worker ships the implementation planning on the main model, execution on the flash lane... that's the whole trick (we run this exact file, last i checked it keeps the heavy turns off the main thread)show more

Avid
49,981 次观看 • 1 个月前
DeepSeek V4 Flash being ranked almost equal to Opus... 4.8 is actually insane to me. Against Kimi K3, Opus 5, GPT-5.6 Sol, and Qwen 3.8 Max Preview, you give up a LOT by choosing DeepSeek. This is not a 2-point difference in practice. I’ll post the Opus 4.8 comparison next because you need to see this.show more

OmedTheVibeCoder
26,990 次观看 • 1 个月前
"You've reached your rate limit. Try again after 7pm."... every. fucking. day. $200/month - $2,400 a year - for Codex. then i opened the DeepSeek pricing page. Someone made DeepSeek a native subagent for Codex. Heavy work goes there, light stays on GPT-5. Same code out the other end. 35x cheaper. DeepSeek V4 Flash lives on its own API key, not on my Plus quota. One command: npx skills add oil-oil/codex-deepseek-subagent -g -y Restart Codex, tell it "set up DeepSeek as a subagent", done. First day in a month I'm still working in the evening instead of hitting the wall. save this before your next rate-limit ↓show more

Granite
71,728 次观看 • 1 个月前
OpenCode Go is now wired into Codex!! The pricing... is insane. $10 gets you 10,000 DeepSeek requests every 5 hours (no weekly limits). I converted that into DeepSeek API dollars because I thought I was reading it wrong, and the same 5 hours of usage would run somewhere between $10 and $30 depending on how big your context gets. So one afternoon of use already covers the whole sub. It comes with Kimi K3 as well. Both sit in the picker next to my other models now. Next time we hit a limit in the middle of a loop, we can grab it and keep going.show more

Ziwen
434,241 次观看 • 1 个月前
holy sh*t this is f**king dangerous i just figured... out how to run Opencode in Codex It has Deepseek V4 Flash which replaces Opus 5 at 1/4th price You can get 10,000 request in only $10/month along with Kimi K3 and Qwen 3.5 Max [here is how you set it up] 1. install the 'codex-router' 2. Put in the Opencode Go API key 3. Done that's it Save this no matter what. This will be the best thing you do this weekshow more

Avid
117,270 次观看 • 1 个月前
Claude Fable 5.1 + Opus 5 + GPT-5.6 Sol... are FREE 😳 Experiential Labs is giving free access to a huge lineup of AI models what you get: - Claude Fable 5.1 + Fable 5 - Claude Opus 5 + Sonnet 5 - GPT-5.6 Sol + Luna - Gemini 3.7 Flash - Kimi K3 - GLM 5.3 + 5.3 Flash - DeepSeek V4 Flash - Qwen3.8 27B most models have 1M+ context check the full list: free access is live 👀show more

K2S
25,647 次观看 • 16 天前
DeepSeek V4 Flash 0731 first test. DeepSeek V4 Flash... 0731 is ridiculously cheap compared to Kimi K3, GPT-5.6, and Opus 5 For its price, this is a surprisingly capable model. First challenge: Generate a railway station in Three.js. The result exceeded my expectations for such a low-cost model. It’s definitely one to watch if you’re building 3D projects on a tight budget.show more

FHILY👑
21,825 次观看 • 1 个月前
Muse Spark 1.3 is now in Codex!! OpenCode's free... tier runs it for nothing, and $10 on OpenCode Go gets you over 45,300 requests. It's basically Opus 5 tier too. There's a catch though. Meta may use your inputs and outputs for training, which is the whole reason the tier is called contributor and the whole reason it's free. Muse 1.3 just sits in the picker next to my paid models now. I'll just use Astra + Muse Spark for subagents. Gonna keep everything in stock in case we need it.show more

Ziwen
92,093 次观看 • 21 天前
We're giving you a $10 coupon to build on... Ori Harness this weekend What will you build? Run your favorite agent - Claude Code, Codex, DeepSeek, and more - with 500+ models, 70+ providers, all in one account, on OpenRouter Redeeming is easy:show more

OpenRouter
53,388 次观看 • 1 个月前
There's a FREE public endpoint for deepseek v4 flash... 0731 😳 no account or no card needed, just a url victormustar from hugging face made it. openai-compatible chat completions. anyone can use it. what you get for $0: -82.7 terminal-bench (opus 4.8 is ~85) -swe-bench 54.4 — 7.3 before the update -1M context, thinking mode, tool calling -no signup, no key, no billing what this replaces: -Claude Opus 4.8: $15/M in, $75/M out -Cursor: $20/mo all for $0 how to set it up: 1. base url: 2. model: deepseek-ai/DeepSeek-V4-Flash-0731 3. api key: anything Works in Hermes, Cursor, OpenCode, Aider, Cline, Claude Code (via proxy), and any OpenAI tool Important: ~12 req/min per IP. shared box. be nice. use this before it gets popularshow more

painn
118,913 次观看 • 1 个月前
DeepSeek R1 is *the* best model available right now.... It's at the level of o1, but you can use it for free, and it's much faster. A huge leap forward that nobody saw coming. No wonder so many people are throwing tantrums online trying to discredit the Chinese students who built this. You can use DeepSeek in Visual Studio Code right now: 1. Install the Qodo Gen AI extension 2. Select DeepSeek R1 from their list of models The Qodo team is hosting DeepSeek on their servers, so none of your data will go to China. I've been building a Tetris game using DeepSeek, and this is the most impressive model I've seen so far.show more

Santiago
1,224,409 次观看 • 1 年前
this is literally f**king insane i just 2x my... usage limits on $200/mo codex i figured out how to use deepseek v4.1-flash on $10/mo opencode go for routine subagent work... while gpt-6 astra directs the project and sol handles implementation. here's how to set it up in 3 mins: → connect opencode go to codex through model-router → install quota flow, including its skill and agent profiles → open a fresh astra task and paste: quota flow tells flash to handle discovery and checks, sol to implement, and luna to review when needed. the same implementation agent keeps its context through the build → test → fix loop. every extra agent should earn its call.show more

Avid
61,962 次观看 • 12 天前
Claude Opus 4.6 is available for all users in... Orchids right now! Tag Orchids with any app idea and we’ll give you 100k in free credits to test it out. Comparisons to Opus 4.5, GPT-5.2-Codex, Gemini 3 Flash, and Kimi K2.5 👇 Prompt: Make me an interactive, 3d model of the solar system.show more

Orchids
22,774 次观看 • 7 个月前
Union Alpha is now in Codex!! The speed is... insane over 300 to 400 tokens a second, 262k context, images in, and it's free for a week. It's a good timing too, most of the Codex usage is basically gone right now. Zai did this exact thing in August: Ox Alpha showed up unnamed, free for a week, built for agentic coding, and a week later it was GLM-5.3-Flash. So what model do you guys think it is?show more

Ziwen
98,712 次观看 • 8 天前
DeepSeek-V4-Flash-Vision, Qwen 3.8 Max, and $200 in AI credits... all FREEEEE right now😳 access: multiple platforms (see below) bonus: the gap between paid and open keeps shrinking you can now use DeepSeek's first 305B multimodal model, Qwen 3.8 Max with a massive 1M context window, and claim up to $200 in credits for Claude and computer-use agents at zero cost what you get: -deepSeek-V4-Flash-Vision → (305B multimodal, MIT open weights) -Qwen 3.8 Max → (1M context, image input, zero card needed) -KkToken → (signup + daily check-in for up to $100 Claude credits) -novita AI → ($100 Agent Sandbox credits for browser automation) every week the free tier grows, bookmark this list and claim your free access while it lastsshow more

Nahid
15,438 次观看 • 24 天前
a moonshot engineer leaked the benchmark anthropic, openai and... xai all buried the same week: kimi k3 beat opus 5, gpt-5.6 and grok 4.6 at $0.94 a task. stop paying anthropic $200 a month for opus 5 and openai $200 for gpt-5.6 when kimi does the same work for $8 the leak showed kimi k3 winning 9 of 12 categories against opus 5, gpt-5.6 and grok 4.6. within 48 hours all three labs quietly pushed pricing pages and one very specific comparison chart off their sites. nobody announced anything. they just deleted, which tells you everything the four numbers they scrubbed: cost per task · $0.94 vs $1.80 -> opus 5 charges $1.80 to finish one task. gpt-5.6 $1.04. grok 4.6 $0.61. kimi k3 $0.94 and it landed 487 of 500 clean -> anthropic is billing you double for a model that lost the benchmark it paid to promote the weights · free, sitting on huggingface right now -> the entire model is a public download. pull it, keep it, run it forever, nobody can switch it off -> a model you can hold cannot be rented at $200 a month. that single fact is what three labs deleted a chart over the switch · one line of bash -> moonshot ships an anthropic-compatible endpoint. one env variable and claude code points at kimi -> same cli, same keybindings, same /model. you change a url, opus 5 never knows it lost the seat the bill · $400 down to $8 -> opus 5 max plus gpt-5.6 pro is $400 a month. kimi runs the same daily work for $8 metered -> that is a 98% cut for output that beat both of them 9 categories to 3 here is the part they will fight me on: the frontier tax died the week this leaked and all three labs know it. once the weights are public the price has a ceiling, because anyone can serve the same model. anthropic, openai and xai are charging 2025 prices on a lead that ended in a benchmark they deleted instead of answered drop your $400/mo ai stack to $8. the run above is kimi k3 finishing the task opus 5 bills $1.80 for. the full breakdown is in the article belowshow more

starmex
32,974 次观看 • 1 个月前
ChatGPT Web is now inside Codex 😲 this open-source... project has already crossed 2.7k stars instead of using a separate workflow, it lets you use ChatGPT Web models directly from Codex's model picker what you get: - GPT-5.6 Pro for eligible accounts - free Luna access - ChatGPT Web quota - Codex tools + context - images, streaming and reasoning - open-source + MIT licensed getting started: 1. go to 2. install the launcher 3. sign in with your ChatGPT account 4. run the browser checks 5. install the models 6. restart Codex and select ChatGPT Web the interesting part? you can keep using Codex normally while routing the selected model through ChatGPT Web no separate API key for the ChatGPT model 2.7k+ stars and still actively updated worth checking if you already use Codex and want to experiment with ChatGPT Web modelsshow more

K2S
100,249 次观看 • 25 天前