LangChain Reference home page
Search...
āK
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
āI
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
ā¢
Shift+Enter
new line
Menu
Navigation
Projects
Community
Anthropic
AWS
Azure CosmosDB
Baidu Qianfan
Cloudflare
DeepSeek
Google
Node
Google Cloud SQL PG
Google Common
Google GAuth
Google GenAI
Google Vertex AI
Google Vertex AI Web
Google WebAuth
Overview
Chat Models
LLMs
Embeddings
Groq
Mistral AI
MongoDB
Ollama
OpenAI
OpenRouter
Redis
Turbopuffer
xAI
Yandex
Language
Python
JavaScript
Theme
Light
Dark
JavaScript
@langchain/google-webauth
types
AnthropicRequest
Interface
v2.3.0 (latest)
ā
Since v0.2
AnthropicRequest
Copy
interface
AnthropicRequest
Properties
property
anthropic_version
:
string
property
max_tokens
:
number
property
messages
:
AnthropicMessage
[]
property
metadata
:
AnthropicMetadata
property
stop_sequences
:
string
[]
property
stream
:
boolean
property
system
:
string
property
temperature
:
number
property
thinking
:
AnthropicThinking
property
tool_choice
:
AnthropicToolChoice
property
tools
:
AnthropicTool
[]
property
top_k
:
number
property
top_p
:
number
View source on GitHub
Version History