Chat completions basic
The Taam API offers a powerful AI chat service that enables the seamless integration of intelligent conversational agents into your applications.
Last updated
The Taam API offers a powerful AI chat service that enables the seamless integration of intelligent conversational agents into your applications.
Last updated
POST
v1/chat/completions
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
stream
false
Boolean
Yes
Whether to stream (typewriter effect)
messages
-
Array
Yes
List of messages in the conversation so far
messages.role
user
String
Yes
Role of the message sender (e.g., user)
messages.content
Hello
String
Yes
Content of the message
model
gpt-4o
String
Yes
Model to be used for the conversation
json raw
name
string
Name of the user
age
number
Age of the user
Response