LowCodeAPI
32 APIs
  • Message(1)
  • Admin API(3)
POST
POST
GET
DELETE
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
Response
API response data will be shown here once the request is completed.
Anthropic