Logo
LLAMA 2 7B

Falcon

Falcon is a new family of state-of-the-art language models created by the Technology Innovation Institute in Abu Dhabi, and released under the Apache 2.0 license.

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

We use the "modelNumber" 4 for this.


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

Sample Output: Response Returned From API


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