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).
- 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
- 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)
- 09:52, 7 August 2024 Sst-yde talk contribs created page Kubernetes management (Created page with "Category: Kubernetes")
- 09:52, 7 August 2024 Sst-yde talk contribs deleted page Kubernetes Management (content was: "Category: Kubernetes", and the only contributor was "Sst-yde" (talk))
- 09:51, 7 August 2024 Sst-yde talk contribs created page Kubernetes Management (Created page with "Category: Kubernetes")
- 15:21, 31 July 2024 User account Sst-yde talk contribs was created automatically