User contributions for Sst-yde
Jump to navigation
Jump to search
11 May 2026
- 13:2013:20, 11 May 2026 diff hist +108 AI on demand: Usage →Usage - List all models - Generic current
- 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..." current
- 10:3110:31, 11 May 2026 diff hist +46 Main Page →Overview current
- 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..." current
- 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
- 14:1614:16, 7 May 2026 diff hist 0 m AI on demand: swiss-ai/Apertus-70B-Instruct-2509 Sst-yde moved page AI on demand: Apertus to AI on demand: swiss-ai/Apertus-70B-Instruct-2509
- 14:1514:15, 7 May 2026 diff hist +25 Main Page →Overview
- 14:1514:15, 7 May 2026 diff hist 0 m AI on demand: opendatalab/MinerU2.5-2509-1.2B Sst-yde moved page AI on demand: MinerU to AI on demand: opendatalab/MinerU2.5-2509-1.2B
- 13:5213:52, 7 May 2026 diff hist 0 m AI on demand: MiniMaxAI/MiniMax-M2.5 Sst-yde moved page AI on demand: MiniMax to AI on demand: MiniMaxAI/MiniMax-M2.5 current
- 13:5213:52, 7 May 2026 diff hist +38 Main Page →Overview
- 13:5113:51, 7 May 2026 diff hist 0 m AI on demand: mistralai/Voxtral-Mini-3B-2507 Sst-yde moved page AI on demand: Voxtral to AI on demand: mistralai/Voxtral-Mini-3B-2507
- 11:5511:55, 7 May 2026 diff hist +71 AI on demand: mistralai/Voxtral-Mini-3B-2507 No edit summary
- 11:5311:53, 7 May 2026 diff hist +140 AI on demand: MiniMaxAI/MiniMax-M2.5 No edit summary
- 11:5211:52, 7 May 2026 diff hist +140 AI on demand: opendatalab/MinerU2.5-2509-1.2B No edit summary
- 11:5111:51, 7 May 2026 diff hist +141 AI on demand: swiss-ai/Apertus-70B-Instruct-2509 No edit summary
- 11:4911:49, 7 May 2026 diff hist +52 AI on demand: BAAI/bge-reranker-v2-m3 No edit summary current
- 11:4811:48, 7 May 2026 diff hist +31,850 N AI on demand: BAAI/bge-m3 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=BAAI/bge-m3 curl https://llm.stoney-cloud.com/v1/embeddings \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{ "model": "BAAI/bge-m3", "input": "The quick brown fox jumps over the lazy dog"..." current
- 11:4511:45, 7 May 2026 diff hist +1,982 N AI on demand: BAAI/bge-reranker-v2-m3 Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=BAAI/bge-reranker-v2-m3 curl -s https://llm.stoney-cloud.com/v1/rerank \ -H "Authorization: Bearer $STONEY_KEY" \ -H 'Content-Type: application/json' \ -d '{ "model": "'"$MODEL"'", "query": "Which Swiss ski resorts are best for beginners?", "documents": [..."
- 11:4411:44, 7 May 2026 diff hist −2 AI on demand: mistralai/Voxtral-Mini-3B-2507 No edit summary
- 11:4311:43, 7 May 2026 diff hist +76 Main Page →Overview
- 11:4011:40, 7 May 2026 diff hist +952 AI on demand: Usage →Usage - List all models - Audio
7 April 2026
2 April 2026
- 17:0117:01, 2 April 2026 diff hist +1 Category:AI on demand →Usage - Inspecting your usage
- 17:0117:01, 2 April 2026 diff hist +2 Category:AI on demand →Usage - List all models - Audio
- 17:0117:01, 2 April 2026 diff hist +2 Category:AI on demand →Usage - List all models - Generic
- 16:5916:59, 2 April 2026 diff hist +3 AI on demand: mistralai/Voxtral-Mini-3B-2507 No edit summary
- 16:5916:59, 2 April 2026 diff hist +103 AI on demand: MiniMaxAI/MiniMax-M2.5 →Calling the model
- 16:5916:59, 2 April 2026 diff hist +103 AI on demand: opendatalab/MinerU2.5-2509-1.2B No edit summary
- 16:5916:59, 2 April 2026 diff hist +103 AI on demand: swiss-ai/Apertus-70B-Instruct-2509 No edit summary
- 16:5516:55, 2 April 2026 diff hist +28 Main Page →Overview
- 16:5516:55, 2 April 2026 diff hist +1,534 N AI on demand: MiniMaxAI/MiniMax-M2.5 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..."