API
Your key will appear here
xxxx-xxxx-xxxx-xxxx
FAQ
What does Jabir mean?
Jabir or Jabeer Gazelle, which is also known as Chinkara is a species of Gazelle native to Iran, Pakistan and India. The name "Jabeer" or "Jabir" is commonly used in the southern parts of Iran and as an environmental concern, we've named our project aftet this animal.
What is this model for?
This model is a general purpose and multilingual model. It's up to your creativity to make suitable for different tasks.
Is it open source?
Open weights will be available as soon as possible!
Will it always be free?
It will be free as long as we can afford it and we get enough support from our beloved users.
Why should I provide an app name?
It is only for keeping track of how many users we have.
Will our requests be saved on your servers?
No. We won't save your data anywhere.
Can I use this API commercially?
A thousand times, yes.
How can I contribute to this project?
Just take a look at our github page and you can send an email to this address to gain access to the organization!
How will Jabir Project make money?
Currently, we count on you to support us :-)
Is the API OpenAI compatible?
Currently, it's not.
API Documents
/generate endpoint
- Base URL: https://api.jabirproject.org/generate
- Methods: POST
- Headers:
apikey
This endpoint is dedicated to text generation. The text generation process is somewhat similar to most of the other LLM API's and you need an array of messages like the JSON object below:
{
"messages" : [
{"role" : "user", "content" : "YOUR MESSAGE"}
]
}
after obtaining the API key, you basically need to make a request like the following example:
curl --location \
--request POST 'https://api.jabirproject.org/generate' \
--header 'Content-Type: application/json' \
--header 'apikey: Your API Key' \
--data-raw '{
"messages" : [
{
"role" : "user",
"content" : "Hi, who are you?"
}
]
}'
And this is an example python code using requests
library. It's been tested on python 3.8+ and worked perfectly.
Sponsors
How can we donate?
It's easy, we have these wallets and you can donate different currencies to the project!
Wallets
- Bitcoin (BTC):
bc1qtah5agu8629kj3j3jx4w6w0nj7l4srknwg8wku
- Doge Coin (DOGE):
D7dG7Tk4C8e4K5UdPZyoU76tXZ5LkcCVm1
- Ethereum (ETH):
0x26abcBd0437C2F2B713D6C2d598cD4988DbacC87
- Solana (SOL):
8VgLEL2Y6TFWgzdeK5zCMTRN23EQ4HZaK3xsoe6Jggnc
- Telegram's Ton (TON):
UQBtQ4UBf1gOnlAfkgAo-XNNOCQ_dKlVWj3xygit7oUX4uVA
- Tron (TRX):
TKx8FWAozZmwDsPAYcGbNnE56mJDxJ4ZWF
How can we become a major sponsor?
If you can financially support our product or provide infrastructure grants for hosting our models, you can contact us at muhammadreza.haghiri@gmail.com and send your proposals.