Skip to content

add AGIone as OpenAI-compatible inference API example#1470

Open
KaiShaoCheng wants to merge 1 commit into
simonw:mainfrom
KaiShaoCheng:docs-add-agione-provider
Open

add AGIone as OpenAI-compatible inference API example#1470
KaiShaoCheng wants to merge 1 commit into
simonw:mainfrom
KaiShaoCheng:docs-add-agione-provider

Conversation

@KaiShaoCheng
Copy link
Copy Markdown

Summary

Adds AGIone as a documented example of an OpenAI-compatible API provider, alongside LocalAI and OpenRouter.

What changed

This updates docs/other-models.md with a new AGIone section showing how to configure AGIone models through extra-openai-models.yaml.

The examples use full AGIone model identifiers:

  • openai/GPT-5.5/c6fbe
  • anthropic/Claude-opus-4.7/a4d5d
  • qwen/qwen3.5-plus/cec84

Why

AGIone provides a single OpenAI-compatible endpoint for accessing frontier LLMs and multimodal models through standard Bearer-token authentication.

This fits the existing "OpenAI-compatible models" documentation pattern used for providers like LocalAI and OpenRouter.

Example usage

llm keys set agione

llm -m agione-gpt-5 'Explain git rebase in 2 sentences'

Disclosure
Submitted by the AGIone team.

@KaiShaoCheng KaiShaoCheng force-pushed the docs-add-agione-provider branch 4 times, most recently from 07a0e33 to 8e7b4d0 Compare June 5, 2026 09:24
Adds AGIone as a documented OpenAI-compatible API provider example in docs/other-models.md.

The example uses the verified AGIone model identifiers and v1 base URL:
- openai/GPT-5.5/c6fbe
- anthropic/Claude-opus-4.7/a4d5d
- qwen/qwen3.5-plus/cec84
- https://agione.pro/hyperone/xapi/api/v1

Submitted by the AGIone team.
@KaiShaoCheng KaiShaoCheng force-pushed the docs-add-agione-provider branch from 8e7b4d0 to d72d508 Compare June 5, 2026 09:32
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