May 6
[API] OpenAI compatible API endpoint for Chat Models
In times of the majority of tools having converged on either the OpenAI or Anthropic compatible standard, it would make perfect sense for 1min.AI to offer an OpenAI compatible API endpoint (for its chat models, at least).Specifically, it would be extremely helpful if 1min.AI could expose an endpoint that mirrors the OpenAI Chat Completions (e.g. /v1/chat/completions) and Models (e.g. /v1/models) API format. This would allow existing tooling, frameworks, and orchestration layers that already support OpenAI’s API to seamlessly integrate with 1min.AI models without requiring custom adapters or translation layers.From a developer perspective, this would enable:• Drop-in replacement of OpenAI models in existing applications• Easier integration with agent frameworks (e.g. LangChain, OpenRouter-compatible setups, custom routers)• Reduced maintenance overhead for API compatibility layers• Faster adoption of 1min.AI models in multi-provider stacksMany modern AI orchestration systems are increasingly standardizing around the OpenAI API schema as a de facto interface, so alignment here would greatly expand interoperability and usage scenarios for 1min.AI.
Pending
You can use proxies such as "1min relay" to convert to an OpenAI-compatible format. https://github.com/kokofixcomputers/1min-relay