This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
@@ -75,6 +75,25 @@ const BANNERS = {
|
||||
],
|
||||
},
|
||||
|
||||
'using-chinese-llm-apis-from-malaysia': {
|
||||
titlebar: 'root@dsm — llm cost watch',
|
||||
lines: [
|
||||
{ t: 'prompt', text: '$' }, { t: 'cmd', text: 'deepseek-v4-flash · off-peak' },
|
||||
{ t: 'dim', text: '$0.15 / 1M in · $0.60 / 1M out — cached input ~20× less' },
|
||||
{ t: 'prompt', text: '$' }, { t: 'cmd', text: 'tokenrhythm ¥68 → GLM-5.3 · Qwen3.8-Max · Kimi K2.7-Code' },
|
||||
{ t: 'err', text: 'wall: RMB payment · mainland CN phone verification' },
|
||||
{ t: 'prompt', text: '$' }, { t: 'cmd', text: 'fix = Alipay top-up · email-signup platforms' },
|
||||
{ t: 'prompt', text: '' }, { t: 'ok', text: '→ ~US$10 credit ≈ a month of agent work ✓' },
|
||||
],
|
||||
flow: [
|
||||
{ n: '1', label: 'RMB via Alipay' },
|
||||
{ n: '2', label: 'CN phone wall', err: true },
|
||||
{ n: '3', label: 'OpenAI-compatible key' },
|
||||
{ n: '4', label: '¥68 credit' },
|
||||
{ n: '5', label: 'agents run ✓' },
|
||||
],
|
||||
},
|
||||
|
||||
'how-i-host-this-blog': {
|
||||
titlebar: 'root@unraid — deploy pipeline',
|
||||
lines: [
|
||||
|
||||
@@ -69,6 +69,11 @@ const TERMINALS = {
|
||||
<div class="line"><span class="prompt"> </span><span class="err">path unchanged · keep the id, keep the old URL</span></div>
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">strip id · replace() suffix</span><span class="fix">→ updated ✓</span></div>`,
|
||||
|
||||
'using-chinese-llm-apis-from-malaysia': `
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">curl tokenrhythm.studio/v1/chat/completions</span></div>
|
||||
<div class="line"><span class="prompt"> </span><span class="err">403 · mainland CN phone required</span></div>
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">Alipay RMB · OpenAI-compatible key</span><span class="fix">→ ¥68 credit ✓</span></div>`,
|
||||
|
||||
'how-to-verify-a-hosting-provider-before-you-buy': `
|
||||
<div class="line"><span class="prompt">$</span><span class="cmd">curl -s rdap.org/domain/vps.tld | jq .events</span></div>
|
||||
<div class="line"><span class="prompt"> </span><span class="err">registration: 2026-05 · "trusted since 2012"</span></div>
|
||||
|
||||
@@ -4,6 +4,8 @@ description: "Using Chinese LLM APIs (GLM-5.3, DeepSeek V4) from Malaysia: how I
|
||||
pubDate: 2026-09-11
|
||||
category: ai
|
||||
tags: [llm, api, deepseek, glm, alipay, malaysia]
|
||||
ogImage: /og/using-chinese-llm-apis-from-malaysia.png
|
||||
banner: /banners/using-chinese-llm-apis-from-malaysia.png
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ description: "从马来西亚使用中国大模型 API(GLM-5.3、DeepSeek V4
|
||||
pubDate: 2026-09-11
|
||||
category: ai
|
||||
tags: [llm, api, deepseek, glm, alipay, malaysia]
|
||||
ogImage: /og/using-chinese-llm-apis-from-malaysia.png
|
||||
banner: /banners/using-chinese-llm-apis-from-malaysia.png
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user