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).

Logs
  • 15:31, 11 September 2026 Sst-aba talk contribs created page AI on demand: zai-org/GLM-5.3-Flash (Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=zai-org/GLM-5.3-Flash" # Set your prompt: PROMPT='Hello.' # Set maximum amount of tokens: MAX_TOKENS=1000 curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{...")