SLNG. API

Documentation

Endpoint:https://api.slng.ai

LLM Models

POST
https://api.slng.ai
/v1/llm

Large Language Model endpoints for text generation and processing.

LLM ModelsRequest Body

  • promptstring · required

    Input prompt for the LLM

  • modelstring

    LLM model to use

LLM ModelsResponses

LLM response

  • responsestring

Llama 4 Scout

POST
https://api.slng.ai
/v1/llm/llama-4-scout

Large Language Model endpoints for text generation and processing.

Llama 4 Scout Headers

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Llama 4 Scout Request Body

  • promptstring · required

    Input prompt for the LLM

  • modelstring

    LLM model to use

Llama 4 Scout Responses

LLM response

  • responsestring