Skip to content

feat: add Infer provider with Astra and Sol API options - #6925

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
tarunspandit:codex/add-infer-provider
Sep 14, 2026
Merged

feat: add Infer provider with Astra and Sol API options#6925
rekram1-node merged 1 commit into
anomalyco:devfrom
tarunspandit:codex/add-infer-provider

Conversation

@tarunspandit

Copy link
Copy Markdown
Contributor

Infer is missing from the provider catalog. This adds Infer by Flow7 with two currently available options, GPT-6 Astra and GPT-5.6 Sol, using their exact API selectors and the Responses API surface.

The entries inherit the underlying OpenAI model metadata and override Infer's current prices and serving limits: 271,999 context tokens and 128,000 output tokens. The model-name suffix matches Infer's Official API catalog option. The native effort lists match the OpenAI entries and the same-model relay entries; Infer forwards the Responses reasoning.effort field. The provider uses @ai-sdk/openai, INFER_API_KEY, and a monochrome SVG of Infer's mark.

Sources, checked September 12, 2026 UTC:

  • Infer public catalog: exact selectors, published USD prices per million tokens, capabilities, and serving limits.
  • Infer API documentation: API format and authentication.
  • Infer OpenCode setup: Responses-based provider configuration.
  • Existing providers/openai and providers/openrouter entries for the same models: effort options and underlying model metadata.

Validation: bun validate passes for the full catalog, and the staged patch passes Git whitespace checks. The generated Infer entries were checked against the retrieved public catalog. No paid inference request was made for this change. This is a provider-data contribution from Infer's side, not a claim of an official OpenCode partnership.

@github-actions

Copy link
Copy Markdown
Contributor

No actionable findings.

@github-actions github-actions Bot added the reviewer: ready Automated review found no actionable items label Sep 12, 2026
@rekram1-node
rekram1-node merged commit c142a1f into anomalyco:dev Sep 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reviewer: ready Automated review found no actionable items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants