Start a conversation with an LLM using existing OpenAI schemas.
Last updated 16 days ago
/async/chat/create
Llama-3.1 8B
low
medium
high
1
auto
default
Default Response
curl -L \ --request POST \ --url '/async/chat/create' \ --header 'Content-Type: application/json' \ --data '{"model":"Llama-3.1 8B","messages":[{"role":"system","content":"text"}],"reasoning_effort":"medium","metadata":{},"frequency_penalty":0,"max_completion_tokens":128,"n":1,"modalities":["text"],"presence_penalty":0,"seed":727596,"service_tier":"default","stop":[null],"temperature":1,"top_p":1,"tools":[{"type":"function","function":{"name":"text","parameters":{},"strict":false}}],"tool_choice":"none","parallel_tool_calls":true}'
{ "id": "text" }