# Bay Run embeddings cookbook API base: https://run.huggingbay.xyz/v1 Free access: 60 requests/minute with an anonymous demo bearer, or a revocable bay_live_ key with 500 inference tasks/day. Set BAY_RUN_API_KEY to either bearer before running a recipe. To mint a durable key: export BAY_RUN_API_KEY=$(curl -sS -X POST https://run.huggingbay.xyz/v1/keys/free | jq -r .key) Plain runnable pages: https://run.huggingbay.xyz/cookbook/embeddings/semantic-search # Python, 20 lines https://run.huggingbay.xyz/cookbook/embeddings/rerank # Python, 15 lines https://run.huggingbay.xyz/cookbook/embeddings/dedupe-cluster # Python, 25 lines Landing page: https://run.huggingbay.xyz/embeddings Live models and latency: https://run.huggingbay.xyz/status.json