https://github.com/wentbackward/hikyaku
inference llm load-balancer openai-api
Score: -Infinity
Last synced: about 1 hour ago
JSON representation
Repository metadata:
A superfast proxy and smart load-balancer for AI Inference — virtualize models, share local and provider back-ends, optimal caching, lock-in sampling parameters, debug message flow and obtain OTel metrics
- Host: GitHub
- URL: https://github.com/wentbackward/hikyaku
- Owner: wentbackward
- License: mit
- Created: 2026-03-28T03:39:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-07-06T04:33:35.000Z (about 1 month ago)
- Last Synced: 2026-08-06T19:55:19.397Z (8 days ago)
- Topics: inference, llm, load-balancer, openai-api
- Language: Go
- Homepage: https://hikyaku.ai/
- Size: 18.5 MB
- Stars: 9
- Watchers: 0
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security.md
- Claude: CLAUDE.md
Owner metadata:
- Name:
- Login: wentbackward
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1219178?v=4
- Repositories: 5
- Last Synced at: 2024-03-17T12:10:13.561Z
- Profile URL: https://github.com/wentbackward
GitHub Events
Total
- Create event: 6
- Delete event: 2
- Fork event: 1
- Issue comment event: 6
- Pull request event: 2
- Push event: 34
- Release event: 7
- Total: 58
Last Year
- Create event: 6
- Delete event: 2
- Fork event: 1
- Issue comment event: 6
- Pull request event: 2
- Push event: 34
- Release event: 7
- Total: 58
Committers metadata
Last synced: 2 days ago
Total Commits: 182
Total Committers: 2
Avg Commits per committer: 91.0
Development Distribution Score (DDS): 0.005
Commits in past year: 182
Committers in past year: 2
Avg Commits per committer in past year: 91.0
Development Distribution Score (DDS) in past year: 0.005
| Name | Commits | |
|---|---|---|
| wentbackward | 1****d | 181 |
| dependabot[bot] | 4****] | 1 |
Issue and Pull Request metadata
Last synced: 2 months ago
Total issues: 0
Total pull requests: 15
Average time to close issues: N/A
Average time to close pull requests: 6 days
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 2.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 15
Past year issues: 0
Past year pull requests: 15
Past year average time to close issues: N/A
Past year average time to close pull requests: 6 days
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 2.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 15
Top Issue Authors
Top Pull Request Authors
- dependabot[bot] (15)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 69
proxy.golang.org: github.com/wentbackward/hikyaku
Package hikyaku is the public, importable facade for embedding the hikyaku proxy in another program — notably the private pro layer (github.com/PGALLC/hikyaku-pro), which cannot import this module's internal/ packages directly (Go forbids cross-module internal imports).
- Homepage: https://github.com/wentbackward/hikyaku
- Documentation: https://pkg.go.dev/github.com/wentbackward/hikyaku#section-documentation
- Licenses: MIT
- Latest release: v0.5.5 (published about 1 month ago)
- Last Synced: 2026-08-13T15:21:55.240Z (1 day ago)
- Versions: 69
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.789%
- Average: 4.95%
- Dependent repos count: 5.111%
Dependencies
- golang 1.26-alpine build
- scratch latest build
- actions/checkout v6 composite
- actions/setup-go v6 composite
- golangci/golangci-lint-action v7 composite
- actions/checkout v6 composite
- actions/download-artifact v8 composite
- actions/setup-go v6 composite
- actions/upload-artifact v4 composite
- docker/build-push-action v6 composite
- docker/login-action v3 composite
- docker/metadata-action v6 composite
- docker/setup-buildx-action v3 composite
- softprops/action-gh-release v2 composite
- github.com/beorn7/perks v1.0.1
- github.com/cenkalti/backoff/v5 v5.0.3
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/davecgh/go-spew v1.1.1
- github.com/go-logr/logr v1.2.2
- github.com/go-logr/logr v1.4.3
- github.com/go-logr/stdr v1.2.2
- github.com/golang/protobuf v1.5.4
- github.com/google/go-cmp v0.7.0
- github.com/google/uuid v1.6.0
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.19.1
- github.com/prometheus/client_model v0.6.1
- github.com/prometheus/common v0.53.0
- github.com/prometheus/procfs v0.15.0
- github.com/rogpeppe/go-internal v1.14.1
- github.com/stretchr/testify v1.11.1
- go.opentelemetry.io/auto/sdk v1.2.1
- go.opentelemetry.io/otel v1.43.0
- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0
- go.opentelemetry.io/otel/exporters/prometheus v0.49.0
- go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.18.0
- go.opentelemetry.io/otel/log v0.18.0
- go.opentelemetry.io/otel/metric v1.43.0
- go.opentelemetry.io/otel/sdk v1.42.0
- go.opentelemetry.io/otel/sdk/log v0.18.0
- go.opentelemetry.io/otel/sdk/log/logtest v0.18.0
- go.opentelemetry.io/otel/sdk/metric v1.42.0
- go.opentelemetry.io/otel/trace v1.43.0
- go.opentelemetry.io/proto/otlp v1.9.0
- golang.org/x/net v0.51.0
- golang.org/x/sys v0.41.0
- golang.org/x/text v0.34.0
- gonum.org/v1/gonum v0.16.0
- google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
- google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
- google.golang.org/grpc v1.79.2
- google.golang.org/protobuf v1.36.11
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.1
- github.com/beorn7/perks v1.0.1
- github.com/cenkalti/backoff/v5 v5.0.3
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/go-logr/logr v1.4.3
- github.com/go-logr/stdr v1.2.2
- github.com/google/uuid v1.6.0
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
- github.com/prometheus/client_golang v1.19.1
- github.com/prometheus/client_model v0.6.1
- github.com/prometheus/common v0.53.0
- github.com/prometheus/procfs v0.15.0
- go.opentelemetry.io/auto/sdk v1.2.1
- go.opentelemetry.io/otel v1.43.0
- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0
- go.opentelemetry.io/otel/exporters/prometheus v0.49.0
- go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.18.0
- go.opentelemetry.io/otel/log v0.18.0
- go.opentelemetry.io/otel/metric v1.43.0
- go.opentelemetry.io/otel/sdk v1.42.0
- go.opentelemetry.io/otel/sdk/log v0.18.0
- go.opentelemetry.io/otel/sdk/metric v1.42.0
- go.opentelemetry.io/otel/trace v1.43.0
- go.opentelemetry.io/proto/otlp v1.9.0
- golang.org/x/net v0.51.0
- golang.org/x/sys v0.41.0
- golang.org/x/text v0.34.0
- google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
- google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
- google.golang.org/grpc v1.79.2
- google.golang.org/protobuf v1.36.11
- gopkg.in/yaml.v3 v3.0.1