<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: tinyhuman-fpj</title>
    <description>The latest articles on DEV Community by tinyhuman-fpj (@tinyhumanfpj).</description>
    <link>https://dev.to/tinyhumanfpj</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3909752%2F7b1fecca-16fa-43f4-9d85-931e8316dc79.png</url>
      <title>DEV Community: tinyhuman-fpj</title>
      <link>https://dev.to/tinyhumanfpj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tinyhumanfpj"/>
    <language>en</language>
    <item>
      <title>Search teniuai for big model tokens with your coding plan.</title>
      <dc:creator>tinyhuman-fpj</dc:creator>
      <pubDate>Tue, 12 May 2026 16:53:40 +0000</pubDate>
      <link>https://dev.to/tinyhumanfpj/search-teniuai-for-big-model-tokens-with-your-coding-plan-41b4</link>
      <guid>https://dev.to/tinyhumanfpj/search-teniuai-for-big-model-tokens-with-your-coding-plan-41b4</guid>
      <description></description>
    </item>
    <item>
      <title>Deepseek has raised 50 billion yuan</title>
      <dc:creator>tinyhuman-fpj</dc:creator>
      <pubDate>Sun, 10 May 2026 04:33:09 +0000</pubDate>
      <link>https://dev.to/tinyhumanfpj/deepseek-has-raised-50-billion-yuan-kcj</link>
      <guid>https://dev.to/tinyhumanfpj/deepseek-has-raised-50-billion-yuan-kcj</guid>
      <description>&lt;p&gt;Deepseek has raised 50 billion yuan, and Chinese ai companies are accelerating.To have a try &lt;a href="https://teniuapi.online/" rel="noopener noreferrer"&gt;https://teniuapi.online/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>big modle coding plan of china</title>
      <dc:creator>tinyhuman-fpj</dc:creator>
      <pubDate>Thu, 07 May 2026 16:37:48 +0000</pubDate>
      <link>https://dev.to/tinyhumanfpj/big-modle-coding-plan-of-china-14j6</link>
      <guid>https://dev.to/tinyhumanfpj/big-modle-coding-plan-of-china-14j6</guid>
      <description>&lt;p&gt;Compared with Claude Opus, Chinese models offer better value for money and are very affordable. &lt;br&gt;
If you are developing complex engineering systems, GLM-5 is your top choice, with 744 billion parameters, suitable for enterprise-level projects and system reconstruction. If you are looking for a more budget-friendly option, DeepSeek is a great choice, with 685 billion parameters and an extremely low price. Oh, and there's Kimi, which is an expert in long context, with 1 trillion parameters, capable of supporting 300 agents working together for 13 hours, making it ideal for maintaining large-scale projects and multi-document analysis. Try out Chinese models, click &lt;a href="https://teniuapi.online/" rel="noopener noreferrer"&gt;https://teniuapi.online/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Install claude code
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# install npm&lt;/span&gt;
npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @anthropic-ai/claude-code

&lt;span class="c"&gt;# verify version&lt;/span&gt;
claude &lt;span class="nt"&gt;--version&lt;/span&gt;

&lt;span class="c"&gt;# update to the latest&lt;/span&gt;
&lt;span class="nb"&gt;sudo &lt;/span&gt;npm i &lt;span class="nt"&gt;-g&lt;/span&gt; @anthropic-ai/claude-code
&lt;span class="nb"&gt;sudo &lt;/span&gt;claude update
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  setting for claude code
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="err"&gt;mkdir&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;-p&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;~/.claude&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;cat&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;&amp;gt;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;~/.claude/settings.json&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;'EOF'&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
   &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_BASE_URL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://teniuapi.online"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_AUTH_TOKEN"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Your Api key"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"API_TIMEOUT_MS"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"3000000"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"1"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_MODEL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"glm-5"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_SMALL_FAST_MODEL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"glm-5"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_DEFAULT_SONNET_MODEL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"glm-5"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_DEFAULT_OPUS_MODEL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"glm-5"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"ANTHROPIC_DEFAULT_HAIKU_MODEL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"glm-5"&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="err"&gt;EOF&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Click the website &lt;a href="https://teniuapi.online" rel="noopener noreferrer"&gt;&lt;/a&gt; to get your api key.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>latest ai model tokens</title>
      <dc:creator>tinyhuman-fpj</dc:creator>
      <pubDate>Sun, 03 May 2026 13:47:27 +0000</pubDate>
      <link>https://dev.to/tinyhumanfpj/latest-ai-model-tokens-2bdd</link>
      <guid>https://dev.to/tinyhumanfpj/latest-ai-model-tokens-2bdd</guid>
      <description>&lt;p&gt;Here, the world's most cutting-edge large model tokens are gathered. We can experience the differences among models provided by various companies, which helps to accelerate the project delivery. Get it by search teniuapi.online.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>token</category>
    </item>
    <item>
      <title>share big model of deepseekv4</title>
      <dc:creator>tinyhuman-fpj</dc:creator>
      <pubDate>Sun, 03 May 2026 03:48:06 +0000</pubDate>
      <link>https://dev.to/tinyhumanfpj/share-big-model-of-deepseekv4-552g</link>
      <guid>https://dev.to/tinyhumanfpj/share-big-model-of-deepseekv4-552g</guid>
      <description>&lt;p&gt;The DeepSeek-V4 series abandons the single model specification and offers two versions for different scenarios: the Pro version with ultimate performance and the Flash version with ultimate cost-effectiveness. The total parameter count reaches 1.6 trillion, with the activated parameter count reaching 49 billion, and the context length is 1 million Tokens. Its core advantages lie in deep reasoning, complex code generation, and Agent tasks.&lt;/p&gt;

&lt;p&gt;Three key features:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Super-long context: With the new hybrid attention mechanism (CSA+HCA) and DSA sparse attention, V4 reduces the computing power demand to 27% of the previous generation when processing a million contexts, and the KV cache to 10%.&lt;/li&gt;
&lt;li&gt;Agent capabilities leap from "chatting" to "working": The core of V4 lies in its powerful agent capabilities. It is no longer just answering questions but can independently plan tasks, invoke tools, correct errors, and complete deliveries.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ultimate cost-effectiveness: DeepSeek-V4 continues its inclusive pricing strategy, reducing the calling cost of top models to an extremely low level. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It outperformed all open-source models in evaluations such as LiveCodeBench and HMMT, and was on par with top-tier closed-source models.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It scored 84.4 in the Chinese-SimpleQA evaluation, significantly outperforming GPT-5.5 and Claude. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;API Access (Recommended for Developers)&lt;br&gt;
Visit &lt;a href="https://teniuapi.online" rel="noopener noreferrer"&gt;https://teniuapi.online&lt;/a&gt;, register and log in, then create a token in the "Token Management" menu.&lt;br&gt;
&lt;code&gt;{&lt;br&gt;
  "env": {&lt;br&gt;
    "ANTHROPIC_BASE_URL": "https://teniuapi.online",&lt;br&gt;
    "ANTHROPIC_AUTH_TOKEN": "Your API Access Key",&lt;br&gt;
    "API_TIMEOUT_MS": "3000000",&lt;br&gt;
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",&lt;br&gt;
    "ANTHROPIC_MODEL": "deepseek-v4-flash",&lt;br&gt;
    "ANTHROPIC_SMALL_FAST_MODEL": "deepseek-v4-flash",&lt;br&gt;
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "deepseek-v4-flash",&lt;br&gt;
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "deepseek-v4-flash",&lt;br&gt;
    "ANTHROPIC_DEFAULT_HAIKU_MODEL": "deepseek-v4-flash"&lt;br&gt;
  },&lt;br&gt;
  "skipDangerousModePermissionPrompt": true&lt;br&gt;
}&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
