You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/core_docs/docs/concepts/chat_models.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ LangChain provides a consistent interface for working with chat models from diff
19
19
- Integrations with many chat model providers (e.g., Anthropic, OpenAI, Ollama, Microsoft Azure, Google Vertex, Amazon Bedrock, Hugging Face, Cohere, Groq). Please see [chat model integrations](/docs/integrations/chat/) for an up-to-date list of supported models.
20
20
- Use either LangChain's [messages](/docs/concepts/messages) format or OpenAI format.
21
21
- Standard [tool calling API](/docs/concepts/tool_calling): standard interface for binding tools to models, accessing tool call requests made by models, and sending tool results back to the model.
22
-
- Standard API for structuring outputs(/docs/concepts/structured_outputs) via the `withStructuredOutput` method.
22
+
- Standard API for [structuring outputs](/docs/concepts/structured_outputs) via the `withStructuredOutput` method.
23
23
- Integration with [LangSmith](https://docs.smith.langchain.com) for monitoring and debugging production-grade applications based on LLMs.
24
24
- Additional features like standardized [token usage](/docs/concepts/messages#token_usage), [rate limiting](#rate-limiting), [caching](#cache) and more.
0 commit comments