{
  "data": [
    {
      "schema_version": "2.4",
      "id": "orion-pro",
      "name": "Serenity: Orion Pro",
      "created": 1790035200,
      "quantization": "nvfp4",
      "tokenizer": "Qwen3",
      "description": "Orion Pro, Serenity's own model for quality-sensitive work: long documents, complex instructions and multi-step tool calling. Served from Serenity Edge's own infrastructure in Spain (EU). Zero data retention: prompts and completions are never stored or logged.",
      "input_modalities": [
        {
          "type": "text",
          "supported_inputs": {
            "max_context_length": { "value": 131072, "unit": "token" }
          },
          "pricing": [
            { "type": "prompt", "unit": "token", "cost_usd": "0.000000144" },
            { "type": "cached_prompt", "unit": "token", "cost_usd": "0.000000036", "implicit": true }
          ],
          "capacity": [
            { "type": "prompt", "unit": "token", "per": "minute", "value": 70000 }
          ]
        }
      ],
      "output_modalities": [
        {
          "type": "text",
          "max_length": { "value": 32768, "unit": "token" },
          "streaming": true,
          "supported_parameters": {
            "temperature": { "type": "range", "min": 0, "max": 2, "default": 0.7 },
            "top_p": { "type": "range", "min": 0, "max": 1, "default": 0.8 },
            "top_k": { "type": "integer", "min": 1, "max": 200, "default": 20 },
            "max_tokens": { "type": "integer", "min": 1, "max": 32768 },
            "stop": { "type": "array", "items": { "type": "unknown" }, "max_items": 4 },
            "seed": { "type": "integer", "min": 0, "max": 9007199254740991 },
            "tools": { "type": "boolean" },
            "structured_outputs": { "type": "boolean" },
            "reasoning": {
              "type": "object",
              "properties": {
                "effort": { "type": "enum", "values": ["none", "minimal", "low", "medium", "high", "xhigh"], "default": "none" }
              }
            }
          },
          "pricing": [
            { "type": "completion", "unit": "token", "cost_usd": "0.0000015" }
          ],
          "capacity": [
            { "type": "completion", "unit": "token", "per": "minute", "value": 15500 }
          ]
        }
      ],
      "is_ready": false,
      "is_free": false,
      "discount_to_user": 0,
      "datacenters": [{ "country_code": "ES", "region": "valencia" }],
      "deployment_region": "EU",
      "compliance": { "zdr": true, "hipaa": false }
    },
    {
      "schema_version": "2.4",
      "id": "orion-plus",
      "name": "Serenity: Orion Plus",
      "created": 1790035200,
      "quantization": "nvfp4",
      "tokenizer": "Qwen3",
      "description": "Orion Plus, Serenity's own model for high-volume, latency-sensitive work: chat, classification and extraction. Served from Serenity Edge's own infrastructure in Spain (EU). Zero data retention: prompts and completions are never stored or logged.",
      "input_modalities": [
        {
          "type": "text",
          "supported_inputs": {
            "max_context_length": { "value": 131072, "unit": "token" }
          },
          "pricing": [
            { "type": "prompt", "unit": "token", "cost_usd": "0.000000101" },
            { "type": "cached_prompt", "unit": "token", "cost_usd": "0.000000025", "implicit": true }
          ],
          "capacity": [
            { "type": "prompt", "unit": "token", "per": "minute", "value": 70000 }
          ]
        }
      ],
      "output_modalities": [
        {
          "type": "text",
          "max_length": { "value": 32768, "unit": "token" },
          "streaming": true,
          "supported_parameters": {
            "temperature": { "type": "range", "min": 0, "max": 2, "default": 0.7 },
            "top_p": { "type": "range", "min": 0, "max": 1, "default": 0.8 },
            "top_k": { "type": "integer", "min": 1, "max": 200, "default": 20 },
            "max_tokens": { "type": "integer", "min": 1, "max": 32768 },
            "stop": { "type": "array", "items": { "type": "unknown" }, "max_items": 4 },
            "seed": { "type": "integer", "min": 0, "max": 9007199254740991 },
            "tools": { "type": "boolean" },
            "structured_outputs": { "type": "boolean" },
            "reasoning": {
              "type": "object",
              "properties": {
                "effort": { "type": "enum", "values": ["none", "minimal", "low", "medium", "high", "xhigh"], "default": "none" }
              }
            }
          },
          "pricing": [
            { "type": "completion", "unit": "token", "cost_usd": "0.0000006" }
          ],
          "capacity": [
            { "type": "completion", "unit": "token", "per": "minute", "value": 15500 }
          ]
        }
      ],
      "is_ready": false,
      "is_free": false,
      "discount_to_user": 0,
      "datacenters": [{ "country_code": "ES", "region": "valencia" }],
      "deployment_region": "EU",
      "compliance": { "zdr": true, "hipaa": false }
    },
    {
      "schema_version": "2.4",
      "id": "qwen3.8-27b",
      "name": "Qwen: Qwen3.8 27B",
      "hugging_face_id": "Qwen/Qwen3.8-27B",
      "created": 1790035200,
      "quantization": "nvfp4",
      "tokenizer": "Qwen3",
      "description": "Qwen3.8 27B dense model, served with its published weights from Serenity Edge's own infrastructure in Spain (EU). Zero data retention: prompts and completions are never stored or logged.",
      "input_modalities": [
        {
          "type": "text",
          "supported_inputs": {
            "max_context_length": { "value": 131072, "unit": "token" }
          },
          "pricing": [
            { "type": "prompt", "unit": "token", "cost_usd": "0.000000144" },
            { "type": "cached_prompt", "unit": "token", "cost_usd": "0.000000036", "implicit": true }
          ],
          "capacity": [
            { "type": "prompt", "unit": "token", "per": "minute", "value": 70000 }
          ]
        }
      ],
      "output_modalities": [
        {
          "type": "text",
          "max_length": { "value": 32768, "unit": "token" },
          "streaming": true,
          "supported_parameters": {
            "temperature": { "type": "range", "min": 0, "max": 2, "default": 0.7 },
            "top_p": { "type": "range", "min": 0, "max": 1, "default": 0.8 },
            "top_k": { "type": "integer", "min": 1, "max": 200, "default": 20 },
            "max_tokens": { "type": "integer", "min": 1, "max": 32768 },
            "stop": { "type": "array", "items": { "type": "unknown" }, "max_items": 4 },
            "seed": { "type": "integer", "min": 0, "max": 9007199254740991 },
            "tools": { "type": "boolean" },
            "structured_outputs": { "type": "boolean" },
            "reasoning": {
              "type": "object",
              "properties": {
                "effort": { "type": "enum", "values": ["none", "minimal", "low", "medium", "high", "xhigh"], "default": "none" }
              }
            }
          },
          "pricing": [
            { "type": "completion", "unit": "token", "cost_usd": "0.0000015" }
          ],
          "capacity": [
            { "type": "completion", "unit": "token", "per": "minute", "value": 15500 }
          ]
        }
      ],
      "is_ready": false,
      "is_free": false,
      "discount_to_user": 0,
      "openrouter": { "slug": "qwen/qwen3.8-27b" },
      "datacenters": [{ "country_code": "ES", "region": "valencia" }],
      "deployment_region": "EU",
      "compliance": { "zdr": true, "hipaa": false }
    },
    {
      "schema_version": "2.4",
      "id": "qwen3.6-35b-a3b",
      "name": "Qwen: Qwen3.6 35B A3B",
      "hugging_face_id": "Qwen/Qwen3.6-35B-A3B",
      "created": 1790035200,
      "quantization": "nvfp4",
      "tokenizer": "Qwen3",
      "description": "Qwen3.6 35B mixture-of-experts model (3B active parameters), served with its published weights from Serenity Edge's own infrastructure in Spain (EU). Zero data retention: prompts and completions are never stored or logged.",
      "input_modalities": [
        {
          "type": "text",
          "supported_inputs": {
            "max_context_length": { "value": 131072, "unit": "token" }
          },
          "pricing": [
            { "type": "prompt", "unit": "token", "cost_usd": "0.000000101" },
            { "type": "cached_prompt", "unit": "token", "cost_usd": "0.000000025", "implicit": true }
          ],
          "capacity": [
            { "type": "prompt", "unit": "token", "per": "minute", "value": 70000 }
          ]
        }
      ],
      "output_modalities": [
        {
          "type": "text",
          "max_length": { "value": 32768, "unit": "token" },
          "streaming": true,
          "supported_parameters": {
            "temperature": { "type": "range", "min": 0, "max": 2, "default": 0.7 },
            "top_p": { "type": "range", "min": 0, "max": 1, "default": 0.8 },
            "top_k": { "type": "integer", "min": 1, "max": 200, "default": 20 },
            "max_tokens": { "type": "integer", "min": 1, "max": 32768 },
            "stop": { "type": "array", "items": { "type": "unknown" }, "max_items": 4 },
            "seed": { "type": "integer", "min": 0, "max": 9007199254740991 },
            "tools": { "type": "boolean" },
            "structured_outputs": { "type": "boolean" },
            "reasoning": {
              "type": "object",
              "properties": {
                "effort": { "type": "enum", "values": ["none", "minimal", "low", "medium", "high", "xhigh"], "default": "none" }
              }
            }
          },
          "pricing": [
            { "type": "completion", "unit": "token", "cost_usd": "0.0000006" }
          ],
          "capacity": [
            { "type": "completion", "unit": "token", "per": "minute", "value": 15500 }
          ]
        }
      ],
      "is_ready": false,
      "is_free": false,
      "discount_to_user": 0,
      "openrouter": { "slug": "qwen/qwen3.6-35b-a3b" },
      "datacenters": [{ "country_code": "ES", "region": "valencia" }],
      "deployment_region": "EU",
      "compliance": { "zdr": true, "hipaa": false }
    }
  ]
}
