{
  "project_id": "Devansh-365/freellm",
  "repo": "Devansh-365/freellm",
  "name": "freellm",
  "github_url": "https://github.com/Devansh-365/freellm",
  "homepage_url": "https://freellms.vercel.app",
  "language": "TypeScript",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "llm_gateway"
  ],
  "tags": [
    "api-gateway",
    "cerebras",
    "circuit-breaker",
    "free-api",
    "gemini",
    "groq",
    "llm",
    "llm-gateway",
    "mistral",
    "nvidia",
    "ollama",
    "openai-api",
    "openai-compatible",
    "rate-limiting"
  ],
  "description": " OpenAI-compatible gateway aggregating 8 free LLM providers with automatic failover, circuit breakers, and smart routing. 32+ models, zero cost.",
  "overview": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
  "alternatives": [
    {
      "repo": "off-grid-ai/OGAD",
      "reason": "Same llm gateway intent with llm_gateway overlap."
    },
    {
      "repo": "Hal0ai/hal0",
      "reason": "Same llm gateway intent with llm_gateway overlap."
    },
    {
      "repo": "frieser/antigravity-proxy",
      "reason": "Same llm gateway intent with llm_gateway overlap."
    }
  ],
  "related": [
    {
      "repo": "Shaivpidadi/FreeRideV3",
      "reason": "Related to Devansh-365/freellm through llm gateway category and cloudflare deployment."
    },
    {
      "repo": "MiXaiLL76/auto_ai_router",
      "reason": "Related to Devansh-365/freellm through llm gateway category and docker deployment."
    },
    {
      "repo": "andreimerfu/pllm",
      "reason": "Related to Devansh-365/freellm through llm gateway category and docker deployment."
    },
    {
      "repo": "trefeon/freebuff-proxy",
      "reason": "Related to Devansh-365/freellm through llm gateway category and docker deployment."
    },
    {
      "repo": "Portkey-AI/gateway",
      "reason": "Related to Devansh-365/freellm through shared Cloudflare Workers dependency context."
    },
    {
      "repo": "songquanpeng/one-api",
      "reason": "Related to Devansh-365/freellm through shared Cloudflare Workers dependency context."
    },
    {
      "repo": "ENTERPILOT/GoModel",
      "reason": "Related to Devansh-365/freellm through shared LLM provider dependency context."
    },
    {
      "repo": "VkRainB/ccMesh",
      "reason": "Related to Devansh-365/freellm through llm gateway category and library_only deployment."
    }
  ],
  "dependencies": [
    "Cloudflare Workers",
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "cloudflare",
    "serverless",
    "vercel",
    "library_only",
    "local"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "route LLM requests",
    "standardize model provider access",
    "add gateway-level controls"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"gateway\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Matched \"cloudflare workers\" in repository content.",
        "Matched \"vercel\" in repository content.",
        "Matched \"serverless\" in repository content.",
        "Matched \"npm install\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Cloudflare deployment path suggests a guided serverless setup."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Cloudflare signal: cloudflare workers.",
        "Runtime blocker: python."
      ]
    }
  },
  "quality_signals": {
    "stars": 62,
    "recent_commits": 0,
    "contributors": 1,
    "issue_response_time_hours": null,
    "release_frequency_180d": 7
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 36,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 13,
  "agent_score": 59,
  "score": 68,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 21,
    "deployment": 100,
    "popularity": 36,
    "community": 46
  },
  "git_top_score": 68,
  "git_top_score_breakdown": {
    "community": 63,
    "maintenance": 26,
    "documentation": 92,
    "stability": 85,
    "adoption": 50,
    "agent_readability": 100
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-16T03:30:52.080Z",
    "signals": {
      "activity": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.pushed_at",
          "metrics.recent_push_days"
        ]
      },
      "license": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.license"
        ]
      },
      "documentation": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.description"
        ]
      },
      "runtime": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.deployment",
          "agent_card.cloudflare_ready"
        ]
      },
      "install": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "installation/build probe is not enabled"
        ]
      },
      "security": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "dependency/security scan is not enabled"
        ]
      },
      "mcp": {
        "status": "not_applicable",
        "source": "git_top_runtime",
        "evidence": [
          "project is not classified as mcp_server"
        ]
      }
    },
    "coverage": {
      "observed": 3,
      "inferred": 1,
      "not_run": 2,
      "unknown": 0
    },
    "next_steps": [
      "Run an installation/build probe before production adoption.",
      "Run a dependency and security scan before treating the score as a trust claim."
    ]
  },
  "summary": {
    "tl_dr": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
    "purpose": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
    "install": "Deploy on Cloudflare Workers using the repository's deployment instructions.",
    "inputs": [
      "model requests",
      "routing config",
      "provider credentials"
    ],
    "outputs": [
      "proxied completions",
      "routed responses",
      "usage metrics"
    ],
    "good_for": [
      "route LLM requests",
      "standardize model provider access",
      "add gateway-level controls",
      "model routing",
      "provider abstraction",
      "LLM proxying"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "local-only inference",
      "non-LLM services"
    ],
    "deployment": [
      "docker",
      "cloudflare",
      "serverless",
      "vercel",
      "library_only",
      "local"
    ],
    "alternatives": [
      {
        "repo": "off-grid-ai/OGAD",
        "reason": "Same llm gateway intent with llm_gateway overlap."
      },
      {
        "repo": "Hal0ai/hal0",
        "reason": "Same llm gateway intent with llm_gateway overlap."
      },
      {
        "repo": "frieser/antigravity-proxy",
        "reason": "Same llm gateway intent with llm_gateway overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"gateway\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"cloudflare workers\" in repository content.",
          "Matched \"vercel\" in repository content.",
          "Matched \"serverless\" in repository content.",
          "Matched \"npm install\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Cloudflare deployment path suggests a guided serverless setup."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Cloudflare signal: cloudflare workers.",
          "Runtime blocker: python."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 36,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-16T03:30:52.080Z",
      "signals": {
        "activity": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.pushed_at",
            "metrics.recent_push_days"
          ]
        },
        "license": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.license"
          ]
        },
        "documentation": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.description"
          ]
        },
        "runtime": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.deployment",
            "agent_card.cloudflare_ready"
          ]
        },
        "install": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "installation/build probe is not enabled"
          ]
        },
        "security": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "dependency/security scan is not enabled"
          ]
        },
        "mcp": {
          "status": "not_applicable",
          "source": "git_top_runtime",
          "evidence": [
            "project is not classified as mcp_server"
          ]
        }
      },
      "coverage": {
        "observed": 3,
        "inferred": 1,
        "not_run": 2,
        "unknown": 0
      },
      "next_steps": [
        "Run an installation/build probe before production adoption.",
        "Run a dependency and security scan before treating the score as a trust claim."
      ]
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics",
      "verification.signals"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-09-16T03:30:52.080Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Independent installation, security, or runtime probes have not been run for this project."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics",
    "verification.signals"
  ],
  "last_verified_at": "2026-09-16T03:30:52.080Z",
  "knowledge": {
    "project": {
      "id": "Devansh-365/freellm",
      "owner": "Devansh-365",
      "name": "freellm",
      "full_name": "Devansh-365/freellm",
      "github_url": "https://github.com/Devansh-365/freellm",
      "homepage_url": "https://freellms.vercel.app",
      "description": " OpenAI-compatible gateway aggregating 8 free LLM providers with automatic failover, circuit breakers, and smart routing. 32+ models, zero cost.",
      "language": "TypeScript",
      "topics": [
        "api-gateway",
        "cerebras",
        "circuit-breaker",
        "free-api",
        "gemini",
        "groq",
        "llm",
        "llm-gateway",
        "mistral",
        "nvidia",
        "ollama",
        "openai-api",
        "openai-compatible",
        "rate-limiting"
      ],
      "license": "MIT",
      "stars": 62,
      "forks": 11,
      "open_issues": 1,
      "default_branch": "main",
      "created_at": "2026-04-03T05:55:36Z",
      "updated_at": "2026-09-10T07:14:10Z",
      "pushed_at": "2026-05-29T10:57:59Z",
      "synced_at": "2026-09-16T03:30:52.080Z"
    },
    "agent_card": {
      "project_id": "Devansh-365/freellm",
      "project_kind": "project",
      "category": "llm_gateway",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "cloudflare",
        "serverless",
        "vercel",
        "library_only",
        "local"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "route LLM requests",
        "standardize model provider access",
        "add gateway-level controls"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [
        {
          "project_id": "off-grid-ai/OGAD",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        },
        {
          "project_id": "Hal0ai/hal0",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        },
        {
          "project_id": "frieser/antigravity-proxy",
          "reason": "Same llm gateway intent with llm_gateway overlap."
        }
      ],
      "summary_for_agent": "Use Devansh-365/freellm when the user needs a llm gateway project with docker, cloudflare, serverless deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"gateway\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"cloudflare workers\" in repository content.",
            "Matched \"vercel\" in repository content.",
            "Matched \"serverless\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Cloudflare deployment path suggests a guided serverless setup."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Cloudflare signal: cloudflare workers.",
            "Runtime blocker: python."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-09-16T03:30:52.080Z"
    },
    "metrics": {
      "project_id": "Devansh-365/freellm",
      "stars_30d_delta": 9,
      "commits_30d": 0,
      "releases_180d": 7,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 109,
      "git_score": 13,
      "maintenance_score": 21,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 36,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-16T03:30:52.080Z"
    }
  },
  "resolved_from": {
    "requested_id": "Devansh-365/freellm",
    "resolved_id": "Devansh-365/freellm",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-20T14:55:19.473Z",
    "snapshot_id": "d1:1213:2026-09-20T14:31:14.573Z",
    "latest_synced_at": "2026-09-20T14:31:14.573Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}