diff --git a/pdl-live-react/src/view/detail/kind/Model.tsx b/pdl-live-react/src/view/detail/kind/Model.tsx
index e23dc7c54..bd09df4a5 100644
--- a/pdl-live-react/src/view/detail/kind/Model.tsx
+++ b/pdl-live-react/src/view/detail/kind/Model.tsx
@@ -2,12 +2,15 @@ import Group from "../Group"
import Result from "../../Result"
export default function ModelItems({
- block: { model, input, result, parser },
+ block: { platform, model, input, result, parser },
}: {
block: import("../../../pdl_ast").LitellmModelBlock
}) {
return (
<>
+ {typeof platform === "string" && (
+
+ )}
{typeof model === "string" && }
{typeof input === "string" && }