Last active
April 15, 2025 02:22
-
-
Save tudoanh/7f614fe1b3d56f4489ad9e4edb9063fd to your computer and use it in GitHub Desktop.
CoFounder Model List
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"chat_models": { | |
"openrouter/openai/gpt-4.1-nano": { | |
"display_name": "GPT-4.1 Nano", | |
"description": "The fastest and cheapest GPT-4.1 model, great for long text. Best for quick, simple tasks like sorting info or finishing your sentences." | |
}, | |
"openrouter/openai/gpt-4.1-mini": { | |
"display_name": "GPT-4.1 Mini", | |
"description": "A balanced model offering strong performance (like GPT-4o) but faster and cheaper. Handles long text, good for coding and understanding images. Great for fast, interactive chats." | |
}, | |
"openrouter/openai/gpt-4.1": { | |
"display_name": "GPT-4.1", | |
"description": "The top GPT-4.1 model, built for complex tasks. Excellent at following detailed instructions, advanced coding, and understanding very long documents. Choose this for the toughest jobs." | |
}, | |
"openrouter/google/gemini-2.5-pro-preview-03-25": { | |
"display_name": "Gemini 2.5 Pro", | |
"description": "Google's most advanced AI model, designed for tackling complex problems that require deep thinking, like coding, math, or science. Uses special 'thinking' capabilities for better accuracy." | |
}, | |
"openrouter/anthropic/claude-3.7-sonnet": { | |
"display_name": "Claude 3.7 Sonnet", | |
"description": "A top-tier model known for strong reasoning and excellent coding abilities. Great for complex tasks and programming help." | |
}, | |
"openrouter/anthropic/claude-3.7-sonnet:thinking": { | |
"display_name": "Claude 3.7 Sonnet Thinking", | |
"description": "Claude 3.7 Sonnet, but set to think longer for more accurate, detailed answers on complex topics. Slower, but more precise." | |
}, | |
"openrouter/x-ai/grok-3-beta": { | |
"display_name": "Grok 3 Beta", | |
"description": "xAI's latest flagship model. Excels at business tasks like pulling out data, writing code, and summarizing text. Very knowledgeable in finance, healthcare, law, and science." | |
}, | |
"openrouter/x-ai/grok-3-mini-beta": { | |
"display_name": "Grok 3 Mini Beta", | |
"description": "A smaller Grok model that 'thinks' before answering (you can see its steps). Great for tasks needing reasoning, like math problems or puzzles. You can adjust how much it thinks." | |
}, | |
"openrouter/meta-llama/llama-4-maverick": { | |
"display_name": "Llama 4 Maverick", | |
"description": "Meta's advanced model that understands both images and text. Good for many languages, coding, and long documents. Acts like a helpful assistant for tasks involving pictures and words." | |
}, | |
"gpt-4o": { | |
"display_name": "GPT-4o", | |
"description": "A fast and versatile model with good overall performance. It can access the internet to find up-to-date information." | |
}, | |
"o1-mini": { | |
"display_name": "GPT o1-mini", | |
"description": "A model focused on logical reasoning. It's good for tasks that require careful step-by-step thinking, but it can't search the internet." | |
}, | |
"o1-preview": { | |
"display_name": "GPT o1", | |
"description": "A powerful reasoning model designed for complex and challenging questions. It excels at in-depth analysis, but it doesn't have internet access." | |
}, | |
"openrouter/google/gemini-2.0-flash-001": { | |
"display_name": "Gemini 2.0 Flash", | |
"description": "An extremely fast model that provides high-quality responses very quickly. It can also search the internet for the latest information." | |
}, | |
"openrouter/anthropic/claude-3.5-sonnet": { | |
"display_name": "Claude 3.5 Sonnet", | |
"description": "A highly regarded model, particularly famous for its exceptional coding skills. One of the best choices for programming tasks." | |
}, | |
"openrouter/openai/o3-mini": { | |
"display_name": "O3-Mini", | |
"description": "A budget-friendly model good for science, math, and coding. You can adjust its 'thinking' time to balance speed and accuracy." | |
}, | |
"openrouter/openai/o3-mini-high": { | |
"display_name": "O3-Mini (High Effort)", | |
"description": "Same as O3-Mini, but always uses maximum 'thinking' time. More accurate for hard problems, but slower responses." | |
}, | |
"openrouter/deepseek/deepseek-chat": { | |
"display_name": "DeepSeek V3", | |
"description": "A strong and efficient model, very knowledgeable due to extensive training, performs comparably to top closed-source models." | |
}, | |
"openrouter/deepseek/deepseek-r1": { | |
"display_name": "DeepSeek R1", | |
"description": "An open-source model designed for top performance using less computer power, aiming for true AI intelligence." | |
}, | |
"openrouter/deepseek/deepseek-chat-v3-0324": { | |
"display_name": "DeepSeek V3 0324", | |
"description": "A very large open-source model excelling in coding and math, similar to Sonnet 3.7, but runs efficiently." | |
}, | |
"openrouter/qwen/qwq-32b": { | |
"display_name": "QwQ 32B", | |
"description": "The reasoning expert of the Qwen family. Strong at thinking through problems step-by-step, even compared to more powerful models." | |
}, | |
"openrouter/google/gemma-3-27b-it": { | |
"display_name": "Google Gemma 3", | |
"description": "Understands both images and text, answers in text. Good for long conversations, multiple languages, math, and reasoning." | |
}, | |
"openrouter/qwen/qwen-max": { | |
"display_name": "Qwen-Max", | |
"description": "The most powerful Qwen model, built for the toughest tasks and complex, multi-step problems. Trained on vast data." | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment