diff --git a/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg
new file mode 100644
index 0000000..c74d162
--- /dev/null
+++ b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg
@@ -0,0 +1,6 @@
+
diff --git a/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg
new file mode 100644
index 0000000..c74d162
--- /dev/null
+++ b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg
@@ -0,0 +1,6 @@
+
diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx
index 8b3e214..ce55fad 100644
--- a/docs/snippets/clients.jsx
+++ b/docs/snippets/clients.jsx
@@ -294,4 +294,12 @@ export const clients = [
darkSrc: "/images/logos/kiro/kiro-logo-dark.svg",
instructionsUrl: "https://kiro.dev/docs/skills/",
},
+ {
+ name: "Google AI Edge Gallery",
+ description: "Google AI Edge Gallery is the premier destination for running the world's most powerful open-source Large Language Models (LLMs) on your mobile device",
+ url: "https://github.com/google-ai-edge/gallery",
+ lightSrc: "/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg",
+ darkSrc: "/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg",
+ instructionsUrl: "https://github.com/google-ai-edge/gallery/tree/main/skills",
+ },
];