Skip to content

Add ai& provider#3327

Open
jethac wants to merge 1 commit into
anomalyco:devfrom
jethac:add-aiand-provider
Open

Add ai& provider#3327
jethac wants to merge 1 commit into
anomalyco:devfrom
jethac:add-aiand-provider

Conversation

@jethac

@jethac jethac commented Jul 18, 2026

Copy link
Copy Markdown

Summary

  • Adds ai& (https://aiand.com), which serves open-weight LLMs through an OpenAI-compatible API at https://api.aiand.com/v1, authenticated with a standard Bearer AIAND_API_KEY.
  • Adds 9 models verified against ai&'s live catalog page (https://docs.aiand.com/models/catalog/): openai/gpt-oss-120b, qwen/qwen3.6-27b, deepseek-ai/deepseek-v4-flash, deepseek-ai/deepseek-v4-pro, google/gemma-4-31b-it, moonshotai/kimi-k2.6, moonshotai/kimi-k2.7-code, zai-org/glm-5.1, and zai-org/glm-5.2.
  • Each model reuses existing shared model metadata via base_model and overrides only cost (and, where confirmed, modalities) with figures read from the live catalog table. reasoning_options mirrors the reasoning_effort values documented on ai&'s Chat Completions page (none/minimal/low/medium/high/xhigh).
  • Where a figure couldn't be confirmed without an authenticated API call (e.g. exact context window for glm-5.1, shown only as a rounded "203K" in the catalog table), the field is left inherited from the shared base model rather than guessed — see the source comment in that file.

Test plan

  • Verified each base_model reference resolves to an existing file under models/.
  • bun validate — could not get a clean full-repo run locally: it fails on an unrelated pre-existing broken symlink (providers/zhipuai/models/glm-4.6v-flash.toml../../zai/models/glm-4.6v-flash.toml, whose target 404s on GitHub too), not on anything in this PR. Happy to re-run once that's fixed, or if there's a way to scope validation to a single provider.

🤖 Generated with Claude Code

ai& (https://aiand.com) serves open-weight LLMs through an OpenAI-compatible
API at https://api.aiand.com/v1, authenticated with a standard Bearer
AIAND_API_KEY. Adds the provider plus 9 models verified against ai&'s live
catalog page (https://docs.aiand.com/models/catalog/): openai/gpt-oss-120b,
qwen/qwen3.6-27b, deepseek-ai/deepseek-v4-flash, deepseek-ai/deepseek-v4-pro,
google/gemma-4-31b-it, moonshotai/kimi-k2.6, moonshotai/kimi-k2.7-code,
zai-org/glm-5.1, and zai-org/glm-5.2. Each entry reuses existing shared model
metadata via base_model and overrides only cost (and, where confirmed,
modalities) with figures read from the live catalog table and JSON examples.
reasoning_options on every model mirrors the reasoning_effort values ai&'s
own Chat Completions docs list (none/minimal/low/medium/high/xhigh).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Let me check the base model metadata files for reasoning capability and other details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant