Files
llm-intelligence/scripts/testdata/openrouter_models_sample.json

34 lines
737 B
JSON
Raw Permalink Normal View History

{
"data": [
{
"id": "openai/gpt-4o",
"name": "GPT-4o",
"created": 1717556344,
"description": "Most intelligent model for complex tasks",
"context_length": 128000,
"capabilities": ["vision", "function_calling", "json_mode"],
"pricing": {
"input": 2.5,
"output": 10.0
}
},
{
"id": "deepseek-ai/DeepSeek-V3",
"created": 1716931200,
"context_length": 64000,
"pricing": {
"prompt": 0.1,
"completion": 0.3
}
},
{
"id": "mistralai/Mistral-7B:free",
"name": "Mistral-7B Free",
"created": 1715308800,
"context_length": 32768,
"capabilities": ["text"],
"pricing": {}
}
]
}