large-models-interface
Version:
A comprehensive, unified interface for all types of AI models - natural language, vision, audio, and video. Supports 51 providers with dynamic model discovery and multi-modal capabilities.
22 lines • 833 B
JSON
{
"url": "https://api.fireworks.ai/inference/v1/chat/completions",
"model": {
"default": "accounts/fireworks/models/llama-v3-8b-instruct",
"large": "accounts/fireworks/models/llama-v3-70b-instruct",
"small": "accounts/fireworks/models/phi-3-mini-128k-instruct",
"agent": "accounts/fireworks/models/llama-v3-8b-instruct"
},
"embeddingUrl": "https://api.fireworks.ai/inference/v1/embeddings",
"embeddings": {
"default": "nomic-ai/nomic-embed-text-v1.5",
"large": "nomic-ai/nomic-embed-text-v1.5",
"small": "nomic-ai/nomic-embed-text-v1.5"
},
"createMessageObject": "getSimpleMessageObject",
"stream": true,
"jsonMode": true,
"maxTokens": true,
"hasEmbeddings": true,
"modelsEndpoint": "https://api.fireworks.ai/inference/v1/models",
"modelsFile": "./data/models/fireworksai.json"
}