diff --git a/client/public/assets/google.svg b/client/public/assets/google.svg
new file mode 100644
index 000000000..bebf169e2
--- /dev/null
+++ b/client/public/assets/google.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/client/public/assets/openai.svg b/client/public/assets/openai.svg
new file mode 100644
index 000000000..895b39d02
--- /dev/null
+++ b/client/public/assets/openai.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/client/public/assets/qwen.svg b/client/public/assets/qwen.svg
new file mode 100644
index 000000000..ed17f7c07
--- /dev/null
+++ b/client/public/assets/qwen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/client/src/hooks/Endpoint/UnknownIcon.tsx b/client/src/hooks/Endpoint/UnknownIcon.tsx
index 6c69954a2..dc2ad086b 100644
--- a/client/src/hooks/Endpoint/UnknownIcon.tsx
+++ b/client/src/hooks/Endpoint/UnknownIcon.tsx
@@ -10,13 +10,16 @@ const knownEndpointAssets = {
[KnownEndpoints.cohere]: '/assets/cohere.png',
[KnownEndpoints.deepseek]: '/assets/deepseek.svg',
[KnownEndpoints.fireworks]: '/assets/fireworks.png',
+ [KnownEndpoints.google]: '/assets/google.svg',
[KnownEndpoints.groq]: '/assets/groq.png',
[KnownEndpoints.huggingface]: '/assets/huggingface.svg',
[KnownEndpoints.mistral]: '/assets/mistral.png',
[KnownEndpoints.mlx]: '/assets/mlx.png',
[KnownEndpoints.ollama]: '/assets/ollama.png',
+ [KnownEndpoints.openai]: '/assets/openai.svg',
[KnownEndpoints.openrouter]: '/assets/openrouter.png',
[KnownEndpoints.perplexity]: '/assets/perplexity.png',
+ [KnownEndpoints.qwen]: '/assets/qwen.svg',
[KnownEndpoints.shuttleai]: '/assets/shuttleai.png',
[KnownEndpoints['together.ai']]: '/assets/together.png',
[KnownEndpoints.unify]: '/assets/unify.webp',