feat(providers): add Oxlo as inference provider#2616
Conversation
|
AUTOMATED REVIEW: Blocking merge: several filenames produce nonexistent model IDs; the catalog is incomplete/stale; many limits and capabilities conflict with live Oxlo metadata; applicable models are not consistently factored through |
755f654 to
3c9eb19
Compare
|
Closing this pull request as stale because it has not been updated in 7 days after feedback from @rekram1-node. Feel free to reopen it or submit a new pull request if the work is resumed. |
|
AUTOMATED REVIEW: Still blocking merge:
The model ID corrections were addressed, but the prior catalog, capability, inheritance, and reasoning concerns remain unresolved. |
3c9eb19 to
89da6ab
Compare
|
Thanks for the detailed review. I have reworked the submission to address each point:
Model IDs now match the live catalog exactly. Happy to adjust anything further. |
26 models with logo, base_model inheritance where canonical bases exist, limits and capabilities reconciled with the live api.oxlo.ai/v1/models catalog, reasoning_options declared, cost=0 (request-based subscription).
89da6ab to
e73c232
Compare
Summary
Adds Oxlo.ai as an inference provider with 24 models.
Oxlo.ai is a serverless AI inference platform offering an OpenAI-compatible API (
https://api.oxlo.ai/v1) with zero data retention.Provider Details
https://api.oxlo.ai/v1(OpenAI-compatible)OXLO_API_KEYenvironment variable@ai-sdk/openai-compatibleModels (24)
Flagship / Large
Open-weight models
Proprietary
Pricing
Oxlo.ai uses a request-based subscription model instead of per-token billing:
Per-token cost is set to
0in the TOML files since there are no additional usage-based charges beyond the subscription. No token counting, no surprise bills.Validation
base_modelreferences point to existing model entries in the repoLinks