{
  "corion": {
    "id": "corion",
    "name": "Corion AI",
    "type": "openai",
    "api": "https://api.corion.ai/v1",
    "doc": "https://corion.ai/docs",
    "models": {
      "kimi-k3": {
        "id": "kimi-k3",
        "name": "Kimi K3",
        "description": "Moonshot's flagship 1M-context reasoning model, routed and billed by Corion.",
        "family": "kimi",
        "tool_call": true,
        "reasoning": true,
        "interleaved": { "field": "reasoning_content" },
        "attachment": true,
        "modalities": {
          "input": ["text", "image"],
          "output": ["text"]
        },
        "limit": {
          "context": 1048576,
          "output": 131072
        },
        "cost": {
          "input": 2.5,
          "output": 12.5,
          "cache_read": 0.25
        }
      },
      "deepseek-v4-pro-0813": {
        "id": "deepseek-v4-pro-0813",
        "name": "DeepSeek V4 Pro 0813",
        "description": "DeepSeek's pinned 0813 pro checkpoint, a 1M-context frontier reasoning model, routed and billed by Corion.",
        "family": "deepseek-pro",
        "tool_call": true,
        "reasoning": true,
        "interleaved": { "field": "reasoning_content" },
        "attachment": false,
        "modalities": {
          "input": ["text"],
          "output": ["text"]
        },
        "limit": {
          "context": 1048576,
          "output": 384000
        },
        "cost": {
          "input": 0.435,
          "output": 0.87,
          "cache_read": 0.0435
        }
      },
      "deepseek-v4-flash-0731": {
        "id": "deepseek-v4-flash-0731",
        "name": "DeepSeek V4 Flash 0731",
        "description": "DeepSeek's pinned 0731 flash checkpoint, a 1M-context reasoning model, routed and billed by Corion.",
        "family": "deepseek-flash",
        "tool_call": true,
        "reasoning": true,
        "interleaved": { "field": "reasoning_content" },
        "attachment": false,
        "modalities": {
          "input": ["text"],
          "output": ["text"]
        },
        "limit": {
          "context": 1048576,
          "output": 65536
        },
        "cost": {
          "input": 0.11,
          "output": 0.25,
          "cache_read": 0.011
        }
      }
    }
  }
}
