AI on demand: Usage: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 April 2026

  • curprev 08:3308:33, 8 April 2026Sst-mei talk contribs 2,520 bytes +2,520 Created page with "= Overview = This pages describes some useful usage commands. = Usage = We assume you've received your API key from us in our usual manner. == Usage - List all models == === Usage - List all models - Generic === <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # List all generic models: curl -s https://llm.stoney-cloud.com/v1/models \ -H "Authorization: Bearer $STONEY_KEY" \ | jq . </syntaxhighlight> Example output: <syntaxhighlight lang='..."