Last active
June 16, 2025 12:26
-
-
Save tudoanh/7f614fe1b3d56f4489ad9e4edb9063fd to your computer and use it in GitHub Desktop.
CoFounder Model List
This file contains hidden or 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": { | |
"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." | |
}, | |
"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." | |
}, | |
"o3": { | |
"display_name": "O3", | |
"description": "A powerful model excelling in science, mathematics, and complex coding challenges. Optimized for deep analytical tasks and generating sophisticated solutions. Lacks internet access to maintain focus on core reasoning capabilities." | |
}, | |
"o4-mini": { | |
"display_name": "O4-Mini", | |
"description": "A highly efficient model delivering next-generation reasoning for complex problem-solving and strategic analysis. Balances advanced capabilities with speed, featuring tunable 'thinking' for diverse tasks. Operates without internet access, focusing on sophisticated internal logic." | |
}, | |
"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." | |
}, | |
"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": { | |
"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/anthropic/claude-sonnet-4": { | |
"display_name": "Claude 4 Sonnet", | |
"description": "A significant upgrade to Claude Sonnet 3.7, delivering superior coding and reasoning while responding more precisely to instructions. It balances performance and efficiency for various use cases." | |
}, | |
"gpt-4.1-nano": { | |
"display_name": "GPT-4.1 Nano", | |
"description": "OpenAI's fastest and most cost-effective model, excelling at high-frequency, low-latency tasks like autocompletion, classification, and extracting information from large documents. [2, 4, 6, 8] Despite its small size, it supports a 1 million token context window, making it effective for processing extensive datasets or codebases where speed is critical and complex reasoning is less of a priority. [2, 3, 4]" | |
}, | |
"openrouter/google/gemini-2.5-pro-preview": { | |
"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/google/gemini-2.5-flash-preview": { | |
"display_name": "Gemini 2.5 Flash Preview", | |
"description": "Google's price-performant and versatile model for advanced reasoning, coding, math, and scientific tasks. Supports multimodal inputs and offers optional 'thinking' capabilities for enhanced accuracy in high-volume, low-latency scenarios." | |
}, | |
"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." | |
}, | |
"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/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/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/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/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." | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment