Models
Compare the pricing, performance, and features of 60+ top AI models, seamlessly integrated through a unified API.
{{ model.name }}
{{ model.provider }}
{{ model.description }}
Input:
{{ model.inputPrice }}
Output:{{ model.outputPrice }}
1.2Multiplier
Compare Models
| Comparison Item |
{{ model.name }}
{{ model.provider }}
|
|---|---|
| Model Category | {{ model.capabilities.includes('Image') ? 'Image generation' : 'Large language models (LLM)' }} |
| Context Length | {{ model.contextLength }} |
| Max Output Length | {{ model.maxOutput }} |
| Input Pricing($/M) | {{ model.inputPrice }} |
| Output Pricing($/M) | {{ model.outputPrice }} |
| Capability Tags | {{ model.tagNames.join('、') }} |
| Release Date | {{ model.releaseDate }} |
Add Model Model Description
{{ activeModel.description }}
Model Capabilities
Pricing (Input/Output)
{{ activeModel.inputPrice }}
{{ activeModel.outputPrice }}
Release Date
{{ activeModel.releaseDate }}
Output Capabilities
Context length: {{ activeModel.contextLength }}
Max Output: {{ activeModel.maxOutput }}
Code Example (Python)
{{ activeModel.description }}
import requests
if __name__ == '__main__':
proxyip = "http://username_custom_zone_US:password@us.snapproxy.io:3333"
url = "http://ipinfo.io"
proxies = {
'http': proxyip,
}
data = requests.get(url=url, proxies=proxies)
print(data.text)
Quick Integration
Simply use model= {{ activeModel.modelSlug }} in your code to call the model. Please refer to the documentation for details.
