Skip to content

feat(provider/aihubmix): add new Provider: Aihubmix #7459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DDU1222
Copy link

@DDU1222 DDU1222 commented Jul 22, 2025

Background

Summary

Verification

Tasks

  • Tests have been added / updated (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)
  • A patch changeset for relevant packages has been added (for bug fixes / features - run pnpm changeset in the project root)
  • Formatting issues have been fixed (run pnpm prettier-fix in the project root)

Future Work

Related Issues

Comment on lines 10 to 31
## Supported Models

### OpenAI-Compatible Models

- GPT-4, GPT-3.5, and other OpenAI models
- Image generation models
- Embedding models
- Transcription models
- Speech synthesis models

### Anthropic Claude Models

- Claude-3 models (claude-3-opus, claude-3-sonnet, claude-3-haiku)
- Claude-2 models

### Google Gemini Models

- Gemini Pro models
- Gemini Flash models
- Imagen models

### Other Models => [Model Square](https://aihubmix.com/models)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove these - they will get stale very quickly. Instead, link out to your site where you list available models.

Comment on lines 33 to 45
## Supported Features

The Aihubmix provider supports the following AI features:

- **Text Generation**: Chat completion with various models
- **Streaming Text**: Real-time text streaming
- **Image Generation**: Create images from text prompts
- **Embeddings**: Single and batch text embeddings
- **Object Generation**: Structured data generation with schemas
- **Streaming Objects**: Real-time structured data streaming
- **Speech Synthesis**: Text-to-speech conversion
- **Transcription**: Speech-to-text conversion
- **Tools**: Web search and other tools
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove - this doesn't follow the format of other provider pages.

@nicoalbanese
Copy link
Collaborator

nicoalbanese commented Jul 24, 2025

As mentioned on the last pr, please ensure your provider page to follows the format of provider pages like [OpenRouter] (https://v5.ai-sdk.dev/providers/community-providers/openrouter) (source).

Also please remove the changes to unnecessary files (you made formatting changes to 26 files).

@DDU1222 DDU1222 force-pushed the feat-aihubmix-provider branch from 060f559 to ff1195d Compare July 24, 2025 14:53
@DDU1222
Copy link
Author

DDU1222 commented Jul 24, 2025

As mentioned on the last pr, please ensure your provider page to follows the format of provider pages like [OpenRouter] (https://v5.ai-sdk.dev/providers/community-providers/openrouter) (source).

Also please remove the changes to unnecessary files (you made formatting changes to 26 files).

According to your instructions, I've made the changes. Please help me check the merge again.

@DDU1222
Copy link
Author

DDU1222 commented Jul 24, 2025

According to your instructions, I've made the changes. Please help me check the merge again.

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.

2 participants