Skip to content

Commit

Permalink
docs[patch]: Update chat model feature list table (langchain-ai#6209)
Browse files Browse the repository at this point in the history
* docs[patch]: Update chat model feature list table

* chore: lint files
  • Loading branch information
bracesproul authored Jul 25, 2024
1 parent ea9d533 commit 37321ef
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/core_docs/docs/integrations/chat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,23 @@ The table shows, for each integration, which features have been implemented with

| Model | Stream | JSON mode | [Tool Calling](/docs/how_to/tool_calling/) | [`withStructuredOutput()`](/docs/how_to/structured_output/#the-.withstructuredoutput-method) | [Multimodal](/docs/how_to/multimodal_inputs/) |
| :---------------------- | :----: | :-------: | :----------------------------------------: | :------------------------------------------------------------------------------------------: | :-------------------------------------------: |
| BedrockChat | βœ… | ❌ | 🟑 (Bedrock Anthropic only) | ❌ | ❌ |
| BedrockChat | βœ… | ❌ | 🟑 (Bedrock Anthropic only) | 🟑 (Bedrock Anthropic only) | 🟑 (Bedrock Anthropic only) |
| ChatBedrockConverse | βœ… | ❌ | βœ… | βœ… | βœ… |
| ChatAlibabaTongyi | ❌ | ❌ | ❌ | ❌ | ❌ |
| ChatAnthropic | βœ… | ❌ | βœ… | βœ… | βœ… |
| ChatBaiduWenxin | ❌ | ❌ | ❌ | ❌ | ❌ |
| ChatCloudflareWorkersAI | βœ… | ❌ | ❌ | ❌ | ❌ |
| ChatCohere | βœ… | ❌ | βœ… | βœ… | ❌ |
| ChatFireworks | βœ… | βœ… | βœ… | ❌ | ❌ |
| ChatGoogleGenerativeAI | βœ… | ❌ | ❌ | ❌ | βœ… |
| ChatCohere | βœ… | ❌ | βœ… | βœ… | βœ… |
| ChatFireworks | βœ… | βœ… | βœ… | βœ… | βœ… |
| ChatGoogleGenerativeAI | βœ… | ❌ | βœ… | βœ… | βœ… |
| ChatVertexAI | βœ… | ❌ | βœ… | βœ… | βœ… |
| ChatGroq | βœ… | βœ… | 🟑 | βœ… | ❌ |
| ChatGroq | βœ… | βœ… | βœ… | βœ… | βœ… |
| ChatLlamaCpp | βœ… | ❌ | ❌ | ❌ | ❌ |
| ChatMinimax | ❌ | ❌ | ❌ | ❌ | ❌ |
| ChatMistralAI | ❌ | βœ… | βœ… | βœ… | ❌ |
| ChatOllama | βœ… | βœ… | ❌ | ❌ | ❌ |
| ChatMistralAI | ❌ | βœ… | βœ… | βœ… | βœ… |
| ChatOllama | βœ… | βœ… | βœ… | βœ… | βœ… |
| ChatOpenAI | βœ… | βœ… | βœ… | βœ… | βœ… |
| ChatTencentHunyuan | βœ… | ❌ | ❌ | ❌ | ❌ |
| ChatTogetherAI | βœ… | βœ… | ❌ | ❌ | ❌ |
| ChatTogetherAI | βœ… | βœ… | βœ… | βœ… | βœ… |
| ChatYandexGPT | ❌ | ❌ | ❌ | ❌ | ❌ |
| ChatZhipuAI | ❌ | ❌ | ❌ | ❌ | ❌ |

0 comments on commit 37321ef

Please sign in to comment.