Skip to content

feat(llm): verify AIMLAPI (aiml) provider with flagship models - #2

Merged
Lookoff-AIMLAPI merged 1 commit into
mainfrom
aimlapi-provider-rebased-2026-08-18
Aug 18, 2026
Merged

feat(llm): verify AIMLAPI (aiml) provider with flagship models#2
Lookoff-AIMLAPI merged 1 commit into
mainfrom
aimlapi-provider-rebased-2026-08-18

Conversation

@Lookoff-AIMLAPI

Copy link
Copy Markdown
Member

Summary

  • Rebases Nikolay Grinko's single commit onto the now-current upstream main (this fork's main was 106 commits behind upstream, synced in chore: sync fork main with upstream OpenHands/software-agent-sdk #1).
  • Adds AIMLAPI to VERIFIED_MODELS so aimlapi.com renders as a verified provider across SDK consumers (models route via LiteLLM's native aiml provider as aiml/<catalog-id>), curated to the current flagship tool-calling chat models.

Rebase notes

Single commit, cherry-picked cleanly onto the synced main — zero conflicts.

Test plan

  • uv run pytest tests/sdk/llm/test_model_list.py — 11 passed

Add AIMLAPI to VERIFIED_MODELS so aimlapi.com renders as a verified provider
across SDK consumers; because the unverified bucket is computed by excluding
verified models, the curated ids drop out of it automatically. Models route
via LiteLLM's native `aiml` provider as `aiml/<catalog-id>`; the list is the
current flagship tool-calling chat set from AIMLAPI GET /v1/models.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Lookoff-AIMLAPI
Lookoff-AIMLAPI merged commit b61d4c2 into main Aug 18, 2026
21 of 28 checks passed
@github-actions

Copy link
Copy Markdown

Python API breakage checks — ✅ PASSED

Result:PASSED

Action log

@github-actions

Copy link
Copy Markdown

REST API breakage checks (OpenAPI) — ✅ PASSED

Result:PASSED

Action log

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.

2 participants