User contributions for Sst-yde
Jump to navigation
Jump to search
30 July 2026
- 09:0609:06, 30 July 2026 diff hist 0 AI on demand: Usage →Usage - List all models - Rerank current
- 09:0609:06, 30 July 2026 diff hist 0 AI on demand: Usage →Usage - List all models - Embeddings
- 09:0609:06, 30 July 2026 diff hist 0 AI on demand: Usage →Usage - List all models - Audio
- 09:0509:05, 30 July 2026 diff hist +110 AI on demand: Usage →Usage - List all models - Generic
29 July 2026
- 15:4015:40, 29 July 2026 diff hist +80 AI on demand: apertus-ai/Apertus-v1.5-8B-Prerelease-2607 No edit summary current
- 15:4015:40, 29 July 2026 diff hist +96 Main Page →Overview current
- 15:3915:39, 29 July 2026 diff hist +914 AI on demand: apertus-ai/Apertus-v1.5-8B No edit summary current
- 13:2613:26, 29 July 2026 diff hist +735 AI on demand: apertus-ai/Apertus-v1.5-8B Removed redirect to AI on demand: apertus-ai/Apertus-v1.5-8B-Prerelease-2607 Tag: Removed redirect
22 July 2026
- 11:3211:32, 22 July 2026 diff hist +1 AI on demand: black-forest-labs/FLUX.1-schnell →Calling the model current
21 July 2026
- 17:1517:15, 21 July 2026 diff hist +53 Main Page →Overview
- 17:1517:15, 21 July 2026 diff hist +1,281 N AI on demand: black-forest-labs/FLUX.1-schnell Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=black-forest-labs/FLUX.1-schnell # Set your prompt: PROMPT='Create a photorealistic picture of some cats.' # Size of the generated image (WIDTHxHEIGHT): SIZE=1024x1024 # Number of inference steps: STEPS=4 curl https://llm.stoney-cloud.com/v1/images/generations \ --silent --fail --show-error \ --header "Authorization: Bearer..."
- 16:4416:44, 21 July 2026 diff hist +511 AI on demand: Usage →Usage - List all models - Rerank
9 July 2026
- 16:2016:20, 9 July 2026 diff hist 0 Main Page →Overview
- 16:1916:19, 9 July 2026 diff hist +63 Main Page →Overview
- 16:1916:19, 9 July 2026 diff hist +1,712 N AI on demand: apertus-ai/Apertus-v1.5-8B-Prerelease-2607 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=apertus-ai/Apertus-v1.5-8B-Prerelease-2607 # Set your prompt: PROMPT='Hello.' # Set maximum amount of tokens: MAX_TOKENS=100 curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data..."
23 June 2026
- 10:3010:30, 23 June 2026 diff hist +4,022 Kubernetes management →Troubleshooting current
- 10:2910:29, 23 June 2026 diff hist −4,022 Kubernetes management →Node groups
- 10:2910:29, 23 June 2026 diff hist −293 Kubernetes management →Node groups
- 10:2810:28, 23 June 2026 diff hist +402 Kubernetes management →Node groups - Creation
- 10:1810:18, 23 June 2026 diff hist +2,211 Kubernetes management →Node groups
- 10:1110:11, 23 June 2026 diff hist +47 Kubernetes management →Node groups
18 June 2026
- 15:4415:44, 18 June 2026 diff hist −4 Kubernetes management →Node groups
- 15:4315:43, 18 June 2026 diff hist +216 Kubernetes management →Node groups
- 15:4215:42, 18 June 2026 diff hist −31 Kubernetes management →Node groups
28 May 2026
- 10:1810:18, 28 May 2026 diff hist +758 AI on demand: allenai/olmOCR-2-7B →Calling the model current
- 10:1510:15, 28 May 2026 diff hist +78 AI on demand: lightonai/LightOnOCR-2-1B →Calling the model current
- 10:1310:13, 28 May 2026 diff hist 0 N File:testocr.png No edit summary current
11 May 2026
- 13:2013:20, 11 May 2026 diff hist +108 AI on demand: Usage →Usage - List all models - Generic
- 11:2811:28, 11 May 2026 diff hist +719 AI on demand: opendatalab/MinerU2.5-2509-1.2B No edit summary current
- 11:2611:26, 11 May 2026 diff hist +2,378 N AI on demand: lightonai/LightOnOCR-2-1B Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=lightonai/LightOnOCR-2-1B # Set the desired document to run OCR against: FILE_PATH=document.png # Encode document contents with Base64 and detect MIME type: FILE_CONTENT_BASE64=$(base64 -w 0 < "$FILE_PATH") FILE_MIME_TYPE=$(file --brief --mime-type "$FILE_PATH") curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail..."
- 10:3110:31, 11 May 2026 diff hist +46 Main Page →Overview
- 09:0409:04, 11 May 2026 diff hist −1 Main Page →Overview
8 May 2026
- 00:0800:08, 8 May 2026 diff hist −46 MediaWiki cheat sheet →Create tabs within a page current
- 00:0400:04, 8 May 2026 diff hist −3 AI on demand: mistralai/Voxtral-Mini-3B-2507 →Calling the model current
- 00:0300:03, 8 May 2026 diff hist −3 AI on demand: openai/whisper-large-v3 →Calling the model current
7 May 2026
- 23:5623:56, 7 May 2026 diff hist −48 Kubernetes usage →Deploy and login to the Kubernetes Dashbaord current
- 17:5917:59, 7 May 2026 diff hist +704 N AI on demand: openai/whisper-large-v3 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=openai/whisper-large-v3 # Path to the audio file to transcribe: AUDIO_FILE=your-audio-file.wav curl -s https://llm.stoney-cloud.com/v1/audio/transcriptions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --form "file=@$AUDIO_FILE" \ --form "model=$MODEL" \ | jq </syntaxhi..."
- 17:5617:56, 7 May 2026 diff hist +44 Main Page →Overview
- 14:4514:45, 7 May 2026 diff hist +3 Category:AI on demand →Overview current
- 14:2914:29, 7 May 2026 diff hist 0 Main Page →Overview
- 14:2814:28, 7 May 2026 diff hist +1,684 N AI on demand: allenai/olmOCR-2-7B Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=allenai/olmOCR-2-7B # Set your prompt: PROMPT='Hello.' # Set maximum amount of tokens: MAX_TOKENS=100 curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{ "mo..."
- 14:2714:27, 7 May 2026 diff hist +1,740 N AI on demand: NVIDIA/NVIDIA-Nemotron-3-Super-120B-A12B Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=NVIDIA/NVIDIA-Nemotron-3-Super-120B-A12B # Set your prompt: PROMPT='Hello.' # Set maximum amount of tokens: MAX_TOKENS=100 curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '..." current
- 14:2614:26, 7 May 2026 diff hist +1,980 N AI on demand: Qwen/Qwen3.5-35B-A3B-FP8 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=Qwen/Qwen3.5-35B-A3B-FP8 # Set your prompt: PROMPT='Hello.' # Set maximum amount of tokens: MAX_TOKENS=100 curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{..." current
- 14:2414:24, 7 May 2026 diff hist +1,633 N AI on demand: Qwen/Qwen3-Coder-Next Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=Qwen/Qwen3-Coder-Next # Set your prompt: PROMPT='Hello.' # Set maximum amount of tokens: MAX_TOKENS=100 curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{ "..." current
- 14:2214:22, 7 May 2026 diff hist +188 Main Page →Overview
- 14:2014:20, 7 May 2026 diff hist +5 AI on demand: Usage →Usage - List all models - Embeddings
- 14:2014:20, 7 May 2026 diff hist +1 AI on demand: Usage →Usage - List all models - Rerank
- 14:1914:19, 7 May 2026 diff hist +224 AI on demand: Usage No edit summary
- 14:1714:17, 7 May 2026 diff hist +36 AI on demand: Usage →Usage - Inspecting your usage
- 14:1714:17, 7 May 2026 diff hist +49 Main Page →Overview