Logo
LLAMA 2 7B

LLAMA 2 7B

Llama 2 is Meta's open source large language model (LLM).

Free Plan
Paid Plan

API Information

Valid REST Methods: POST


Endpoint https://api.intellapi.com/api/ask-a-question


Request Headers :

Grab Your API Key From The Sign-up Email.


x-token : 'Your API Key Here'

- Note: This Is Required !


Sample JSON Query:


We are prompting the Llama 2 Model with a question that consists of "Hello".


    { "question":"Hello" }

Sample Output: Response Returned From API


{ "result": "\"Hello! I'm here to assist you in any way I can. Is there something specific you need help with or would you like to chat for a bit?"" }