MythIQ

Command Palette

Search for a command to run...

Frequently Asked Questions

Find answers to common questions about the MythIQ API, its capabilities, and usage.

General Questions

What is MythIQ?

MythIQ is a unified API platform that provides access to various AI models through a single endpoint. It simplifies the process of working with different AI providers by handling authentication, routing, and fallbacks automatically.

Which AI models are supported?

MythIQ supports a wide range of AI models from various providers, including image generation models, video generation models, and more. You can find a complete list of supported models on the Models page.

How does pricing work?

MythIQ offers transparent pricing based on the models and providers you use. Each API call is priced according to the specific model and provider selected. You can optimize costs by using the routing parameter to select the cheapest compatible provider for your needs.

Need more help?

If you can't find the answer to your question, feel free to contact our support team.

API Usage

How do I get started with the API?

To get started with the MythIQ API:
  1. Sign up for an account and obtain your API key
  2. Choose your preferred SDK or use direct HTTP requests
  3. Follow our Quickstart guide for examples

Are there rate limits?

Yes, the API has rate limits to ensure fair usage and system stability. The specific limits depend on your account tier. You can find detailed information about rate limits on the Limits page.

How should I handle errors?

The API returns standard HTTP status codes along with detailed error messages in the response body. We recommend implementing proper error handling in your applications to gracefully handle rate limits, authentication issues, and other potential errors. See our Errors documentation for details.

Technical Questions

Is the API compatible with OpenAI SDKs?

Yes, the MythIQ API is designed to be compatible with OpenAI SDKs. You can use the OpenAI SDK with MythIQ by simply changing the base URL and providing your MythIQ API key. This makes it easy to switch from OpenAI to MythIQ with minimal code changes.

How does model routing work?

Model routing allows the API to automatically select the most appropriate provider for your request. You can control routing behavior using the routing parameter:
  • optimal (default): Balances cost and feature support
  • cheapest: Always selects the lowest-cost provider
  • compatible: Selects a provider that supports all specified parameters
Learn more on the Model Routing page.

How long are generated files stored?

Generated files are stored according to your account settings. By default, files are stored for 30 days, but you can configure longer retention periods in your account settings. You can also download and store files locally for permanent access.