Build with Free.ai — one Bearer token, 400+ AI tools.
, Ishusho, Videwo...,,,,, Guhindura - Byose ku A UMWE - Impera Akadomo. Kigenga, Bibonerana, Ku.
30,000 Kigenga / Umunsi. Oya Bya ngombwa Kuri Tangira & vendorShortName;.
Impera Akadomo
buri Urugero:. ya: Ishusho Urugero:. i Urugero: Na: A UMWE Ikurikiranyanyuguti. -.
, Igaragazambere -
- Udushushondanga Ku Inyungu. Udushushondanga & Ongera A Bibonerana Nka Igipimo. i Inyungu.
Ururimi: Inyuma Bya i Agasanduku
, Guhindura,, - buri Na: Oya Birenzeho. A Ururimi: Inyandikoporogaramu na.
ISEGONDA
,. - -... Urufunguzo in na Gukoresha.
curl https://api.free.ai/v1/chat/ \
-H "Authorization: Bearer sk-free-YOUR-KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen2.5-7b",
"messages": [{"role":"user","content":"Hello!"}]
}'import requests
r = requests.post(
"https://api.free.ai/v1/chat/",
headers={"Authorization": "Bearer sk-free-YOUR-KEY"},
json={
"model": "qwen2.5-7b",
"messages": [{"role": "user", "content": "Hello!"}],
},
)
print(r.json()["choices"][0]["message"]["content"])const r = await fetch("https://api.free.ai/v1/chat/", {
method: "POST",
headers: {
"Authorization": "Bearer sk-free-YOUR-KEY",
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "qwen2.5-7b",
messages: [{role: "user", content: "Hello!"}],
}),
});
const data = await r.json();
console.log(data.choices[0].message.content);package main
import (
"bytes"; "fmt"; "io"; "net/http"
)
func main() {
body := []byte(`{"model":"qwen2.5-7b","messages":[{"role":"user","content":"Hello!"}]}`)
req, _ := http.NewRequest("POST", "https://api.free.ai/v1/chat/", bytes.NewBuffer(body))
req.Header.Set("Authorization", "Bearer sk-free-YOUR-KEY")
req.Header.Set("Content-Type", "application/json")
resp, _ := http.DefaultClient.Do(req)
defer resp.Body.Close()
out, _ := io.ReadAll(resp.Body)
fmt.Println(string(out))
}require "net/http"
require "json"
uri = URI("https://api.free.ai/v1/chat/")
req = Net::HTTP::Post.new(uri, {
"Authorization" => "Bearer sk-free-YOUR-KEY",
"Content-Type" => "application/json",
})
req.body = {
model: "qwen2.5-7b",
messages: [{role: "user", content: "Hello!"}],
}.to_json
res = Net::HTTP.start(uri.host, uri.port, use_ssl: true) { |h| h.request(req) }
puts JSON.parse(res.body)["choices"][0]["message"]["content"]- in mu buryo bwikora:
1 =. - Udushushondanga Ku Inyungu. Udushushondanga Na: - & Umunsi.
Gutunganya
@handle Nka a
ku, A Rimwe - Umurongo: IYANDIKA Itagi: ku Icyo ari cyo cyose Ipaji:.; Konti: Hejuru i Igihe.
Webhooks
A ya: Igihe - (Vidiyo:,, Gusangiza - Ihuza Kurema, Hasi - Ibimenyetso). - Isinya in - -.
Kugena Imiterere →