/
EN
enterpilot
/
GoModel API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 5h ago
View markdown
enterpilot
GoModel API
post
Create a message (Anthropic Messages API)
a9c84e4d4f3d
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2026-08-11
109
177
388.8 KB
admin
51
audio
3
batch
5
chat
1
conversations
8
embeddings
1
files
5
mcp
6
messages
8
post
Create a message (Anthropic Messages API)
get
List message batches
post
Create a message batch (Anthropic Message Batches API)
get
Get a message batch
delete
Delete an ended message batch
post
Cancel a message batch
get
Get message batch results (JSONL)
post
Count message tokens (Anthropic Messages API)
models
1
passthrough
7
realtime
3
responses
7
system
2
usage
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