feat: add AkashML provider and models#1347
Open
fenilmodi00 wants to merge 1 commit intoanomalyco:devfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add AkashML managed inference provider
AkashML is a managed AI inference service built on the Akash Network decentralized GPU supercloud. This PR adds the provider configuration, a refined logo, and five core models.
What's included
1. Provider Core (
providers/akashml/provider.toml)@ai-sdk/openai-compatiblefor drop-in integration.https://api.akashml.com/v1.AKASHML_API_KEY.2. Refined Logo (
providers/akashml/logo.svg)akashml_logo_long.svg).currentColorfor seamless light/dark theme support.3. Model Definitions (5 models)
Added models in vendor-specific subdirectories with verified April 2026 specifications:
meta-llama/Llama-3.3-70B-Instructllamatool_calldeepseek-ai/DeepSeek-V3.2deepseekreasoning,tool_callgoogle/gemma-4-31b-itgemmareasoning,attachment,tool_callqwen/qwen3.5-35b-a3bqwenreasoning,attachment,tool_callminimax/minimax-m2-5minimaxreasoning,tool_callKey Notes
References