All public logs
Jump to navigation
Jump to search
Combined display of all available logs of MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:33, 8 April 2026 Sst-mei talk contribs created page AI on demand: Usage (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='...")
- 16:55, 2 April 2026 Sst-yde talk contribs created page AI on demand: MiniMax (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...")
- 14:43, 30 March 2026 Sst-yde talk contribs created page AI on demand: Voxtral (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...")
- 11:20, 30 March 2026 Sst-yde talk contribs created page AI on demand: Apertus (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 . <...")
- 17:00, 4 March 2026 Sst-yde talk contribs deleted page Category:AI on Demand (content was: "#REDIRECT Category:AI on demand", and the only contributor was "Sst-yde" (talk))
- 17:00, 4 March 2026 Sst-yde talk contribs moved page Category:AI on Demand to Category:AI on demand
- 16:59, 4 March 2026 Sst-yde talk contribs deleted page AI on Demand: MinerU (content was: "#REDIRECT AI on demand: MinerU", and the only contributor was "Sst-yde" (talk))
- 16:59, 4 March 2026 Sst-yde talk contribs moved page AI on Demand: MinerU to AI on demand: MinerU
- 11:55, 3 March 2026 Sst-mei talk contribs deleted page LLM as a Service: MinerU (content was: "#REDIRECT AI on Demand: MinerU", and the only contributor was "Sst-mei" (talk))
- 11:55, 3 March 2026 Sst-mei talk contribs moved page LLM as a Service: MinerU to AI on Demand: MinerU
- 11:55, 3 March 2026 Sst-mei talk contribs deleted page Category:LLM as a Service (content was: "#REDIRECT Category:AI on Demand", and the only contributor was "Sst-mei" (talk))
- 11:54, 3 March 2026 Sst-mei talk contribs moved page Category:LLM as a Service to Category:AI on Demand
- 14:50, 11 February 2026 Sst-yde talk contribs created page LLM as a Service: MinerU (Created page with "Category: LLM as a Service")
- 14:49, 11 February 2026 Sst-yde talk contribs created page Category:LLM as a Service (Created blank page)
- 15:58, 5 November 2025 User account Eju-kha talk contribs was created automatically
- 15:30, 5 November 2025 Sst-mei talk contribs deleted page Category:AI (content was: "#REDIRECT Category:Artificial Intelligence", and the only contributor was "Sst-mei" (talk))
- 15:30, 5 November 2025 Sst-mei talk contribs moved page Category:AI to Category:Artificial Intelligence
- 15:29, 5 November 2025 Sst-mei talk contribs created page Category:AI (Created page with " Category: Documentation Category: Sidebar")
- 14:53, 30 July 2025 User account Sst-fbe talk contribs was created automatically
- 16:22, 25 June 2025 Sst-ska talk contribs uploaded a new version of File:IP usage 6.png
- 16:21, 25 June 2025 Sst-ska talk contribs uploaded a new version of File:IP usage 5.png
- 16:21, 25 June 2025 Sst-ska talk contribs uploaded a new version of File:IP usage 4.png
- 16:21, 25 June 2025 Sst-ska talk contribs uploaded a new version of File:IP usage 3.png
- 16:21, 25 June 2025 Sst-ska talk contribs uploaded a new version of File:IP usage 2.png