/
EN
enterpilot
/
GoModel API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3h ago
Details
Filter operations
admin
26
audio
2
batch
5
chat
1
conversations
4
embeddings
1
files
5
messages
2
post
Create a message (Anthropic Messages API)
post
Count message tokens (Anthropic Messages API)
models
1
passthrough
7
realtime
1
responses
7
system
2
messages
Create a message (Anthropic Messages API)
post
/v1/messages
Request body
AnthropicapiMessagesRequest
required
max_tokens
integer
messages
AnthropicapiMessage[]
metadata
AnthropicapiMetadata
model
string
stop_sequences
string[]
stream
boolean
system
union
temperature
number
thinking
AnthropicapiThinking
tool_choice
AnthropicapiToolChoice
tools
AnthropicapiTool[]
top_k
integer
top_p
number
Response
JSON response or SSE stream when stream=true
AnthropicapiMessagesResponse
required
content
AnthropicapiResponseContentBlock[]
id
string
model
string
role
string
stop_reason
string
stop_sequence
string
type
string
usage
AnthropicapiUsage
Changes