<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.stoney-cloud.com/w/index.php?action=history&amp;feed=atom&amp;title=AI_on_demand%3A_Usage</id>
	<title>AI on demand: Usage - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stoney-cloud.com/w/index.php?action=history&amp;feed=atom&amp;title=AI_on_demand%3A_Usage"/>
	<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=AI_on_demand:_Usage&amp;action=history"/>
	<updated>2026-04-10T13:29:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=AI_on_demand:_Usage&amp;diff=1005&amp;oldid=prev</id>
		<title>Sst-mei: Created page with &quot;= Overview = This pages describes some useful usage commands.  = Usage = We assume you&#039;ve received your API key from us in our usual manner.  == Usage - List all models == === Usage - List all models - Generic === &lt;syntaxhighlight lang=&quot;bash&quot;&gt; # Set your personal key: STONEY_KEY=sk-...  # List all generic models: curl -s https://llm.stoney-cloud.com/v1/models \   -H &quot;Authorization: Bearer $STONEY_KEY&quot; \   | jq . &lt;/syntaxhighlight&gt;  Example output: &lt;syntaxhighlight lang=&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=AI_on_demand:_Usage&amp;diff=1005&amp;oldid=prev"/>
		<updated>2026-04-08T06:33:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Overview = This pages describes some useful usage commands.  = Usage = We assume you&amp;#039;ve received your API key from us in our usual manner.  == Usage - List all models == === Usage - List all models - Generic === &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; # Set your personal key: STONEY_KEY=sk-...  # List all generic models: curl -s https://llm.stoney-cloud.com/v1/models \   -H &amp;quot;Authorization: Bearer $STONEY_KEY&amp;quot; \   | jq . &amp;lt;/syntaxhighlight&amp;gt;  Example output: &amp;lt;syntaxhighlight lang=&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Overview =&lt;br /&gt;
This pages describes some useful usage commands.&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
We assume you&amp;#039;ve received your API key from us in our usual manner.&lt;br /&gt;
&lt;br /&gt;
== Usage - List all models ==&lt;br /&gt;
=== Usage - List all models - Generic ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
# Set your personal key:&lt;br /&gt;
STONEY_KEY=sk-...&lt;br /&gt;
&lt;br /&gt;
# List all generic models:&lt;br /&gt;
curl -s https://llm.stoney-cloud.com/v1/models \&lt;br /&gt;
  -H &amp;quot;Authorization: Bearer $STONEY_KEY&amp;quot; \&lt;br /&gt;
  | jq .&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example output:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;#039;json&amp;#039;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;data&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;allenai/olmOCR-2-7B&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;MinerU2.5-2509-1.2B&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;MiniMaxAI/MiniMax-M2.5&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;NVIDIA/NVIDIA-Nemotron-3-Super-120B-A12B&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;Qwen/Qwen3-Coder-Next&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;swiss-ai/Apertus-70B-Instruct-2509&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ],&lt;br /&gt;
  &amp;quot;object&amp;quot;: &amp;quot;list&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Usage - List all models - Audio ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
# Set your personal key:&lt;br /&gt;
STONEY_KEY=sk-...&lt;br /&gt;
&lt;br /&gt;
# List all audio models:&lt;br /&gt;
curl -s https://llm.stoney-cloud.com/v1/audio/models \&lt;br /&gt;
  -H &amp;quot;Authorization: Bearer $STONEY_KEY&amp;quot; \&lt;br /&gt;
  | jq .&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example output:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;#039;json&amp;#039;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;data&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;id&amp;quot;: &amp;quot;mistralai/Voxtral-Mini-3B-2507&amp;quot;,&lt;br /&gt;
      &amp;quot;object&amp;quot;: &amp;quot;model&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ],&lt;br /&gt;
  &amp;quot;object&amp;quot;: &amp;quot;list&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage - Inspecting your usage ==&lt;br /&gt;
We issue one key per model for now. The usage is thus per-model-per-key.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
# Set your personal key:&lt;br /&gt;
STONEY_KEY=sk-...&lt;br /&gt;
&lt;br /&gt;
# Set desired month in the form YYYY-MM, for example: &amp;#039;2026-03&amp;#039;.&lt;br /&gt;
MONTH=$(date +%Y-%m)&lt;br /&gt;
&lt;br /&gt;
curl -s https://llm.stoney-cloud.com/v1/usage?month=&amp;quot;$MONTH&amp;quot; \&lt;br /&gt;
  -H &amp;quot;Authorization: Bearer $STONEY_KEY&amp;quot; \&lt;br /&gt;
  | jq .&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example output:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;models&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;cost_chf&amp;quot;: 0.000002,&lt;br /&gt;
      &amp;quot;model&amp;quot;: &amp;quot;MinerU2.5-2509-1.2B&amp;quot;,&lt;br /&gt;
      &amp;quot;output&amp;quot;: 16,&lt;br /&gt;
      &amp;quot;input&amp;quot;: 70&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;cost_chf&amp;quot;: 0.054537,&lt;br /&gt;
      &amp;quot;model&amp;quot;: &amp;quot;MiniMaxAI/MiniMax-M2.5&amp;quot;,&lt;br /&gt;
      &amp;quot;output&amp;quot;: 3603,&lt;br /&gt;
      &amp;quot;input&amp;quot;: 10097&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;cost_chf&amp;quot;: 0.0016,&lt;br /&gt;
      &amp;quot;model&amp;quot;: &amp;quot;mistralai/Voxtral-Mini-3B-2507&amp;quot;,&lt;br /&gt;
      &amp;quot;seconds&amp;quot;: 8&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;cost_chf&amp;quot;: 0.003774,&lt;br /&gt;
      &amp;quot;model&amp;quot;: &amp;quot;swiss-ai/Apertus-70B-Instruct-2509&amp;quot;,&lt;br /&gt;
      &amp;quot;output&amp;quot;: 551,&lt;br /&gt;
      &amp;quot;input&amp;quot;: 443&lt;br /&gt;
    }&lt;br /&gt;
  ],&lt;br /&gt;
  &amp;quot;month&amp;quot;: &amp;quot;2026-03&amp;quot;,&lt;br /&gt;
  &amp;quot;total_cost_chf&amp;quot;: 0.059913&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: AI on demand]]&lt;/div&gt;</summary>
		<author><name>Sst-mei</name></author>
	</entry>
</feed>