diff --git a/README.md b/README.md index 79e74ac16..6734a9d64 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ cog.out(text) GitHub Stars PyPI Downloads +src="https://img.shields.io/badge/📦%20Installs-5.1M-2ecc71?style=flat-square&labelColor=555555"/> Tokens per week OpenRouter Ranking - - - - - - - - + + + + + + +
Model NameTotal TokensPercent
openai/gpt-5.2971,05551.0%
gpt-5250,53913.2%
gemini/gemini-3-flash-preview241,51612.7%
gemini/gemini-2.5-pro222,04711.7%
gemini/gemini-3-pro-preview81,8514.3%
None45,4502.4%
o3-pro36,6201.9%
gpt-5.227,4271.4%
openai/gpt-5.2982,12053.1%
gemini/gemini-3-flash-preview241,51613.1%
gemini/gemini-2.5-pro222,04712.0%
gpt-5209,97711.4%
gemini/gemini-3-pro-preview81,8514.4%
gpt-5.246,9092.5%
o3-pro36,6202.0%
gemini/gemini-2.5-flash-lite15,4700.8%
gemini/gemini-2.5-flash-lite-preview-06-1711,3710.6%
diff --git a/aider/website/docs/more/infinite-output.md b/aider/website/docs/more/infinite-output.md index 3db5e5c24..95ee0dcbe 100644 --- a/aider/website/docs/more/infinite-output.md +++ b/aider/website/docs/more/infinite-output.md @@ -66,15 +66,18 @@ cog.out(model_list) - anthropic.claude-opus-4-5-20251101-v1:0 - anthropic.claude-sonnet-4-20250514-v1:0 - anthropic.claude-sonnet-4-5-20250929-v1:0 +- anthropic.claude-sonnet-4-6 - apac.anthropic.claude-3-5-sonnet-20241022-v2:0 - apac.anthropic.claude-haiku-4-5-20251001-v1:0 - apac.anthropic.claude-sonnet-4-20250514-v1:0 +- apac.anthropic.claude-sonnet-4-6 - au.anthropic.claude-haiku-4-5-20251001-v1:0 - au.anthropic.claude-sonnet-4-5-20250929-v1:0 - azure_ai/claude-haiku-4-5 - azure_ai/claude-opus-4-1 - azure_ai/claude-opus-4-5 - azure_ai/claude-sonnet-4-5 +- azure_ai/claude-sonnet-4-6 - azure_ai/deepseek-v3.2 - azure_ai/deepseek-v3.2-speciale - azure_ai/mistral-medium-2505 @@ -105,6 +108,7 @@ cog.out(model_list) - claude-sonnet-4-5 - claude-sonnet-4-5-20250929 - claude-sonnet-4-5-20250929-v1:0 +- claude-sonnet-4-6 - codestral/codestral-2405 - codestral/codestral-latest - databricks/databricks-claude-3-7-sonnet @@ -131,11 +135,13 @@ cog.out(model_list) - eu.anthropic.claude-opus-4-5-20251101-v1:0 - eu.anthropic.claude-sonnet-4-20250514-v1:0 - eu.anthropic.claude-sonnet-4-5-20250929-v1:0 +- eu.anthropic.claude-sonnet-4-6 - glm-4-7-251222 - global.anthropic.claude-haiku-4-5-20251001-v1:0 - global.anthropic.claude-opus-4-5-20251101-v1:0 - global.anthropic.claude-sonnet-4-20250514-v1:0 - global.anthropic.claude-sonnet-4-5-20250929-v1:0 +- global.anthropic.claude-sonnet-4-6 - jp.anthropic.claude-haiku-4-5-20251001-v1:0 - jp.anthropic.claude-sonnet-4-5-20250929-v1:0 - kimi-k2-thinking-251104 @@ -144,9 +150,12 @@ cog.out(model_list) - mistral/codestral-latest - mistral/codestral-mamba-latest - mistral/devstral-2512 +- mistral/devstral-latest - mistral/devstral-medium-2507 +- mistral/devstral-medium-latest - mistral/devstral-small-2505 - mistral/devstral-small-2507 +- mistral/devstral-small-latest - mistral/labs-devstral-small-2512 - mistral/magistral-medium-2506 - mistral/magistral-medium-2509 @@ -197,6 +206,7 @@ cog.out(model_list) - us.anthropic.claude-opus-4-5-20251101-v1:0 - us.anthropic.claude-sonnet-4-20250514-v1:0 - us.anthropic.claude-sonnet-4-5-20250929-v1:0 +- us.anthropic.claude-sonnet-4-6 - vercel_ai_gateway/anthropic/claude-3-5-sonnet - vercel_ai_gateway/anthropic/claude-3-5-sonnet-20241022 - vercel_ai_gateway/anthropic/claude-3-7-sonnet @@ -230,6 +240,8 @@ cog.out(model_list) - vertex_ai/claude-sonnet-4 - vertex_ai/claude-sonnet-4-5 - vertex_ai/claude-sonnet-4-5@20250929 +- vertex_ai/claude-sonnet-4-6 +- vertex_ai/claude-sonnet-4-6@default - vertex_ai/claude-sonnet-4@20250514 - vertex_ai/deepseek-ai/deepseek-r1-0528-maas - vertex_ai/deepseek-ai/deepseek-v3.1-maas diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index d8bbaed0f..2dbd37f4d 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -47,6 +47,7 @@ cog.out(get_help_md()) | **/model** | Switch the Main Model to a new LLM | | **/models** | Search the list of available models | | **/multiline-mode** | Toggle multiline mode (swaps behavior of Enter and Meta+Enter) | +| **/ok** | Alias for `/code Ok, please go ahead and make those changes.` | | **/paste** | Paste image/text from the clipboard into the chat. Optionally provide a name for the image. | | **/quit** | Exit the application | | **/read-only** | Add files to the chat that are for reference only, or turn added files to read-only | diff --git a/aider/website/index.html b/aider/website/index.html index 89c4aeb68..84220d4a2 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -73,7 +73,7 @@ cog.out(text)
📦 Installs - 4.9M + 5.1M
📈 Tokens/week