Logo
LLAMA 2 7B

Vicuna

Vicuna-13B is an open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.

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 Vicuna Model with a question that consists of "Hello".

We use the "modelNumber" 3 for this.


    { "question": "Hello", "modelNumber": 3 }

Sample Output: Response Returned From API


{ "result": "\"Hello! How can I help you today?\"" }