User contributions for Sst-yde

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

2 April 2026

  • 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.5Created 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..."

30 March 2026

5 March 2026

4 March 2026

11 February 2026

27 October 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)