{
  "name": "Charm Hyper",
  "id": "hyper",
  "api_endpoint": "https://hyper.charm.land/api/v1/fantasy",
  "type": "hyper",
  "default_large_model_id": "kimi-k2.5",
  "default_small_model_id": "gpt-oss-120b",
  "models": [
    {
      "id": "glm-5",
      "name": "GLM-5",
      "cost_per_1m_in": 1,
      "cost_per_1m_out": 3,
      "cost_per_1m_in_cached": 0.5,
      "cost_per_1m_out_cached": 0,
      "context_window": 202752,
      "default_max_tokens": 20275,
      "can_reason": true,
      "supports_attachments": false
    },
    {
      "id": "glm-5.1",
      "name": "GLM-5.1",
      "cost_per_1m_in": 1.06,
      "cost_per_1m_out": 4.4,
      "cost_per_1m_in_cached": 0.26,
      "cost_per_1m_out_cached": 0,
      "context_window": 202752,
      "default_max_tokens": 20275,
      "can_reason": true,
      "supports_attachments": false
    },
    {
      "id": "gpt-oss-120b",
      "name": "gpt-oss-120b",
      "cost_per_1m_in": 0.1,
      "cost_per_1m_out": 0.4,
      "cost_per_1m_in_cached": 0.01,
      "cost_per_1m_out_cached": 0.04,
      "context_window": 131072,
      "default_max_tokens": 13107,
      "can_reason": true,
      "reasoning_levels": [
        "low",
        "medium",
        "high"
      ],
      "default_reasoning_effort": "medium",
      "supports_attachments": false
    },
    {
      "id": "kimi-k2.5",
      "name": "Kimi K2.5",
      "cost_per_1m_in": 0.445,
      "cost_per_1m_out": 2,
      "cost_per_1m_in_cached": 0.225,
      "cost_per_1m_out_cached": 1.1,
      "context_window": 262144,
      "default_max_tokens": 26214,
      "can_reason": true,
      "supports_attachments": true
    },
    {
      "id": "kimi-k2.6",
      "name": "Kimi K2.6",
      "cost_per_1m_in": 0.8,
      "cost_per_1m_out": 4,
      "cost_per_1m_in_cached": 0.25,
      "cost_per_1m_out_cached": 0,
      "context_window": 262144,
      "default_max_tokens": 26214,
      "can_reason": true,
      "supports_attachments": true
    }
  ]
}