diff --git a/.changeset/hungry-poems-provide.md b/.changeset/hungry-poems-provide.md
new file mode 100644
index 000000000..68d615358
--- /dev/null
+++ b/.changeset/hungry-poems-provide.md
@@ -0,0 +1,5 @@
+---
+"@primer/octicons": minor
+---
+
+Adding ai-model icon at 16 & 24px
diff --git a/icons/ai-model-16.svg b/icons/ai-model-16.svg
new file mode 100644
index 000000000..74534d142
--- /dev/null
+++ b/icons/ai-model-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/ai-model-24.svg b/icons/ai-model-24.svg
new file mode 100644
index 000000000..be79c90d3
--- /dev/null
+++ b/icons/ai-model-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/keywords.json b/keywords.json
index a35b75d69..36904477b 100644
--- a/keywords.json
+++ b/keywords.json
@@ -1,4 +1,5 @@
{
+ "ai-model": ["ai", "model", "llm", "models", "copilot"],
"alert": ["warning", "triangle", "exclamation", "point"],
"archive": ["box", "catalog"],
"arrow-both": ["point", "direction", "left", "right"],
diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
index b77b849a4..38fcc0fc2 100644
--- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
+++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
@@ -4,6 +4,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
[
"AccessibilityIcon",
"AccessibilityInsetIcon",
+ "AiModelIcon",
"AlertFillIcon",
"AlertIcon",
"AppsIcon",