POST
/
v1
/
llms
cURL
curl --request POST \
  --url https://api.anam.ai/v1/llms \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "displayName": "<string>",
  "description": "<string>",
  "urls": [
    {
      "url": "<string>"
    }
  ],
  "llmFormat": "openai",
  "modelName": "<string>",
  "secret": "<string>",
  "metadata": {}
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201

Successfully created LLM