diff --git a/providers/alphaneural/models/qwen3.toml b/providers/alphaneural/models/qwen3.toml new file mode 100644 index 000000000..a60173514 --- /dev/null +++ b/providers/alphaneural/models/qwen3.toml @@ -0,0 +1,21 @@ +name = "qwen3" +release_date = "2025-04-29" +last_updated = "2025-04-29" +attachment = false +reasoning = true +temperature = true +tool_call = false +structured_output = false +open_weights = true + +[cost] +input = 0.07 +output = 0.24 + +[limit] +context = 128_000 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/alphaneural/provider.toml b/providers/alphaneural/provider.toml new file mode 100644 index 000000000..801feb766 --- /dev/null +++ b/providers/alphaneural/provider.toml @@ -0,0 +1,5 @@ +name = "AlphaNeural" +env = ["ALPHANEURAL_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://proxy.alfnrl.io/v1" +doc = "https://docs.alphaneural.io"