diff --git a/features/agents.mdx b/features/agents.mdx index 32e252b..9e4404c 100644 --- a/features/agents.mdx +++ b/features/agents.mdx @@ -54,7 +54,7 @@ See [Models](/features/models) for the full supported model list, BYOK details, }> A minimal, extensible terminal coding harness with multi-provider support. - **Providers:** Anthropic, OpenAI, Google Gemini, GitHub Copilot, Azure OpenAI, Amazon Bedrock, Mistral, Groq, xAI, OpenRouter, and more + **Models:** Opus 4.7, Opus 4.6, Sonnet 4.6, Opus 4.5, Haiku 4.5, GPT-5.5, GPT-5.4, GPT-5.3 Codex, GPT-5.4 Mini, GPT-5.4 Nano, GPT-5.2, GLM 5.1, Kimi K2.6, DeepSeek V4 Pro, MiniMax M2.7 diff --git a/index.mdx b/index.mdx index 6795ab7..5ae53a3 100644 --- a/index.mdx +++ b/index.mdx @@ -51,6 +51,7 @@ Tembo is harness and model agnostic. Pick the right tool for each session. Tag ` | **Cursor** | Anthropic, OpenAI, Google, xAI | `claude-4-5-sonnet` | | **Opencode** | Anthropic, OpenAI, OSS | `claude-4-5-sonnet` | | **Amp** | Anthropic (auto-selected) | `auto` | + | **Pi** | Anthropic, OpenAI, Google, GitHub Copilot, Azure, Bedrock, Mistral, Groq, xAI, OpenRouter | `claude-sonnet-4-6` | Codex and OpenCode also support `gpt-5.4`, `gpt-5.4-mini`, and `gpt-5.4-nano`. diff --git a/resources/snippets/coding-agents-table.mdx b/resources/snippets/coding-agents-table.mdx index c088cea..582840c 100644 --- a/resources/snippets/coding-agents-table.mdx +++ b/resources/snippets/coding-agents-table.mdx @@ -10,6 +10,6 @@ description: Reusable table comparing supported agent harnesses, their model pro | **Opencode** | Anthropic/OpenAI/OSS | `claude-4-5-sonnet` | | **Amp** | Anthropic (auto-selected) | (auto-selected) | | **Cursor** | Anthropic/OpenAI/Google/Cursor/XAI | `claude-4-5-sonnet` | -| **Pi** | Anthropic/OpenAI/Google/GitHub Copilot/Azure/Bedrock/Mistral/Groq/xAI/OpenRouter/and more | (configurable) | +| **Pi** | Anthropic/OpenAI/OSS | `claude-sonnet-4-6` | Codex and OpenCode also support `gpt-5.4`, `gpt-5.4-mini`, and `gpt-5.4-nano`.