Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
11 May 2026
| 13:20 | AI on demand: Usage diffhist +108 Sst-yde talk contribs (→Usage - List all models - Generic) | ||||
| 11:28 | AI on demand: opendatalab/MinerU2.5-2509-1.2B diffhist +719 Sst-yde talk contribs | ||||
| N 11:26 | AI on demand: lightonai/LightOnOCR-2-1B diffhist +2,378 Sst-yde talk contribs (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...") | ||||
8 May 2026
| 11:10 | AI on demand: swiss-ai/Apertus-70B-Instruct-2509 diffhist +78 Sst-mei talk contribs | ||||
| 00:04 | AI on demand: mistralai/Voxtral-Mini-3B-2507 diffhist −3 Sst-yde talk contribs (→Calling the model) | ||||
| 00:03 | AI on demand: openai/whisper-large-v3 diffhist −3 Sst-yde talk contribs (→Calling the model) | ||||
7 May 2026
| 23:56 | Kubernetes usage diffhist −48 Sst-yde talk contribs (→Deploy and login to the Kubernetes Dashbaord) | ||||
| N 17:59 | AI on demand: openai/whisper-large-v3 diffhist +704 Sst-yde talk contribs (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...") | ||||
| 14:45 | Category:AI on demand diffhist +3 Sst-yde talk contribs (→Overview) | ||||
| N 14:28 | AI on demand: allenai/olmOCR-2-7B diffhist +1,684 Sst-yde talk contribs (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...") | ||||
| N 14:27 | AI on demand: NVIDIA/NVIDIA-Nemotron-3-Super-120B-A12B diffhist +1,740 Sst-yde talk contribs (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 '...") | ||||
| N 14:26 | AI on demand: Qwen/Qwen3.5-35B-A3B-FP8 diffhist +1,980 Sst-yde talk contribs (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 '{...") | ||||
| N 14:24 | AI on demand: Qwen/Qwen3-Coder-Next diffhist +1,633 Sst-yde talk contribs (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 '{ "...") | ||||
|
|
14:20 | AI on demand: Usage 5 changes history +1,218 [Sst-yde (5×)] | |||
|
|
14:20 (cur | prev) +5 Sst-yde talk contribs (→Usage - List all models - Embeddings) | ||||
|
|
14:20 (cur | prev) +1 Sst-yde talk contribs (→Usage - List all models - Rerank) | ||||
|
|
14:19 (cur | prev) +224 Sst-yde talk contribs | ||||
|
|
14:17 (cur | prev) +36 Sst-yde talk contribs (→Usage - Inspecting your usage) | ||||
|
|
11:40 (cur | prev) +952 Sst-yde talk contribs (→Usage - List all models - Audio) | ||||
|
|
N 11:49 | AI on demand: BAAI/bge-reranker-v2-m3 2 changes history +2,034 [Sst-yde (2×)] | |||
|
|
11:49 (cur | prev) +52 Sst-yde talk contribs | ||||
| N |
|
11:45 (cur | prev) +1,982 Sst-yde talk contribs (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": [...") | |||
| N 11:48 | AI on demand: BAAI/bge-m3 diffhist +31,850 Sst-yde talk contribs (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"...") | ||||