How Model Gateway Works

A simple yet powerful approach to managing your LLM infrastructure

1

Connect your Models

Add your API keys for OpenAI, Anthropic, Google, and other providers to your Model Gateway account

2

Connect your Models

Set up routing preferences based on latency, cost, or capabilities, and configure fallback options.

3

Connect your Models

Use our unified API in your application and monitor performance through our dashboard.

Super - Simple Integration

One consistent API to access all models with comprehensive monitoring.


from ironaai import ironaAI

client = ironaAI()

selected_models = client.chat.completions.model_select(
    messages=[
        {'role': 'system', 'content': 'You are a helpful assistant.'},
        {'role': 'user', 'content': 'Explain the golden ratio.'}
    ],
    models=['openai/gpt-4o', 'anthropic/claude-3-5-sonnet-20240620']
)

## Best Model is selected by the IronaAI's client
print("LLM Chosen:", selected_models)  # 'openai/gpt-4o'

from ironaai import ironaAI

client = ironaAI()

selected_models = client.chat.completions.model_select(
    messages=[
        {'role': 'system', 'content': 'You are a helpful assistant.'},
        {'role': 'user', 'content': 'Explain the golden ratio.'}
    ],
    models=['openai/gpt-4o', 'anthropic/claude-3-5-sonnet-20240620']
)

## Best Model is selected by the IronaAI's client
print("LLM Chosen:", selected_models)  # 'openai/gpt-4o'

Frequently Asked Questions

Everything you need to know about Irona

Can I trial Webflow before paying?

Sure! You can test out Webflow on our free plan where you can experiment with 2 projects. Your unhosted projects will have a two-page limit, but you can purchase a site plan on a per-project basis to unlock up to 100 static pages and additional CMS pages.

What are the key benifits of using Model Gateway?

Sure! You can test out Webflow on our free plan where you can experiment with 2 projects. Your unhosted projects will have a two-page limit, but you can purchase a site plan on a per-project basis to unlock up to 100 static pages and additional CMS pages.

How much does it cost to use the Model Gateway?

Sure! You can test out Webflow on our free plan where you can experiment with 2 projects. Your unhosted projects will have a two-page limit, but you can purchase a site plan on a per-project basis to unlock up to 100 static pages and additional CMS pages.