LowCodeAPI
32 APIs
  • Message(1)
  • Admin API(3)
122 APIs
21 APIs
118 APIs
29 APIs
20 APIs
5 APIs
7 APIs
19 APIs
47 APIs
14 APIs
1 APIs
4 APIs
1 APIs
17 APIs
6 APIs
3 APIs
7 APIs
63 APIs
35 APIs
19 APIs
31 APIs
19 APIs
3 APIs
48 APIs
POST
POST
https://api.lowcodeapi.com/anthropic/v1/messages
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
modelstring*
The model that will complete your prompt
toolsarray
Definitions of tools that the model may use
top_knumber
Only sample from the top K options for each subsequent token
top_pnumber
Use nucleus sampling
streamboolean
Whether to incrementally stream the response using server-sent events
systemstring
System prompt
messagesarray*
Input messages
metadataarray
Custom text sequences that will cause the model to stop generating
max_tokensnumber*
The maximum number of tokens to generate before stopping
temperaturenumber
Amount of randomness injected into the response
stop_sequencesobject
An object describing metadata about the request
Anthropic