Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
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
9 July 2026
|
|
16:20 | Main Page 2 changes history +63 [Sst-yde (2×)] | |||
|
|
16:20 (cur | prev) 0 Sst-yde talk contribs (→Overview) | ||||
|
|
16:19 (cur | prev) +63 Sst-yde talk contribs (→Overview) | ||||
| N 16:19 | AI on demand: apertus-ai/Apertus-v1.5-8B-Prerelease-2607 diffhist +1,712 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=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...") | ||||