Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: expose is_official boolean on models
  • Loading branch information
mattrothenberg committed Sep 18, 2025
commit 3de3296557d1945079e23851d390d65d8ae4329d
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ declare module "replicate" {
name: string;
description?: string;
visibility: "public" | "private";
is_official: boolean;
github_url?: string;
paper_url?: string;
license_url?: string;
Expand Down
Loading