{"id":18940793,"url":"https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-anyscale","last_synced_at":"2026-03-23T12:30:18.968Z","repository":{"id":207978635,"uuid":"720258453","full_name":"llm-workflow-engine/lwe-plugin-provider-chat-anyscale","owner":"llm-workflow-engine","description":"LLM Workflow Engine (LWE) Chat Anyscale Provider plugin","archived":false,"fork":false,"pushed_at":"2024-09-25T19:35:03.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-31T22:41:50.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llm-workflow-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-11-18T00:04:53.000Z","updated_at":"2024-09-25T19:35:06.000Z","dependencies_parsed_at":"2023-11-18T21:27:31.665Z","dependency_job_id":"cdb81bdd-c58d-48c1-9008-baf2aad890d4","html_url":"https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-anyscale","commit_stats":null,"previous_names":["llm-workflow-engine/lwe-plugin-provider-chat-anyscale"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-provider-chat-anyscale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-provider-chat-anyscale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-provider-chat-anyscale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-provider-chat-anyscale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llm-workflow-engine","download_url":"https://codeload.github.com/llm-workflow-engine/lwe-plugin-provider-chat-anyscale/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239939489,"owners_count":19721866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-08T12:24:14.910Z","updated_at":"2026-03-23T12:30:18.868Z","avatar_url":"https://github.com/llm-workflow-engine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE: Anyscale removed multi-tenant access to their Endpoints API, as a result, this plugin is not being actively maintained.**\n\n# LLM Workflow Engine (LWE) Chat Anyscale Provider plugin\n\nChat Anyscale Provider plugin for [LLM Workflow Engine](https://github.com/llm-workflow-engine/llm-workflow-engine)\n\nAccess to [Anyscale](https://docs.anyscale.com) models.\n\n## Installation\n\n### Export API key\n\nGrab an Anyscale API key from [https://app.endpoints.anyscale.com/credentials](https://app.endpoints.anyscale.com/credentials)\n\nExport the key into your local environment:\n\n```bash\nexport ANYSCALE_API_KEY=\u003cAPI_KEY\u003e\n```\n\n### From packages\n\nInstall the latest version of this software directly from github with pip:\n\n```bash\npip install git+https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-anyscale\n```\n\n### From source (recommended for development)\n\nInstall the latest version of this software directly from git:\n\n```bash\ngit clone https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-anyscale.git\n```\n\nInstall the development package:\n\n```bash\ncd lwe-plugin-provider-chat-anyscale\npip install -e .\n```\n\n## Configuration\n\nAdd the following to `config.yaml` in your profile:\n\n```yaml\nplugins:\n  enabled:\n    - provider_chat_anyscale\n    # Any other plugins you want enabled...\n  # THIS IS OPTIONAL -- By default the plugin loads all model data via an API\n  # call on startup. This does make startup time longer.\n  # You can instead provide a 'models' object here with the relevant data, and\n  # It will be used instead of an API call.\n  provider_chat_anyscale:\n    models:\n      # 'id' parameter of the model as it appears in the API.\n      \"meta-llama/Meta-Llama-3-8B-Instruct\":\n        # The only parameter, and it's required.\n        max_tokens: 8192\n```\n\n## Usage\n\nFrom a running LWE shell:\n\n```\n/provider anyscale\n/model model meta-llama/Llama-2-70b-chat-hf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-provider-chat-anyscale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-provider-chat-anyscale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-provider-chat-anyscale/lists"}