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 September 2026
|
|
N 15:48 | AI on demand: zai-org/GLM-5.3-Flash 2 changes history +3,017 [Sst-djo; Sst-aba] | |||
|
|
15:48 (cur | prev) −1 Sst-djo talk contribs (→Calling the model) | ||||
| N |
|
15:31 (cur | prev) +3,018 Sst-aba talk contribs (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 '{...") | |||
| N 15:31 | AI on demand: Qwen/Qwen3.8-27B diffhist +1,983 Sst-aba 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.8-27B # 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 '{ "mode...") | ||||
| N 15:30 | AI on demand: google/gemma-4-31B-it diffhist +1,789 Sst-aba talk contribs (Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=google/gemma-4-31B-it # 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 '{...") | ||||
|
|
09:02 | AI on demand: Usage 2 changes history +121 [Sst-mei (2×)] | |||
|
|
09:02 (cur | prev) +8 Sst-mei talk contribs (→Usage - List all models - General purpose) | ||||
|
|
09:02 (cur | prev) +113 Sst-mei talk contribs (→Usage - List all models - Generic) | ||||