Reference · 05

Models

List the models available to an API key.

HTTP
GET https://api.decksdigital.ai/v1/models

Returns only models the calling key is permitted to use, allowing applications to discover available capabilities without hardcoding a catalogue.

JSON
{
  "data": [
    { "id": "deepseek/deepseek-v4-pro", "provider": "deepseek", "capabilities": ["text", "coding"] }
  ]
}