{"id":50528972,"url":"https://github.com/floorisground/hermes-crofai","last_synced_at":"2026-06-03T11:01:12.166Z","repository":{"id":359516106,"uuid":"1246312560","full_name":"FloorIsGround/hermes-crofai","owner":"FloorIsGround","description":"A quick setup provider plugin for hermes-agent to get started with crof.ai","archived":false,"fork":false,"pushed_at":"2026-05-22T08:03:34.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T15:30:57.449Z","etag":null,"topics":["crof-ai","hermes-agent-plugin","hermes-plugin"],"latest_commit_sha":null,"homepage":"https://crof.ai/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FloorIsGround.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T04:33:22.000Z","updated_at":"2026-05-22T06:58:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/FloorIsGround/hermes-crofai","commit_stats":null,"previous_names":["floorisground/hermes-crofai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/FloorIsGround/hermes-crofai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fhermes-crofai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fhermes-crofai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fhermes-crofai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fhermes-crofai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FloorIsGround","download_url":"https://codeload.github.com/FloorIsGround/hermes-crofai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloorIsGround%2Fhermes-crofai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33860971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crof-ai","hermes-agent-plugin","hermes-plugin"],"created_at":"2026-06-03T11:01:11.198Z","updated_at":"2026-06-03T11:01:12.143Z","avatar_url":"https://github.com/FloorIsGround.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hermes CrofAI\n\nA [Hermes Agent](https://hermes-agent.nousresearch.com) provider plugin for [CrofAI](https://crof.ai) — powerful open-source LLMs at crazy cheap pricing.\n\nAdds CrofAI as a first-class provider in Hermes, with auto-detected model listings, credential management, and full integration with `hermes doctor`, `hermes model`, and `hermes setup`.\n\n## Quick Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/FloorIsGround/hermes-crofai/main/install.sh | bash\n```\n\n## Manual Install\n\nDrop these two files into your Hermes plugins directory:\n\n```bash\nmkdir -p ~/.hermes/plugins/model-providers/crofai\ncurl -fsSL https://raw.githubusercontent.com/FloorIsGround/hermes-crofai/main/plugin.yaml \\\n  -o ~/.hermes/plugins/model-providers/crofai/plugin.yaml\ncurl -fsSL https://raw.githubusercontent.com/FloorIsGround/hermes-crofai/main/__init__.py \\\n  -o ~/.hermes/plugins/model-providers/crofai/__init__.py\n```\n\n## Setup\n\n1. **Get an API key** — sign up at [crof.ai/signin](https://crof.ai/signin)\n2. **Add your key** to `~/.hermes/.env`:\n   ```\n   CROFAI_API_KEY=\"your-key-here\"\n   ```\n3. **Restart Hermes** and select CrofAI:\n   ```bash\n   hermes --provider crofai\n   ```\n   Or set it as your default:\n   ```bash\n   hermes config set model.provider crofai\n   hermes config set model.default deepseek-v4-flash\n   ```\n\n## Verify\n\nRun `hermes doctor` — you should see CrofAI listed under API Connectivity with a check mark.\n\n## Models\n\nThe model list is fetched live from CrofAI's API on provider selection. Current models include:\n\n| Model | Context | Quant |\n|-------|---------|-------|\n| DeepSeek V4 Pro | 1M | Q4_0 |\n| DeepSeek V4 Pro (Precision) | 1M | Q8_0 |\n| DeepSeek V4 Flash | 1M | Q4_0 |\n| DeepSeek V3.2 | 164K | Q4_0 |\n| Kimi K2.6 | 262K | Q3_K_L |\n| Kimi K2.6 (Precision) | 262K | int4 |\n| Kimi K2.5 | 262K | Q4_K_M |\n| Kimi K2.5 (Lightning) | 131K | 530b-int4 |\n| GLM 5.1 | 203K | Q6_K |\n| GLM 5.1 (Precision) | 203K | Q8_0 |\n| GLM 5 | 203K | Q4_0 |\n| GLM 4.7 | 203K | Q8_0 |\n| GLM 4.7 Flash | 203K | FP8 |\n| Gemma 4 31B | 262K | Q4_0 |\n| MiniMax M2.5 | 205K | AWQ |\n| Qwen3.6 27B | 262K | Q4_0 |\n| Qwen3.5 397B A17B | 262K | Q4_0 |\n| Qwen3.5 9B | 262K | FP8 |\n| MiMo V2.5 Pro | 1M | Q4_0 |\n| MiMo V2.5 Pro (Precision) | 1M | Q8_0 |\n\nRun `hermes model` after selecting CrofAI to see the full live list with pricing.\n\n## What's supported\n\n- Chat completions (streaming and non-streaming)\n- Tool/function calling\n- Structured outputs (JSON schema)\n- Vision (on supported models)\n- Reasoning effort control (`low`, `medium`, `high`, `none`)\n- All standard parameters (`temperature`, `top_p`, `max_tokens`, `stop`, `seed`, `repetition_penalty`)\n\n## Files\n\n```\nhermes-crofai/\n├── __init__.py     # Provider profile definition\n├── plugin.yaml     # Plugin manifest\n├── install.sh      # One-liner install script\n└── README.md       # This file\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloorisground%2Fhermes-crofai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloorisground%2Fhermes-crofai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloorisground%2Fhermes-crofai/lists"}