Description:
Currently the model leaderboard displays model names as plain text. Adding official provider logos (OpenAI, Anthropic, Google, Meta, DeepSeek, Mistral, xAI etc.) next to the model names would improve visual recognition and make the UI more polished.
Expected Outcome:
Each row in the leaderboard shows a small provider logo (16x16 or 24x24) next to the model name.
Suggested Approach:
Source logos from official provider assets or a library like lobe-icons
Map each provider name to its corresponding logo
Update ModelTable and ModelCard components
Files likely to change:
src/components/models/ModelTable.tsx
src/components/models/ModelCard.tsx
Description:
Currently the model leaderboard displays model names as plain text. Adding official provider logos (OpenAI, Anthropic, Google, Meta, DeepSeek, Mistral, xAI etc.) next to the model names would improve visual recognition and make the UI more polished.
Expected Outcome:
Each row in the leaderboard shows a small provider logo (16x16 or 24x24) next to the model name.
Suggested Approach:
Source logos from official provider assets or a library like
lobe-iconsMap each provider name to its corresponding logo
Update ModelTable and ModelCard components
Files likely to change:
src/components/models/ModelTable.tsx
src/components/models/ModelCard.tsx