Category:AI on demand: Difference between revisions
Jump to navigation
Jump to search
m (Sst-yde moved page Category:AI on Demand to Category:AI on demand) |
No edit summary |
||
| Line 1: | Line 1: | ||
List all models: | |||
<syntaxhighlight lang="bash"> | |||
STONEY_KEY="" # Your key starts with "sk-1..." | |||
curl -s https://llm.stoney-cloud.com/v1/models -H "Authorization: Bearer $STONEY_KEY" | jq . | |||
</syntaxhighlight> | |||
The result will display something like: | |||
<syntaxhighlight lang='json'> | |||
{ | |||
"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" | |||
} | |||
</syntaxhighlight> | |||
[[Category: Artificial Intelligence]] | [[Category: Artificial Intelligence]] | ||
Revision as of 11:45, 26 March 2026
List all models:
STONEY_KEY="" # Your key starts with "sk-1..."
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 13 pages are in this category, out of 13 total.
A
- AI on demand: allenai/olmOCR-2-7B
- AI on demand: BAAI/bge-m3
- AI on demand: BAAI/bge-reranker-v2-m3
- AI on demand: lightonai/LightOnOCR-2-1B
- AI on demand: MiniMaxAI/MiniMax-M2.5
- AI on demand: mistralai/Voxtral-Mini-3B-2507
- AI on demand: NVIDIA/NVIDIA-Nemotron-3-Super-120B-A12B
- AI on demand: openai/whisper-large-v3
- AI on demand: opendatalab/MinerU2.5-2509-1.2B
- AI on demand: Qwen/Qwen3-Coder-Next
- AI on demand: Qwen/Qwen3.5-35B-A3B-FP8
- AI on demand: swiss-ai/Apertus-70B-Instruct-2509
- AI on demand: Usage