Category:AI on demand: Difference between revisions
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
# Set you personal key | # Set you personal key | ||
STONEY_KEY="" # Your key starts with "sk- | STONEY_KEY="" # Your key starts with "sk-..." | ||
# List all models | # List all models | ||
Revision as of 10:53, 30 March 2026
Overview
This category collects all AI on demand related pages.
Usage
Usage - List all models
# Set you personal key
STONEY_KEY="" # Your key starts with "sk-..."
# List all models
curl -s https://llm.stoney-cloud.com/v1/models -H "Authorization: Bearer $STONEY_KEY" | jq .
The result will display something like:
{
"data": [
{
"created": 0,
"object": "model",
"id": "MinerU2.5-2509-1.2B",
"owned_by": "stepping stone AG"
},
{
"created": 0,
"object": "model",
"id": "MinerU2.5-2509-1.2B",
"owned_by": "stepping stone AG"
},
{
"created": 0,
"object": "model",
"id": "MiniMaxAI/MiniMax-M2.5",
"owned_by": "stepping stone AG"
},
{
"created": 0,
"object": "model",
"id": "MiniMaxAI/MiniMax-M2.5",
"owned_by": "system"
},
{
"created": 0,
"object": "model",
"id": "swiss-ai/Apertus-70B-Instruct-2509",
"owned_by": "stepping stone AG"
},
{
"created": 0,
"object": "model",
"id": "swiss-ai/Apertus-70B-Instruct-2509",
"owned_by": "system"
}
],
"object": "list"
}
Pages in category "AI on demand"
The following 3 pages are in this category, out of 3 total.