/
EN
enterpilot
/
GoModel API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 24m ago · Updated 4d ago
Details
Filter operations
admin
26
batch
5
chat
1
embeddings
1
files
5
messages
2
post
Create a message (Anthropic Messages API)
post
Count message tokens (Anthropic Messages API)
models
1
passthrough
7
responses
7
system
1
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