Skip to main content
GET
/
langchain
/
v1
/
models
List models (LangChain - OpenAI format)
curl --request GET \
  --url http://localhost:8080/langchain/v1/models
{
  "object": "list",
  "data": [
    {
      "id": "<string>",
      "object": "model",
      "owned_by": "<string>",
      "created": 123,
      "active": true,
      "context_window": 123
    }
  ]
}

Response

Successful response

object
string
default:list
data
object[]