Skip to content

Instantly share code, notes, and snippets.

View Pushkraj19's full-sized avatar
🏷️
Guiding the ship 🚢 while building its engine ⚙️.

Pushkraj Jori Pushkraj19

🏷️
Guiding the ship 🚢 while building its engine ⚙️.
View GitHub Profile
@Pushkraj19
Pushkraj19 / gist:efbf549477bf428179e7e08a48461ea6
Created June 23, 2026 03:12
Best FreeLLMAPI Alternatives (2026) | LiteLLM, Portkey, OpenRouter, Free LLM Gateway & More

Best FreeLLMAPI Alternatives in 2026

If you've been using FreeLLMAPI and are looking for similar projects, you're not alone.

FreeLLMAPI became popular because it provides a single OpenAI-compatible API endpoint that can route requests to multiple AI providers. This makes it easy to switch between models without rewriting application code.

Whether you're building AI applications with Laravel, PHP, Node.js, Python, or any OpenAI SDK, having a unified API layer can save significant development time.

This guide covers the best alternatives to FreeLLMAPI, including self-hosted gateways, free provider aggregators, OpenAI-compatible proxies, and enterprise-grade AI routing solutions.

<?php
// Your API Key
$api_key = '************'; # -> Your API key goes here
// Add your websites to this array
$websites = ["https://example.in", "https://example.com"];
// Add Uptime Monitor API Call
$api_call = 'https://api.hetrixtools.com/v2/'.$api_key.'/uptime/add/';
@Pushkraj19
Pushkraj19 / PayUHashGenerator.php
Last active February 2, 2026 09:04
PayU Hash Generator Utility PHP Class
<?php
namespace App\Services\Gateways\PayU;
/**
* PayU Hash Generator Utility Class
*
* Handles all hash generation and validation scenarios for PayU payment gateway.
*
* @see https://docs.payu.in/docs/generate-hash-merchant-hosted
@Pushkraj19
Pushkraj19 / gist:ba6c9bc8a77ae780db015bd56148654c
Created February 2, 2026 07:35
PayU Hash Generator Utility PHP Class
<?php
namespace App\Services\Gateways\PayU;
/**
* PayU Hash Generator Utility Class
*
* Handles all hash generation and validation scenarios for PayU payment gateway.
*
* @see https://docs.payu.in/docs/generate-hash-merchant-hosted
@Pushkraj19
Pushkraj19 / countries.json
Created August 13, 2022 17:03
Country Name with Timezones
[
{
"name": "Côte d\\'Ivoire",
"phone_prefix": "225",
"timezone": "Africa/Abidjan",
"code": "CI"
},
{
"name": "Ghana",
"phone_prefix": "233",