> ## Documentation Index
> Fetch the complete documentation index at: https://docs.valarhq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Models

> All models currently served by Valar

<div className="capabilities-table-wrapper">
  <table className="capabilities-table">
    <thead>
      <tr className="cap-header-row">
        <th className="cap-th cap-th-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          Model
        </th>

        <th className="cap-th cap-th-slug">Slug</th>

        <th className="cap-th cap-th-bool" style={{ width: "5.0rem" }}>
          <a className="cap-th-link" href="/images">
            Image
          </a>
        </th>

        <th className="cap-th cap-th-bool" style={{ width: "5.0rem" }}>
          Reasoning
        </th>
      </tr>
    </thead>

    <tbody>
      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="deepseek" role="img" aria-label="DeepSeek" />

            <div className="cap-model-meta">
              <div className="cap-model-name">DeepSeek V4 Pro</div>
              <div className="cap-creator">DeepSeek</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro" title="deepseek-ai/DeepSeek-V4-Pro" target="_blank" rel="noopener">
              <code>deepseek-ai/DeepSeek-V4-Pro</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy deepseek-ai/DeepSeek-V4-Pro"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "deepseek-ai/DeepSeek-V4-Pro";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="nvidia" role="img" aria-label="NVIDIA" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Nemotron Ultra</div>
              <div className="cap-creator">NVIDIA</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4" title="nvidia/nemotron-3-ultra-550b-a55b" target="_blank" rel="noopener">
              <code>nvidia/nemotron-3-ultra-550b-a55b</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy nvidia/nemotron-3-ultra-550b-a55b"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "nvidia/nemotron-3-ultra-550b-a55b";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="deepseek" role="img" aria-label="DeepSeek" />

            <div className="cap-model-meta">
              <div className="cap-model-name">DeepSeek-V4-Flash-0731</div>
              <div className="cap-creator">DeepSeek</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash" title="deepseek-ai/DeepSeek-V4-Flash" target="_blank" rel="noopener">
              <code>deepseek-ai/DeepSeek-V4-Flash</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy deepseek-ai/DeepSeek-V4-Flash"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "deepseek-ai/DeepSeek-V4-Flash";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="moonshot" role="img" aria-label="Moonshot AI" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Kimi K2.7 Code</div>
              <div className="cap-creator">Moonshot AI</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/moonshotai/kimi-k2.7-code" title="moonshotai/kimi-k2.7-code" target="_blank" rel="noopener">
              <code>moonshotai/kimi-k2.7-code</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy moonshotai/kimi-k2.7-code"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "moonshotai/kimi-k2.7-code";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="moonshot" role="img" aria-label="Moonshot AI" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Kimi-K3</div>
              <div className="cap-creator">Moonshot AI</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/moonshotai/Kimi-K3" title="moonshotai/Kimi-K3" target="_blank" rel="noopener">
              <code>moonshotai/Kimi-K3</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy moonshotai/Kimi-K3"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "moonshotai/Kimi-K3";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="zhipu" role="img" aria-label="Z.ai" />

            <div className="cap-model-meta">
              <div className="cap-model-name">GLM-5.2</div>
              <div className="cap-creator">Z.ai</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/zai-org/GLM-5.2-FP8" title="zai-org/GLM-5.2-FP8" target="_blank" rel="noopener">
              <code>zai-org/GLM-5.2-FP8</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy zai-org/GLM-5.2-FP8"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "zai-org/GLM-5.2-FP8";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="zhipu" role="img" aria-label="Z.ai" />

            <div className="cap-model-meta">
              <div className="cap-model-name">GLM-5.2 Fast</div>
              <div className="cap-creator">Z.ai</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/zai-org/GLM-5.2-FP8" title="zai-org/GLM-5.2-Fast" target="_blank" rel="noopener">
              <code>zai-org/GLM-5.2-Fast</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy zai-org/GLM-5.2-Fast"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "zai-org/GLM-5.2-Fast";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="openai" role="img" aria-label="OpenAI" />

            <div className="cap-model-meta">
              <div className="cap-model-name">gpt-oss-120b</div>
              <div className="cap-creator">OpenAI</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/openai/gpt-oss-120b" title="openai/gpt-oss-120b" target="_blank" rel="noopener">
              <code>openai/gpt-oss-120b</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy openai/gpt-oss-120b"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "openai/gpt-oss-120b";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="qwen" role="img" aria-label="Qwen" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Qwen3.5-397B-A17B</div>
              <div className="cap-creator">Qwen</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/Qwen/Qwen3.5-397B-A17B" title="Qwen/Qwen3.5-397B-A17B" target="_blank" rel="noopener">
              <code>Qwen/Qwen3.5-397B-A17B</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy Qwen/Qwen3.5-397B-A17B"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "Qwen/Qwen3.5-397B-A17B";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="qwen" role="img" aria-label="Qwen" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Qwen3.6 35B-A3B</div>
              <div className="cap-creator">Qwen</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/Qwen/Qwen3.6-35B-A3B" title="Qwen/Qwen3.6-35B-A3B" target="_blank" rel="noopener">
              <code>Qwen/Qwen3.6-35B-A3B</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy Qwen/Qwen3.6-35B-A3B"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "Qwen/Qwen3.6-35B-A3B";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="gemma" role="img" aria-label="Google" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Gemma 4 31B IT</div>
              <div className="cap-creator">Google</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/google/gemma-4-31B-it" title="google/gemma-4-31B-it" target="_blank" rel="noopener">
              <code>google/gemma-4-31B-it</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy google/gemma-4-31B-it"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "google/gemma-4-31B-it";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="gemma" role="img" aria-label="Google" />

            <div className="cap-model-meta">
              <div className="cap-model-name">Gemma 4 26B A4B</div>
              <div className="cap-creator">Google</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/google/gemma-4-26b-a4b-it" title="google/gemma-4-26B-A4B-it" target="_blank" rel="noopener">
              <code>google/gemma-4-26B-A4B-it</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy google/gemma-4-26B-A4B-it"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "google/gemma-4-26B-A4B-it";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="minimax" role="img" aria-label="MiniMax" />

            <div className="cap-model-meta">
              <div className="cap-model-name">MiniMax M2.7</div>
              <div className="cap-creator">MiniMax</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/MiniMaxAI/MiniMax-M2.7" title="MiniMaxAI/MiniMax-M2.7" target="_blank" rel="noopener">
              <code>MiniMaxAI/MiniMax-M2.7</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy MiniMaxAI/MiniMax-M2.7"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "MiniMaxAI/MiniMax-M2.7";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-false" data-cap="Image" />

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>

      <tr className="cap-row cap-row-last">
        <td className="cap-cell cap-cell-model" style={{ width: "14.0rem", minWidth: "14.0rem" }}>
          <div className="cap-cell-model-inner">
            <span className="cap-logo" data-org="minimax" role="img" aria-label="MiniMax" />

            <div className="cap-model-meta">
              <div className="cap-model-name">MiniMax M3</div>
              <div className="cap-creator">MiniMax</div>
            </div>
          </div>
        </td>

        <td className="cap-cell cap-cell-slug">
          <div className="cap-slug-actions">
            <a className="cap-slug-link" href="https://huggingface.co/MiniMaxAI/MiniMax-M3" title="MiniMaxAI/MiniMax-M3" target="_blank" rel="noopener">
              <code>MiniMaxAI/MiniMax-M3</code>

              <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-extlink" aria-hidden="true">
                <path d="M15 3h6v6" />

                <path d="M10 14 21 3" />

                <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
              </svg>
            </a>

            <button
              type="button"
              className="cap-copy-btn"
              aria-label="Copy MiniMaxAI/MiniMax-M3"
              onClick={(e) => {
        const b = e.currentTarget;
        const t = "MiniMaxAI/MiniMax-M3";
        const ok = () => {
          b.classList.add("cap-copy-done");
          setTimeout(() => b.classList.remove("cap-copy-done"), 1500);
        };
        if (navigator.clipboard && navigator.clipboard.writeText) {
          navigator.clipboard.writeText(t).then(ok).catch(() => fallback(b, t, ok));
        } else {
          fallback(b, t, ok);
        }
        function fallback(_b, _t, _ok) {
          const ta = document.createElement("textarea");
          ta.value = _t;
          ta.style.position = "absolute";
          ta.style.left = "-9999px";
          document.body.appendChild(ta);
          ta.select();
          try { document.execCommand("copy"); _ok(); } catch (_) { _ok(); }
          document.body.removeChild(ta);
        }
      }}
            >
              <span className="cap-copy-icon-wrap">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-default" aria-hidden="true">
                  <rect width="14" height="14" x="8" y="8" rx="2" ry="2" />

                  <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
                </svg>

                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round" className="cap-copy-icon cap-copy-icon-done" aria-hidden="true">
                  <path d="M20 6 9 17l-5-5" />
                </svg>
              </span>
            </button>
          </div>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Image">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>

        <td className="cap-cell cap-cell-bool is-true" data-cap="Reasoning">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" className="cap-check" aria-hidden="true">
            <path d="M20 6 9 17l-5-5" />
          </svg>
        </td>
      </tr>
    </tbody>
  </table>
</div>

## Custom models

Beyond the catalog above, Valar can serve your own model weights. If you have a custom or fine-tuned open-weight model, we can host it on Valar's inference stack and expose it through the same OpenAI-compatible API, completion windows, and billing as any catalog model. Reach out to your Valar contact to onboard a custom model.

For adapter-based customization on top of a supported base model, register a PEFT-trained [LoRA adapter](/loras) and run it against an eligible base model such as `zai-org/GLM-5.2`.

<Note>
  To confirm what your API key can reach in a given environment at runtime, call [`GET /v1/models`](/api-reference/models-api/list-supported-models) against that environment rather than relying on this table alone.
</Note>
