mirror of
https://github.com/jehna/humanify.git
synced 2026-04-28 01:55:56 +03:00
[GH-ISSUE #400] Add an API provider abstraction layer to easily support more services/models/APIs #78
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0xdevalias on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/jehna/humanify/issues/400
This has been mentioned in other issues in the past:
And would help support issues such as the following in a more unified way:
I haven't looked too deeply into all of the options available in this space, but one I re-stumbled across again today that made me think to create this issue:
There's also this brief overview I did in a comment RE: wanting a JavaScript version of litellm:
And it may be interesting to look into options/services like this that aim to support choosing/optimising across different providers/models/etc:
See Also
@0xdevalias commented on GitHub (Oct 8, 2025):
The OpenAI Agents SDK:
Supports different models / model providers (including non-OpenAI ones):
It looks like we can find the
ModelProvider/Modelclasses in@openai/core/@openai/agents-openai/@openai/agents:It looks like we can find the
OpenAIProvider/OpenAIChatCompletionsModel/OpenAIResponsesModelclasses in@openai/agents-openai/@openai/agents:It looks like we can find adapters for the Vercel AI SDK in
@openai/agents-extensions:@0xdevalias commented on GitHub (Oct 8, 2025):
The Vercel AI SDK v5 supports the concept of a Global Provider:
Which defaults to using the Vercel AI Gateway, which you can read more about here: