RedLibre — API de IA

Endpoint compatible con OpenAI. Servicio en preparación.

URL base

https://api.redlibre.cl/v1

Ejemplo

curl https://api.redlibre.cl/v1/chat/completions \
  -H "Authorization: Bearer TU_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"hola"}]}'