Create assistant
POST {{baseUrl}}/assistants
Request Body
{"instructions"=>"You are a personal math tutor. Write and run code to answer math questions.", "name"=>"Math Tutor", "tools"=>[{"type"=>"code_interpreter"}], "model"=>"gpt-4o"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"id":"asst_j7jtOAHo7kF44B7ntwOlEniB","object":"assistant","created_at":1725129507,"name":"Math Tutor","description":null,"model":"gpt-4o","instructions":"You are a personal math tutor. Write and run code to answer math questions.","tools":[{"type":"code_interpreter"}],"top_p":1,"temperature":1,"tool_resources":{"code_interpreter":{"file_ids":[]}},"metadata":{},"response_format":"auto"}