Category:AI on demand: Difference between revisions

From MediaWiki
Jump to navigation Jump to search
No edit summary
 
(25 intermediate revisions by 2 users not shown)
Line 2: Line 2:
This category collects all AI on demand related pages.
This category collects all AI on demand related pages.


= Usage =
stepping stone AG is proud to serve customers with current Language Models and OCR solutions.
== Usage - List all models ==
<syntaxhighlight lang="bash">
# Set you personal key
STONEY_KEY=""              # Your key starts with "sk-1..."


# List all models
All of our LLM services are reachable via the OpenAI-compatible gateway https://llm.stoney-cloud.com/.
curl -s https://llm.stoney-cloud.com/v1/models  -H "Authorization: Bearer $STONEY_KEY" | jq .
</syntaxhighlight>


The result will display something like:
Check out the [[AI on demand: Usage]] page. You can list the current models, show your own usage and more.
<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]]

Latest revision as of 08:35, 8 April 2026

Overview

This category collects all AI on demand related pages.

stepping stone AG is proud to serve customers with current Language Models and OCR solutions.

All of our LLM services are reachable via the OpenAI-compatible gateway https://llm.stoney-cloud.com/.

Check out the AI on demand: Usage page. You can list the current models, show your own usage and more.

Pages in category "AI on demand"

The following 5 pages are in this category, out of 5 total.