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