{"batchcomplete":"","continue":{"lecontinue":"20260303095507|266","continue":"-||"},"query":{"logevents":[{"logid":276,"ns":0,"title":"AI on demand: Usage","pageid":126,"logpage":126,"params":{},"type":"create","action":"create","user":"Sst-mei","timestamp":"2026-04-08T06:33:13Z","comment":"Created page with \"= Overview = This pages describes some useful usage commands.  = Usage = We assume you've received your API key from us in our usual manner.  == Usage - List all models == === Usage - List all models - Generic === <syntaxhighlight lang=\"bash\"> # Set your personal key: STONEY_KEY=sk-...  # List all generic models: curl -s https://llm.stoney-cloud.com/v1/models \\   -H \"Authorization: Bearer $STONEY_KEY\" \\   | jq . </syntaxhighlight>  Example output: <syntaxhighlight lang='...\""},{"logid":275,"ns":0,"title":"AI on demand: MiniMax","pageid":125,"logpage":125,"params":{},"type":"create","action":"create","user":"Sst-yde","timestamp":"2026-04-02T14:55:19Z","comment":"Created page with \"== Calling the model == <syntaxhighlight lang=\"bash\"> # Set your personal key STONEY_KEY=sk-...  # Set the desired model MODEL_ID=MiniMaxAI/MiniMax-M2.5  curl -s https://llm.stoney-cloud.com/v1/chat/completions \\   -H \"Authorization: Bearer $STONEY_KEY\" \\   -H \"Content-Type: application/json\"   \\   -d '{     \"model\": \"'\"$MODEL_ID\"'\",     \"messages\": [       {\"role\": \"user\", \"content\": \"Hello.\"}     ],     \"max_tokens\": 100   }' \\   | jq . </syntaxhighlight>  Example outp...\""},{"logid":274,"ns":0,"title":"AI on demand: Voxtral","pageid":124,"logpage":124,"params":{},"type":"create","action":"create","user":"Sst-yde","timestamp":"2026-03-30T12:43:54Z","comment":"Created page with \"== Calling the model == <syntaxhighlight lang=\"bash\"> # Set your personal key STONEY_KEY=sk-...  # Set the desired model MODEL_ID=mistralai/Voxtral-Mini-3B-2507  # Path to the audio file to transcribe AUDIO_FILE=your-audio-file.wav  curl -s https://llm.stoney-cloud.com/v1/audio/transcriptions \\   -H \"Authorization: Bearer $STONEY_KEY\" \\   -F \"file=@$AUDIO_FILE\" \\   -F \"model=$MODEL_ID\" \\   | jq . </syntaxhighlight>  Example output: <syntaxhighlight lang=\"json\"> {   \"text...\""},{"logid":273,"ns":0,"title":"AI on demand: Apertus","pageid":123,"logpage":123,"params":{},"type":"create","action":"create","user":"Sst-yde","timestamp":"2026-03-30T09:20:52Z","comment":"Created page with \"== Calling the model == <syntaxhighlight lang=\"bash\"> # Set your personal key STONEY_KEY=sk-...  # Set the desired model MODEL_ID=swiss-ai/Apertus-70B-Instruct-2509  curl -s https://llm.stoney-cloud.com/v1/chat/completions \\   -H \"Authorization: Bearer $STONEY_KEY\" \\   -H \"Content-Type: application/json\"   \\   -d '{     \"model\": \"swiss-ai/Apertus-70B-Instruct-2509\",     \"messages\": [       {\"role\": \"user\", \"content\": \"Say hello\"}     ],     \"max_tokens\": 10   }' | jq . <...\""},{"logid":272,"ns":14,"title":"Category:AI on Demand","pageid":0,"logpage":122,"params":{},"type":"delete","action":"delete","user":"Sst-yde","timestamp":"2026-03-04T15:00:08Z","comment":"content was: \"#REDIRECT [[:Category:AI on demand]]\", and the only contributor was \"[[Special:Contributions/Sst-yde|Sst-yde]]\" ([[User talk:Sst-yde|talk]])"},{"logid":271,"ns":14,"title":"Category:AI on Demand","pageid":0,"logpage":117,"params":{"target_ns":14,"target_title":"Category:AI on demand"},"type":"move","action":"move","user":"Sst-yde","timestamp":"2026-03-04T15:00:02Z","comment":""},{"logid":270,"ns":0,"title":"AI on Demand: MinerU","pageid":0,"logpage":121,"params":{},"type":"delete","action":"delete","user":"Sst-yde","timestamp":"2026-03-04T14:59:38Z","comment":"content was: \"#REDIRECT [[AI on demand: MinerU]]\", and the only contributor was \"[[Special:Contributions/Sst-yde|Sst-yde]]\" ([[User talk:Sst-yde|talk]])"},{"logid":269,"ns":0,"title":"AI on Demand: MinerU","pageid":0,"logpage":118,"params":{"target_ns":0,"target_title":"AI on demand: MinerU"},"type":"move","action":"move","user":"Sst-yde","timestamp":"2026-03-04T14:59:30Z","comment":""},{"logid":268,"ns":0,"title":"LLM as a Service: MinerU","pageid":0,"logpage":120,"params":{},"type":"delete","action":"delete","user":"Sst-mei","timestamp":"2026-03-03T09:55:51Z","comment":"content was: \"#REDIRECT [[AI on Demand: MinerU]]\", and the only contributor was \"[[Special:Contributions/Sst-mei|Sst-mei]]\" ([[User talk:Sst-mei|talk]])"},{"logid":267,"ns":0,"title":"LLM as a Service: MinerU","pageid":0,"logpage":118,"params":{"target_ns":0,"target_title":"AI on Demand: MinerU"},"type":"move","action":"move","user":"Sst-mei","timestamp":"2026-03-03T09:55:36Z","comment":""}]}}