Agents
Create Agent
POST
/
agents
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
description
string
requiredmodelName
enum<string>
Available options:
gpt_4_o
, gpt_4o_search
, gpt_4o_mini
, gpt_4o_mini_search
, gpt_o1
, gpt_o3_mini
, gpt_41
, gpt_41_mini
, gpt_41_nano
, gemini_pro
, gemini_pro_preview
, gemini_flash
, gemini_flash_lite
, gemma_3_27b
, llama_3_8b_instruct
, llama_3_70b_instruct
, llama_4_maverick
, llama_4_scout
, command_r
, command_a
, claude_3_haiku
, claude_3_sonnet
, claude_sonnet (3.7)
, claude_3_opus
, mistral_7b_instruct
, mistral_large
, mistral_small
, mistral_nemo
, mythomax_l2_13b
, wizardlm_2
, phi_4
, deepseek_coder
, deepseek_v3
, deepseek_r1
, qwen_qwq
, qwen_72b
, qwen_max
, qwen_plus
, qwen_turbo
, quasar_alpha
, optimus_alpha
, sabia_3
, grok_2
, grok_3
, grok_3_mini
, groq_gemma2_9b
, groq_llama3_8b
, groq_llama3_70b
, groq_llama3_90b
temperature
number
Temperature of the model (min 0.0, max 1.0)
systemPrompt
string
Agent system prompt
visibility
enum<string>
Available options:
public
, private
Response
200 - application/json
id
string
name
string
description
string
modelName
enum<string>
Available options:
gpt_4_o
, gpt_4o_search
, gpt_4o_mini
, gpt_4o_mini_search
, gpt_o1
, gpt_o3_mini
, gpt_41
, gpt_41_mini
, gpt_41_nano
, gemini_pro
, gemini_pro_preview
, gemini_flash
, gemini_flash_lite
, gemma_3_27b
, llama_3_8b_instruct
, llama_3_70b_instruct
, llama_4_maverick
, llama_4_scout
, command_r
, command_a
, claude_3_haiku
, claude_3_sonnet
, claude_sonnet (3.7)
, claude_3_opus
, mistral_7b_instruct
, mistral_large
, mistral_small
, mistral_nemo
, mythomax_l2_13b
, wizardlm_2
, phi_4
, deepseek_coder
, deepseek_v3
, deepseek_r1
, qwen_qwq
, qwen_72b
, qwen_max
, qwen_plus
, qwen_turbo
, quasar_alpha
, optimus_alpha
, sabia_3
, grok_2
, grok_3
, grok_3_mini
, groq_gemma2_9b
, groq_llama3_8b
, groq_llama3_70b
, groq_llama3_90b
temperature
number
Temperature of the model (min 0.0, max 1.0)
visibility
enum<string>
Available options:
public
, private
systemPrompt
string
Agent system prompt
Was this page helpful?